/*--------------------------------------------------------------
# Home Page - Banner
--------------------------------------------------------------*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

.ta-poppins {
font-family: Poppins;
}
.hero-banner {
    background: var(--greenlight);
}

.bannerleftHeading {
    font-size: 2.813rem;
    color: #000336;
   
    font-weight: 700;
    line-height: 67px;
}
/* Homepage search section css starts */
.search-section {
    margin: 78px 0px 100px;
    display: inline-block;
    width: 100%;
	height: 650px;
	
}

.home-search-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    border: 1.5px solid #C6C7C9;
    box-shadow: 0px 2px 8.8px 0px #939393;
    padding: 8px;
    gap: 5px;
}
.job-keyword-input, .search {    
    min-width: 35%;    
}
.job-keyword-input, .city-state {
    position: relative;
    width: 40%;
    border-right: 1.5px solid #B4B4B4;
    padding-right: 15px;
}

.job-keyword-input, .disability {
    position: relative;
    width: 40%;
    padding-right: 18px;
}

    .job-keyword-input img, .city-state img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5px;
        z-index: 1;
    }

    .job-keyword-input input, .city-state input {
        padding-left: 40px;
        border: 0px !important;
        box-shadow: 0px 0px 0px;
    }

.job-keyword-input {
    border-right: 1.5px solid #B4B4B4;
    padding-right: 16px;
}

.home-search-block input, .home-search-block .tagify.form-control {
    background: transparent;
}

/* Homepage search section css ends */
/*--------------------------------------------------------------
# Home Page - What can AI Indicators do for you Section
--------------------------------------------------------------*/

.heading-second {
    font-size: 2.5rem;
    color: #000336;
    font-weight: 700;
}

.three-block .heading a {
    text-decoration: none;
    color: var(--bluedark) !important;
}

.three-block .heading {
    position: relative;
    float: left;
    display: flex;
    font-size: 1.25rem;
    clear: both;
    line-height: 30px;
    font-weight: 700;
    width: 82%;
}

    .three-block .heading img {
        margin-right: 20px;
        margin-bottom: 30px;
        width: 50px;
    }

.three-block p {
    clear: both;
}
/*--------------------------------------------------------------
# Home Page - Why AI for Talent Acquisition Section
--------------------------------------------------------------*/
.ai-section .talent-section .align-items-start img {
    width: 35px;
}

.heading-fourth {
    font-size: 1.125rem;
    color: var(--bluedark);
}
/*--------------------------------------------------------------
# Home Page - Why SourceConnect? Section
--------------------------------------------------------------*/
.blue-bg {
    background: var(--blue);
    color: var(--white) !important;
}

.why_source_heading {
    font-size: 2.5rem;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Open Sans';
}

.width-75 {
    width: 75px;
}
/*--------------------------------------------------------------
# Home Page - Contact Us Section
--------------------------------------------------------------*/
/*Start Left Video Section*/
.videobtn_tabeffect:focus,
.videobtn_tabeffect:focus-visible {
    outline: 32px solid var(--redlight) !important;
    padding: 3px 4px;
}

.video-play-button {
    position: relative;
    z-index: 10;
    top: -184px;
    left: 0px;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: var(--green);
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: var(--green);
        border-radius: 50%;
        transition: all 200ms;
    }

    .video-play-button img {
        position: relative;
        z-index: 3;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        left: 5px;
        top: -2px;
        width: 0;
        height: 0;
        border-left: 32px solid #fff;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

    .video-overlay.open {
        position: fixed;
        z-index: 9999;
        opacity: 1;
    }

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 25px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

    .video-overlay-close:hover {
        color: #fa183d;
    }

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: 90%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
/*End Left Video Section*/
/*--------------------------------------------------------------
# JAI & LAI Scores Page - Fill the form JAI & LAI Scores Section
--------------------------------------------------------------*/
.score_title {
    font-size: 1.625rem;
    line-height: 39px;
    font-weight: 600;
    /*color: var(--black);*/
    color: var(--blackdark);
}

.scoreSection label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.scoreRightSubTitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
}

textarea {
    resize: none;
}


/*--------------------------------------------------------------
# Indicators Animation page - Job Alignment Indicator
--------------------------------------------------------------*/
.progress.progreesbar {
    border-radius: 8px;
}

.progress-bar.bg-danger.progress-green-bg {
    background: var(--green) !important;
}

.progress-bar.progress-bittersweet-bg {
    background: var(--bittersweet);
}



.circle {
    width: 130px;
    height: 130px;
    background: #fefcff;
    border-radius: 50%;
}

.counter {
    font-family: 'Poppins';
    font-size: 54px;
    font-weight: 300;
    line-height: 122px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--orangelight);
    background: var(--greenlight);
    border-radius: 50%;
}

/*--------------------------------------------------------------
#  Questions - Environment Availability Indicators (fill-out-5-questions)
--------------------------------------------------------------*/
.mx-width {
    max-width: 350px;
}

.mobility-icon {
    width: auto;
    height: 35px;
    margin-right: 10px;
}

.custom_checkbox {
    float: right;
    margin-left: -1.5em;
    border-radius: 50% !important;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    position: relative;
    box-shadow: none;
}

.survey-list {
    list-style: none;
    display: grid;
    padding-left: 0;
    margin-bottom: 0;
}

    .survey-list li {
        margin: 10px 0;
    }

.ck-red:checked {
    background-color: var(--red);
    border: none !important;
}

/*Right Section - Mobility */
.checkbox-list {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
    width: 100%;
}

    .checkbox-list li {
        width: 25%;
        text-align: center;
    }

        .checkbox-list li label {
            display: block;
        }

.smallnormal-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--blackdark);
}

.form-check-input {
    float: none;
    margin-left: -1.5em;
    display: block;
    margin: 10px auto;
    border-radius: 50%;
    border: 1px solid;
}

.green-checkbox {
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    margin: 13px auto;
}

.form-check-input-ck:checked {
    background: #C6E1DB;
    border: 1px solid #01943C;
    box-sizing: border-box;
}

    .form-check-input-ck:checked[type=checkbox] {
        background-image: url(../../imgs/checked.svg);
        background-color: #C6E1DB !important;
        background-repeat: no-repeat;
        background-position: center;
    }


.form-check-input-x:checked {
    background: #FFEFE5;
    border: 1px solid #FF7B31;
    box-sizing: border-box;
}

    .form-check-input-x:checked[type=checkbox] {
        background-image: url(../../imgs/cross.svg);
        background-color: #FFEFE5 !important;
        background-repeat: no-repeat;
        background-position: center;
    }


.form-check-input-na:checked {
    background: #DEE0E7;
    border: 1px solid #616182;
    box-sizing: border-box;
}

    .form-check-input-na:checked[type=checkbox] {
        background-image: url(../../imgs/elipse.svg);
        background-color: #DEE0E7 !important;
        background-repeat: no-repeat;
        background-position: center;
    }






.indiQueRght_label {
    font-family: 'Poppins';
    font-size: 1.125rem;
    color: var(--black);
    margin-bottom: 0;
    /*line-height: 58px;*/
    line-height: 26px;
    padding: 19px 0;
    font-weight: 700;
}

    .indiQueRght_label span {
        font-family: 'Poppins';
        font-size: 1em;
        font-weight: 500;
        display: block;
    }

.indiQueRght_label_twoline {
    padding: 6px 0;
}

.lbl-error-img {
    position: absolute;
    margin-left: -60px;
    margin-top: 20px;
}

.error-msg-icon {
    width: 20px;
}

.error-msg-label {
    color: var(--red);
}

.getreport_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
}
/*--------------------------------------------------------------
# Your subscriptions / Admin
--------------------------------------------------------------*/
.pricing-section {
    padding: 6px 11px;
    width: 97%;
    margin: 7px auto;
}
/*--------------------------------------------------------------
# Your subscriptions / Admin
--------------------------------------------------------------*/
.pricing-section {
    padding: 6px 11px;
    width: 97%;
    margin: 7px auto;
}
/*--------------------------------------------------------------
# Register subscription plans page 
--------------------------------------------------------------*/
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -31px;
    position: relative;
    z-index: 2;
    left: -8px;
    color: var(--richblack);
}
/*--------------------------------------------------------------
# Register subscription plans Order summary section style start here
--------------------------------------------------------------*/
.box-shadow .card-body {
    flex: 1 1 auto;
    padding: 2rem 2rem;
    height: 300px;
    min-height: 300px;
}

.small-text {
    overflow: hidden;
}

.box-shadow {
    background: var(--white);
    border: 1px solid var(--lightgreyborder);
    box-sizing: border-box;
    box-shadow: 0px 1px 19px 6px rgb(0 0 0 / 5%);
    border-radius: 16px;
}

.card-content {
    justify-content: space-between;
}

.heading-h3 {
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
}

.pl-99px {
    padding-left: 99px;
    margin-top: 43px;
}

.small-text.ln-43 {
    line-height: 43px;
}

.small-text.ln-62 {
    line-height: 62px;
}

.change-plan-text {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 10px;
    color: var(--blue);
}

.check-out-section lable {
    color: var(--blacklight) !important;
}

.checkout-sectionpading.px-7 {
    padding: 0px 8rem;
}
/*--------------------------------------------------------------
#Registration Page Style start here
--------------------------------------------------------------*/
.pwd-rules-list img {
    width: 17px;
    height: 13px;
    vertical-align: middle;
}

.pwd-rules-list ul li:nth-of-type(3n), .pwd-rules-list ul li:nth-of-type(4n), .pwd-rules-list ul li:nth-of-type(5n) {
    margin-left: 31px;
}

.list-pr {
    margin-left: 20px;
}

.successfull-regi-content img {
    width: 25px;
    margin-right: 10px;
}

.new-registration-form {
}
/*--------------------------------------------------------------
#Resetpassword Page Style start here
--------------------------------------------------------------*/
.pwd-rules-list.reset_pwd-list {
    margin-top: 88px;
}

/*--------------------------------------------------------------
# Your Account Page Style start here
--------------------------------------------------------------*/
.payment-success-msg img {
    width: 20px;
}

.successmsg-text {
    color: var(--green);
    font-weight: 500;
    position: relative;
    top: 44px;
}

.local-seetin-form {
    width: 740px;
    background: #fafafa;
    padding: 0 20px;
    position: relative;
    left: 95px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    left: -8px;
    color: var(--richblack);
}

label {
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 6px;
    /*  color: var(--lightgray);*/
    font-weight: 700;
}

.pagination .page-link.active {
    background: var(--neonblue) !important;
    color: #fff;
}
/*--------------------------------------------------------------
# Billing & Invoice Page Style start here
--------------------------------------------------------------*/
.billing-tbl thead {
    background: var(--gray-header);
}

.billing-tbl {
    background-clip: border-box;
    border: 1px solid var(--lightgreyborder);
    border-radius: 0.25rem;
}

    .billing-tbl th, td {
        padding-left: 32px !important;
    }

.cancel-sub-form textarea {
    resize: none;
}
/*--------------------------------------------------------------
	# Home Page Style start here
--------------------------------------------------------------*/
.bg-light-blue {
    background: #F6FAFC;
}

.bannerleftHeading-1 {
    font-size: 2.813rem;
    color: #000336;
    ;
    font-weight: 500;
    line-height: 67px;
}

.heading-1st {
    color: #0D0E38;
    font-size: 39px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.heading-2nd {
    color: #0D0E38;
    /* font-size: 36px;*/
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.sub-heading {
    color: #0D0E38;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.home-two-block.heading a {
    text-decoration: none;
    color: var(--bluedark) !important;
}

.home-two-block .heading {
    position: relative;
    float: left;
    display: flex;
    font-size: 1.25rem;
    clear: both;
    line-height: 30px;
    font-weight: 700;
    color: var(--bluedark);
    width: 82%;
}

    .home-two-block .heading img {
        margin-right: 20px;
        margin-bottom: 10px;
        width: 50px;
    }

.home-two-block p {
    clear: both;
}

.home-round-box img {
    width: 100%;
    border-radius: 8px;
}

.img-round-box img {
    width: 100%;
    border-radius: 8px;
}

.right-job-step {
    text-align: center;
    margin-bottom: 49px;
}

    .right-job-step img {
        width: 72px;
    }

.employment-support-box {
    padding: 20px;
    border-radius: 16px;
    background: #FEEFE2;
    text-align: center;
    margin: 1 rem;
    height: 100%;
}
.job-box {
    padding: 10px;
	border: 1px solid #c1c1c1;
    border-radius: 10px;
    background: #Ffffff;
    text-align: left;
    margin: 1 rem; 
}

.industy-title {
font-family: Poppins;
font-size: 16px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0.30000001192092896px;
text-align: left;
}
.about-ta-box {
    padding: 10px;
	border: 1px solid #c1c1c1;
    border-radius: 10px;
    background: #Ffffff;
    text-align: center;
    margin: 1 rem; 	
	box-shadow: 4px 3px 8.7px 5px #13367B3D;

}
.about-ta-p {
font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: center;
color:#55627B;
}
.span-sa {
font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.01em;
text-align: center;
text-decoration:none;
}
 .about-ta-p .span-sa  a {
      color: #0a58ca; 
      text-decoration: none; 
    }
.about-ta-p a:hover {
      color: #0a58ca;
    }
/*--------------------------------------------------------------
	# About Us Page Style start here
--------------------------------------------------------------*/
.round-countainer {
    position: relative;
    border-radius: 16px;
    background: #f6fafc;
    padding: 40px 20px 40px 30px;
    color: #0b1a22 !important;
}

.bg-green-box {
    padding: 25px;
    border-radius: 12px;
    background: #87d2a7;
    text-align: center;
    min-height: 270px;
}

.bg-light-blue-box {
    padding: 25px;
    border-radius: 12px;
    background: #f6fafc;
    text-align: center;
    min-height: 270px;
}

.bg-light-pink-box {
    padding: 25px;
    border-radius: 12px;
    background: #fff7ed;
    text-align: center;
    height: 100%;
}

.bg-light-white-box {
    padding: 25px;
    border-radius: 12px;
    background: white;
    text-align: center;
    height: 100%;
}

.dark-blue-content-box {
    position: relative;
    border-radius: 16px;
    background: #0d0e38;
    padding: 40px 50px 40px 50px;
    color: #ffffff !important;
}

.our-value ul li {
    padding: 5px;
}

.hr-line-green {
    color: #048325;
}

.icon-green {
    color: #078639;
}

.Benefits {
    text-align: left;
    list-style: none;
}

.img-fluid-1 {
    width: 10%;
    border-radius: 8px;
}

.ta-height-100 {
    height: 100%;
}

.link {
    text-decoration: none;
}

.stratch-img img {
    width: 100%;
    border-radius: 8px;
}

.stratch-img {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
}



/*Support provider */
.outer-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}

    .outer-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.point {
    font-weight: 500;
}
/* employeer */

.link {
    color: #000080;
}


.title-40-r {
    font-family: Poppins;
    font-size: 39px;
    font-weight: 400;
    line-height: 58.5px;
    text-align: center;
    color: #000000;
}

.sub-title-28 {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
}

.title-40-r-1 {
    font-family: Poppins;
    font-size: 39px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #000000;
}

.sub-title-20 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: center;
}

.paragraph-18-subtext {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
}
.paragraph-20-subtext {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
}
.bg-light-pink {
    background: #FEFBF3;
}

.bg-footer-nav {
    background: #FAFAFA;
	border-top: 1px solid #C2C2C2
}

.footer-nav-link {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
}

    .footer-nav-link ul {
        margin: 0px;
        padding: 2px;
    }

        .footer-nav-link ul li {
            list-style: none;
        }

            .footer-nav-link ul li a {
                color: #5B5B5B;
                text-decoration: none;
            }

                .footer-nav-link ul li a img {
                    padding: 2px;
                }
/*--------------------------------------------------------------
	# Programs Page Style start here
--------------------------------------------------------------*/
.learning-hub-section {
    margin: 80px 0px 50px;
    display: inline-block;
    width: 100%;
}

/*--------------------------------------------------------------
	# Programs Page Style end here
--------------------------------------------------------------*/
.sign-up-section {
    margin: 50px 0px 100px;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
	# Employers
--------------------------------------------------------------*/
.employers-section {
    margin: 120px 0px 50px;
    display: inline-block;
    width: 100%;
}
.employers-section-2 {
    margin: 50px 0px 50px;
    display: inline-block;
    width: 100%;
}
.employers-title {
font-family: Poppins;
font-size: 35px;
font-weight: 500;
line-height: 48px;
text-align: left;
}
.employers-title-sub {
font-family: Poppins;
font-size: 32px;
font-weight: 400;
line-height: 48px;
text-align: left;
color:#55627B;
}

.bg-lavender-2 {
background: #F8FAFF;
}
/*--------------------------------------------------------------
	# Contact Us (Job Providers)
--------------------------------------------------------------*/
.forgot-password {
font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.01em;
text-align: center;
color: #0C61E7;
text-decoration: none;
}
.forgot-password a:hover{
color: #0C61E7;
}
.hr-line {
background: #FAFAFA;
border-top: 1px solid #C2C2C2;
}
/* ==========Scollig Job box start =========*/
.viewjob-btn {
			border-radius: 21px;
			font-weight: 500;
		}

		.btn.viewjob-btn:hover {
			color: var(--blue) !important;
		}

		.card {
			border: none;
			border-radius: 0;
			box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
		}

		.carousel-inner {
			padding: 1em;
		}

		.carousel-control-prev,
		.carousel-control-next {
			background-color: #e1e1e1;
			width: 6vh;
			transform: translateY(-50%);
		}

			.carousel-control-prev span,
			.carousel-control-next span {
				height: 6vh;
				border-radius: 50%;
				top: 50%;
				width: 1.5rem;
				height: 1.5rem;
			}

		.carousel-control-prev, .carousel-control-next {
			background-color: #0d6efd;
			width: 6vh;
			transform: translateY(247%);
			height: 50px;
		}

		.carousel-control-prev {
			left: -18px;
		}

		button.carousel-control-next {
			right: -19px;
		}

		.cards-wrapper .card {
			border: 1px solid #c1c1c1;
			border-radius: 5px;
			text-align: center;
			padding: 10px;
		}

		@media screen and (min-width: 577px) {
			.cards-wrapper {
				display: flex;
			}

			.card {
				margin: 0 0.5em;
				width: calc(100% / 4);
			}
		}

		@media screen and (max-width: 576px) {
			.card:not(:first-child) {
				display: none;
			}
		}

		.image-wrapper img {
			max-width: 100%;
			max-height: 100%;
		}
/* ==========Scollig Job box end =========*/
/*-------Employer page start------*/
.emp-box {
    padding: 10px;
	border: 1px solid #c1c1c1;
    border-radius: 10px;
    background: #Ffffff;
    text-align: center;
    margin: 1 rem; 
	height:100%;
  min-height: 280px;
      margin: 2px;
	
}
.emp-logo-title {
font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0.01em;
text-align: center;
}
.emp-text-prg {
font-family: Poppins;
font-size: 20px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0.01em;
text-align: left;
color #55627B;
}
.emp-read-more {
font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
color: #0C61E7;
}
.emp-read-more:hover {
color: #0C61E7;
}
/*======== Employer page end =======*/
.team-member-box {
    padding: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    background: #Ffffff;
    text-align: center;
    margin: 1 rem;
    height: 100%;
    background-color: #def5fc;
}
.ping-bg {
background: #FEFBF3;
}
.blue-bg-box {
background: #EFEDFB;
}
.benefit-title {
font-family: Poppins;
font-size: 24px;
font-weight: 600;
line-height: 36px;
text-align: left;
}
.fnt-poppins {
font-family: Poppins;
}
.fw-6 { font-weight:600; }
.fw-5 { font-weight:500; }
.fw-4 { font-weight:400; }
.txt-color-55627B {
	color: #55627B !important;
}

.copy-rights-rangam {
	color: #8B8B8B !important;	
}
.copy-rights-rangam a:hover{
	color: #8B8B8B;
	text-decoration: none;	
}
.copy-rights-rangam a{
	color: #8B8B8B;
	text-decoration: none;	
}
/* ---- ToolTips for images ----*/
 .img-tooltip {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto;
    }
	
	
/* ======= TalentArbor v4.0 =========*/
.title-color {
	color:#0D0E38;
}
.dark-blue-content-box {
	color: #0D0E38;
}
/*.job-box:hover {
    background: #0c61e7;
	color:#ffffff;
}
.job-box p {    
	color:#ffffff;
}*/
 .icon-top-right {
      position: absolute;
      top: -95px;
      right: 5px;    
    }
    .right-column {
      position: relative;
      text-align: left;
    }
	
.jobsearch-gb-img {
    background: url(../imgs/jobsearch-gb-img.png);
    background-repeat: no-repeat;
	background-size: cover;  
    background-position: bottom;
}
.blue-img-bg {
    background: url(../imgs/blue-bg-img-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.find-job-bg {
    background: url(../imgs/find-your-job-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
ul.custom-list {
  list-style-type: none; 
}
ul.custom-list li {
  /*background-image: url('../imgs/ul-li-icon-custom.png'); */
  background-image: url('https://8512051.fs1.hubspotusercontent-na1.net/hubfs/8512051/TalentArbor/ul-li-icon-custom.png');
  
  background-repeat: no-repeat;
  background-position: 0 -0.3em; 
  padding: 0px 20px 25px 30px; 
}
/* ------ media device Start -----*/
@media (max-width: 576px) {
  .jobsearch-gb-img {
    background: #e3f5ea; 

}
.search-section {
    height: 100%;
}
}
/* ------ media device end -----*/
.jobs-link {
color: #757575;
}
.jobs-link:hover {
color: #757575;
}
a.no-hover:hover {
      color: inherit; 
      text-decoration: none; 
      cursor: default; 
    }
.linear-gradient-1 {
background: linear-gradient(270deg, rgba(23, 128, 233, 0.05) 0%, rgba(39, 174, 96, 0.065) 53%);
}
/* ====== SourceAbled/SourceVets ======= */
.sa-top-section {
    margin: 78px 0px 0px;
    display: inline-block;
    width: 100%;
    height: 510px;
}
.sa-bg-img {
    background: url(../imgs/sourceabled-bg-img.png);
    background-repeat: no-repeat;
	background-size: cover;  
    background-position: bottom;
}
.ta-dark-bue-font {
	color:#0D0E38;
}
.sa-search-bg-img {
    background: url(../imgs/sa-search-bg-img.png);
    background-repeat: no-repeat;
	background-size: cover;  
    background-position: bottom;
}
.svt-hero-bg-banner {
    background: url(../imgs/svt-hero-bg-banner.png);
    background-repeat: no-repeat;
	background-size: cover;  
    background-position: bottom;
}
.icon-resume-upload:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    background: #0C61E7;
    right: -110px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-resume-upload-last-icon:after {
    display:none;	
}
.icon-resume-upload {
    position: relative;
}

@media (max-width: 768px) {
  .icon-resume-upload:after {
  display:none;
}
}

.svt-best-job-bg {
    background: url(../imgs/svt-best-job-bg.png);
    background-repeat: no-repeat;
	background-size: cover;  
    background-position: bottom;
}
@media (max-width: 576px) {
  .svt-best-job-bg {
    background: #e3f5ea; 
}
}
.js-search-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 45px;
    border: 1.5px solid #C6C7C9;
    box-shadow: 0px 2px 8.8px 0px #939393;
    padding: 6px;
    gap: 10px;
}
/* ----- 17/9/24 ----- */
.poppins {font-family: Poppins;}
.title-color-job { color: #0D0E38;}

.fwt-4 {font-weight: 400;}
.fwt-5 {font-weight: 500;}
.fwt-6 {font-weight: 600;}

.lh-4 { line-height:40px; }
.lh-5 { line-height:50px; }
.lh-5-5 { line-height:55px;}
.lh-6 { line-height:60px; }
.lh-6-5 { line-height:65px; }
.lh-7 { line-height:70px; }

.fnt-40 {font-size: 40px;}
.fnt-39 {font-size: 39px;}
.fnt-36 {	font-size: 36px;}
.fnt-20 {	font-size: 20px;}

.premier-services {
font-family: Poppins;
font-size: 36px;
line-height: 54px;
text-align: left;
}
.sa-ht-svg {    
    height: 150px;
  }
 .ftr-our-business-color {
 color:#757575;
 }
 
/* Hide the map-marker icon when the input field is focused */
.city-state input:focus + .map-marker-icon {
    display: none;
}
/* Top Menu spacing*/
.header-language-switcher-label-current, .navigation-primary .submenu.level-1>li>a {
    letter-spacing: .01em !important;
}
.navigation-primary a {    
    letter-spacing: 0.01em !important;    
}