.select2 ul {
    height: 45px !important;
    overflow: scroll;
}

span.select2-selection {
    border: 1px solid #e9e9e9 !important;
    border-radius: 8px !important;
}

.selection input:hover,
.selection input:focus {
    border: 1px solid #0f70b7;
}
span.select2-container:hover {
    border: 1px solid #0f70b7;
    border-top-color: rgb(35, 192, 233);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 8px;
    border-top: none;
}
.selection ul {
    padding-top: 10px;
}

form#saveJob label {
    color: #024b8f;
    font-size: 14px;
    font-weight: 500;
}

form#saveJob .jp_adp_form_heading_wrapper h2 {
    color: #024b8f;
    font-weight: 600;
}

/* Added By Athira */

.jp_job_post_right_cont h6 {
    padding-top: 6px;
}
.jp_job_post_side_img img {
    box-shadow: 0.1rem 0.05rem 0.1rem 0.05rem #e9e9e9;
    max-width: 100px;
    min-height: 100px;
}
.job-application-img img {
    width: 65px;
    height: 65px;
    box-shadow: 0.1rem 0.05rem 0.1rem 0.05rem #e9e9e9;
}
.clear-search {
    float: right;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #202441;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 60px;
    cursor: pointer;
}

.clear-search:hover,
.clear-search:focus {
    color: #ffffff;
}
.jp_job_post_right_cont {
    min-height: 150px;
}

/* padding */

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}
.ml-1 {
    margin-left: 1rem !important;
}

.sub-heading-1 {
    font-size: 14px;
    font-weight: bold;
    color: #202441;
    text-transform: uppercase;
    position: relative;
    display: block;
}

.sub-heading-2 {
    font-size: 12px;
    color: #3a3a3a;
    text-transform: uppercase;
    position: relative;
    display: block;
}

.jp_cs_com_info_img img {
    width: 120px;
    height: 120px;
}

.jp_top_jobs_category_wrapper {
    height: 170px;
}

.primary-link {
    color: #202441;
    font-weight: 500;
}
.primary-text {
    color: #202441;
    font-weight: 600;
}
.primary-text:hover,
.primary-text:active {
    color: #202441;
}

.aboutus_text_section ul {
    list-style: disc;
    padding-left: 60px;
    line-height: 30px;
}
.jp_regis_left_side_box_wrapper {
    border-bottom: none !important;
}
.jp_regis_left_side_box {
    position: relative;
}
.jp_regis_right_img_overlay {
    background: rgba(0, 0, 0, 0.7);
}
.jp_regis_left_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(249, 249, 249, 0.6);
}
.jp_regis_right_side_box_wrapper {
    background-size: 100% 100%;
}
.jp_regis_left_side_box_wrapper {
    background-size: 100% 100%;
}

.jp_banner_heading_cont_wrapper {
    padding-top: 80px !important;
}

video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrapper {
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    background: #0e1427a2;
}

/* Video responsive : Start 

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    video {
        width: 100%;
        height: auto;
    }
    .jp_tittle_slider_main_wrapper {
        margin-top: 80px !important;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px){
    video {
        width: 100%;
        height: auto;
    }
    .jp_tittle_slider_main_wrapper {
        margin-top: 190px !important;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px){
    video {
        width: 100%;
        height: auto;
    }
    .jp_tittle_slider_main_wrapper {
        margin-top: 250px !important;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1799px){
    video {
        width: 100%;
        height: auto;
    }
    .jp_tittle_slider_main_wrapper {
        margin-top: 300px !important;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 1899px){
    video {
        width: 100%;
        height: auto;
    }
    .jp_tittle_slider_main_wrapper {
        margin-top: 300px !important;
    }
}
@media only screen and (min-width: 1900px){
    video {
        width: 100%;
        height: auto;
    }
    .jp_tittle_slider_main_wrapper {
        position: absolute;
        margin-top: 50rem !important;
    }
}
 Video responsive : End */

.jp_slide_img_overlay {
    opacity: 0.8;
}

#jobs-filter-div .handyman_sec1_wrapper label {
    font-size: 14px;
}
#no_records .jp_listing_tabs_wrapper {
    margin-top: 20px;
    text-align: center;
}
#no_records .jp_listing_tabs_wrapper img {
    width: 70%;
}
.jp_tittle_img_overlay {
    opacity: 0.8;
}

.jp_view_job_des ul {
    list-style: disc;
}
.jp_view_job_des li:first-child {
    margin-left: 20px;
}
.jp_job_res li i {
    color: #202441;
}
.apply-btn {
    padding: 6px;
    background: #ff5353;
    border: 1px solid #ff5353;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #ff5353;
    font-size: 12px;
}

.job_category_img {
    width: 30px;
}

#saveCandidate label,
#saveEducationDetails label,
#saveEmploymentDetails label,
#saveSkills label {
    color: #202441;
}
.owl-animated-out {
    z-index: 0;
    opacity: 0;
}
.owl-animated-in {
    z-index: 1;
}

.personal-details-div ul {
    margin-top: 40px;
}

.personal-details-div li {
    margin-left: 10px !important;
    float: none;
    line-height: 30px;
    font-size: 12px;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 600;
}
.personal-details-div li i {
    padding-right: 10px;
    color: #1e6448;
    font-size: 18px;
}

.personal-details-div .sub-heading-1 {
    display: inline-block;
    margin-right: 5px;
}

.profile-heading {
    font-size: 30px !important;
    font-weight: 600;
    color: #202441 !important;
    margin-bottom: 10px;
}

.candidate-dashboard .jp_cs_com_info_img_cont {
    padding-left: 10px !important;
    padding-top: 20px !important;
}

.candidate_wrapper {
    padding-top: 50px !important;
}

.btn-rounded {
    border-radius: 20px;
}
.btn-secondary {
    color: #fff;
    background-color: #2986cc;
    border-color: #2986cc;
}

.candidate_wrapper .jp_listing_tabs_wrapper {
    margin-top: 0px;
}

.candidate_edit .nav > li > a {
    padding: 4px 20px;
    font-size: 12px;
}
.candidate_edit .nav-pills > li > a,
.candidate_edit .nav-pills > li > a:hover,
.candidate_edit .nav-pills > li > a:focus {
    border: 1px solid #202441;
    border-radius: 15px;
    color: #202441;
    margin-right: 5px;
}
.candidate_edit .nav-pills > li.active > a,
.candidate_edit .nav-pills > li.active:hover > a,
.candidate_edit .nav-pills > li.active:hover > a:focus {
    color: #fff;
}

.candidate_wrapper .register_left_form label {
    font-size: 14px;
}
.candidate_wrapper .register_left_form input[type="text"],
.candidate_wrapper .register_left_form input[type="email"],
.candidate_wrapper .register_left_form input[type="password"],
.candidate_wrapper .register_left_form input[type="tel"],
.candidate_wrapper .register_left_form input[type="number"],
.candidate_wrapper .register_left_form input[type="url"],
.candidate_wrapper .register_left_form select,
.candidate_wrapper .register_left_form textarea {
    font-size: 14px;
    border-radius: 25px;
}

.candidate_wrapper .register_left_form .login_btn {
    padding: 10px 25px;
    font-size: 15px;
}

.field-name-error {
    color: #ff0000 !important;
}

.listing_heading_wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    padding-top: 25px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 0;
}

.listing_heading_wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}

.listing_heading_wrapper h2::before {
    content: "";
    border: 1px solid #202441;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.listing_heading_wrapper h2::after {
    content: "";
    border: 1px solid #202441;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 12px;
}

.float-end {
    float: right !important;
}

.education-details-div .jp_cs_com_info_img_cont,
.employment-details-div .jp_cs_com_info_img_cont,
.skills-div .jp_cs_com_info_img_cont,
.languages-div .jp_cs_com_info_img_cont {
    width: 100% !important;
}
.action-buttons a {
    padding: 10px 10px !important;
    font-size: 12px;
    line-height: 0.429 !important;
    border-radius: 25px;
}
.job_services_img {
    margin-top: 25px;
}

.ratingStar.fa {
    color: #202441;
    font-size: 20px;
    margin-top: 10px;
}

.jp_job_post_keyword_wrapper .ul_industry {
    font-size: 14px !important;
}

.candidate-register-button {
    background: #fff !important;
    border: 1px solid #1e5f9b !important;
    color: #1e5f9b !important;
    text-transform: none !important;
}

.salary_span {
    font-size: 12px !important;
    font-weight: 400 !important;
}


.jp_view_job_des{
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
}

.jp_view_job_des img{
    width: 100% !important;
}

.jp_job_des p {
    padding-top: 2px;
}

.jp_view_job_des h1, .jp_view_job_des h2, .jp_view_job_des h3, .jp_view_job_des h4, .jp_view_job_des h5, .jp_view_job_des h6 {
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
    padding-top: 2px;
    line-height: 23px;
    color: #797979;
}

.contactus_div  .jp_contact_right_box_wrapper{
	margin-top:0px !important;
}

.contactus_div{
    padding-top: 0px !important;
}




/* client div*/


.client-div {

    float: left;
    width: 100%;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.client-div_header h2 {
	text-align: center;
	/* font-family: impact; */
	/* font-size: 20px; */
	/* font-weight: 500; */
	/* text-transform: uppercase; */
	letter-spacing: 2px;
	margin: 15px 0 15px 0;
	/* color: #000; */


    font-size: 30px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}

.wrapper {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	/* border-radius: 180px; */
	/* padding: 2.5rem; */
	/* background: #ddd; */
	/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.client-item img {
    width: 100px;
    height: auto;
}
.client-item {
	/* animation: animate 5s alternate linear infinite; */
    animation: moveBackAndForth 5s linear infinite alternate;
    padding: 5px;
}
.container:hover .client-item {
	animation-play-state: paused;
}
@keyframes moveBackAndForth {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
/* @keyframes animate {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-1100px, 0, 0);
	}
} */
@media (max-width:767px) {
	.slider-area h2 {
		font-size: 30px;
	}
	.wrapper {
		width: 95%;
		border-radius: 0;
		padding: 0;
	}
}
