@font-face{font-family:'PPMori-SemiBold';
    src:url(../fonts/pp-mori/semi-bold/PPMori-SemiBold.woff2) format('woff2'),
    url(../fonts/pp-mori/semi-bold/PPMori-SemiBold.woff) format('woff'),
    url(../fonts/pp-mori/semi-bold/PPMori-SemiBold.ttf) format('truetype'),
    url(../fonts/pp-mori/semi-bold/PPMori-SemiBold.svg#PPMori-SemiBold) format('svg');
    font-weight:400;font-style:normal;font-display:swap;
}
    
@font-face{font-family:'PPMori-Regular';
    src:url(../fonts/pp-mori/regular/PPMori-Regular.woff2) format('woff2'),
    url(../fonts/pp-mori/regular/PPMori-Regular.woff) format('woff'),
    url(../fonts/pp-mori/regular/PPMori-Regular.ttf) format('truetype'),
    url(../fonts/pp-mori/regular/PPMori-Regular.svg#PPMori-Regular) format('svg');
    font-weight:400;font-style:normal;font-display:swap;
}
    
@font-face{font-family:'PPMori-Extralight';
    src:url(../fonts/pp-mori/extra-light/PPMori-Extralight.woff2) format('woff2'),
    url(../fonts/pp-mori/extra-light/PPMori-Extralight.woff) format('woff'),
    url(../fonts/pp-mori/extra-light/PPMori-Extralight.ttf) format('truetype'),
    url(../fonts/pp-mori/extra-light/PPMori-Extralight.svg#PPMori-Extralight) format('svg');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
html, body {
    overflow-x: hidden;
}
body{font-family:PPMori-Regular ;    background: rgb(249, 249, 249);}
a{transition: 0.3s;text-decoration: none; }
.nav-link:focus{color:#fff;}
/* Header*/
nav.menu {
    padding: 10px 10px;
    background: #000;
    border-radius: 100px;
}
.mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .logoMain{width: 70%;}
.mainmenu a{ color: #fff; padding:10px 20px;  border-radius: 100px;transition: 0.3s;}
.mainmenu a:hover,a.active {
    background: #fff;
    color: #000000;
}
/* Header end*/
/* section job seeker */
.jobseeker{    padding: 50px 0;}
.borderbg{    background: #222539;
    border-radius: 100px;}
p.para1 {
    font-size: 22px;
}
 .form-select{
    background-color: #E9E9E9;
    border-radius: 100px;
    padding: 1rem 2.5rem 1rem 2rem;
  
}
.form-control:focus {
    background: #e9e9e9;
    box-shadow: none;
    border-color: transparent;
}
input[type="text"] ,input[type="date"], input[type="file"], input[type="password"] , input[type="email"]{
    background: #E9E9E9;
    border-radius: 100px;
    padding: 1rem 2.5rem 1rem 2rem;
	    color: #222539;
}
input[type="file"] {
    width: 100%;
}
.uploadBtn{
    border-style: dashed !important;
    border-color: #CDCDCD !important;
    background: #F6F6F6;

}
label.uoloadLabel {
    width: 100%;
    padding: 70px 0;
    cursor: pointer;
}
.shape-circle-up.jobseekerShap {
    background: #F6F6F6;
    top: 0;
}
section.JobsList {
    background: #f6f6f6;
    padding: 0 0 70px;
}
.custom-nav {
    text-align: center;
    margin-top: 20px;
}
.prev-arrow, .next-arrow {
    display: inline-flex;
        align-items: center;
        justify-content: center;
    cursor: pointer;
    font-size: 25px;
    background: #F9F9F9;
    border-radius: 100px;
    border: 1px solid #707070;
    width: 70px;
    height: 70px;
    margin: 0 10px;
}
.jobDetail p {
    margin: 10px 0;
}
 .card {
    border-radius: 20px;
    border: none;
}
.owl-carousel .item .card {
    border-radius: 20px;
    border: none;
}
.owl-pagination {
    display: none !important;
}
.btn.blueWithWhite:hover{    background-color: #222539 !important;
    color: #fff !important;
}
.uploadBtn a {
    width: 100%;
	    color: #222539;
}
div#logoCarousel {
    background: #fff;
    padding: 10px 30px;
}
div#logoCarousel .owl-item img {
    width: auto;
    height: 120px;
    object-fit: scale-down;
}
.color_red.font_12 {
    background: #Fff;
    border-radius: 100px;
    text-align: center;
    padding: 10px 0 !important;
    height: auto !important;
    font-size: 20px;
}
.paginationDiv {
    display: flex;
    width: 100%;
    padding: 0 25px;
    align-items: center;
	justify-content: space-between;
}
.numberPaging span {
    align-items: center;
    display: flex;
    width: 100%;
    gap: 10px;
}
.numberPaging a , p.current_link {
    background: #419cbd;
    color: #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.numberPaging a:hover {
    background: #212529;
}
p.current_link {
    background: #212529;
    margin-bottom: 0;
}
/* section job seeker ebd*/
/* employeer section page  */
.jobseeker a {
    color: #000;
}
.color-blue {
    color: #419CBD;
}
.card-blue {
    background: #419CBD;
    color: #fff;
}
.JobsList a{transition: 0.3s;}
.JobsList a:hover .card-blue {
    background: #222539;
}
/* footer */
.shape-circle-bottom.jobseekerShap {
    position: absolute;
    left: 0;
    transform: scale(1.1) translate(0, -25px);
    width: 100%;
    height: 100px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #f6f6f6;
    z-index: -1;
}
.ct-footer{
        position: relative;
        padding: 5rem 0;
}
.bg-darkBlue{background: #222539; color:#fff;}
.btn{
    font-family:PPMori-Regular ;
    font-size: 1rem;
    border-radius: 25px;
    padding: 1.0625rem 3rem;
    line-height: 1;
}
.btn-dark {background: #222539;color: #fff;}
.btn-dark:hover {background: #4DB1CF;color: #222539;}
.btn-blue {
    background-color: #4DB1CF;
    color: #fff;
}
.btn.btn-blue:hover{
    background-color: #fff;
    color: #000;
}
a.btn.btn-blue.blueWithWhite:hover {
    background-color: #222539;
	color: #fff;
}
.shape-circle-up {
    position: relative;
    left: 0;
    top: 25px;
    transform: scale(1.1);
    width: 100%;
    height: 80px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    background: #222539;
}
.heading2,.heading1{font-size: 4rem;
    margin-bottom: 1.125rem;
    font-family: PPMori-SemiBold;
    line-height: 1;}
.heading3{font-size: 3rem;
    margin-bottom: 1.125rem;
    font-family: PPMori-SemiBold;
    }
.ftr-head{
    font-family: PPMori-SemiBold;
    font-size: 1rem;
    margin-bottom: 1.75rem;
}
.ftr-menu-a {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    list-style:none;
    padding: 0;
}
.ftr-menu-a li a, .ftr-menu-a li{
    color:#D2D3D7;
    text-decoration: none;
	word-wrap: break-word;
}
.ftr-menu-a a:hover{color:#fff;}
/* job List*/
.apply {
    background: transparent ;
    border-radius: 100px;
    padding: 0 !important;
    float: right !important;
    height: auto;
    margin-top: 5px !important;
    margin-bottom: 5px;
    width: 20% !important;
}
.apply a {
    padding: 10px 0px !important;
	width: 50%;
    display: inline-block;
	color: #FFF;
    border-radius: 100px;
	 background:#419CBD;
	    float: right;
}
.apply a:hover {
	 background: #222539;
}
.custom-file-input {
  font-size: 16px;
  padding: 10px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  width: auto;
}

/* Hide the default file button (for some browsers) */
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: "Choose File";
    background: #222539;
	    color: #fff;
    padding: 10px 15px;
    border-radius: 100px;
}

/* Change styles when hovering */
.custom-file-input:hover::before {
  background: #4db1cf;
}
/* POSt job page */
textarea.form-control {
    background: #e9e9e9;
    border-radius: 50px;
    padding: 20px 30px;
}
a.news_link {
    background: #4db1cf;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    padding: 5px 15px;
}
.details table{margin:0;}
.details table tr td {
    padding: 15px 15px;
	background: transparent;
}
.details table.table {
    border-radius: 20px !important;
    background: #fff;
}
.details table.table tr:last-child {
    border-color: transparent !important;
}
.textDetail p {
    font-size: 14px;
}
a#signupclick {
    float: right;
}
#login .shadow {
    box-shadow: 0px 0px 30px #00000008 !important;
    background: #fff !important;
}
span.circleStmp {
    font-size: 12px;
    background: #2196f3;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    height: 50px;
    width: 190px;
    display: flex;
    align-items: center;
}
/* .seekerform label{display: flex !important;
        justify-content: space-between;
        align-items: center;} */
.seekerform span.float-right {
    float: right;
    font-size: 12px;
    margin-top: 5px;
}
.color_red{color: red;}
/* footer */
.table>:not(caption)>*>* {  vertical-align: middle;}
@media (max-width: 1100px) {
    .offcanvas-title {color: #000 !important; font-family:PPMori-SemiBold ;    }
    nav.menu {background: transparent;}
    .mainmenu a{color: #000000;margin-bottom: 10px;}
    .mainmenu a:hover,a.active { background: #000000; color: #ffffff; }
}
@media (max-width: 1024px) {
header .logoMain {
    width: 25%;
}
	.apply a{ width: 100%;}
	.jobLstBlk .rFJEntry, .jobLstBlk .jobEntry{     padding: 5px 10px;   font-size: 14px;}
	.capCont .dat, .jobLstBlk .dat{    width: 140px;}
}
@media (max-width: 600px) {
	.apply{width: 35% !important;  font-size: 10px;}
	.capCont{    padding: 5px 10px;}
	    .jobLstBlk .rFJEntry, .jobLstBlk .jobEntry {
        padding: 0px 10px;
        font-size: 12px;
    }
	input[type="text"], input[type="date"], input[type="file"], input[type="password"]{width: 100%;    padding: 1rem 1.5rem 1rem 1rem;}
	.heading2, .heading1 {
    font-size: 2.5rem;
		margin-bottom: 25px !important;}
	.seekerform .form-select{width: 100% !important;}
	#deg_parameters p, #exp_parameters p, #age_parameters p {
    width: 100% !important;
    gap: 13px;
    display: flex;
    margin-bottom: 10px !important;
    align-items: center;}
	a.news_link {
    margin: 10px 0 !important;
    display: block;
    width: 50% !important;
    float: right;}
	.shape-circle-bottom.jobseekerShap{transform: scale(1) translate(0, 0);}
	.heading3 {font-size: 2rem;}
	.jobseeker a {
    display: block;
}
}

@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}


