@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins: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&display=swap");
body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}
a {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all ease-in;
  transition: all 300ms ease-in;
  text-decoration: none!important;
  outline: none !important;
}
.mobile-screen{
  display: none;
}
/* Navigation top bar */
.bg-custom {
  background: #fff;
  border-bottom: 1px solid #bebebe;
}
.navbar-expand-sm {
  padding: 0;
}
.navbar .left-nav {
  width: 50%;
}
.left-nav ul.navbar-nav {
  margin-top: 10px;
}
.left-nav ul.navbar-nav li {
  padding: 15px 5px 15px 0px;
  border-bottom: 4px solid transparent;
}
.left-nav ul.navbar-nav li.active,
.left-nav ul.navbar-nav li:hover {
  border-bottom: 4px solid #2977c9;
}
.left-nav ul.navbar-nav li a.nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-bottom:none!important;
}
.left-nav ul.navbar-nav li a.nav-link:hover {
  color: #f18000;
}
.navbar-dark .navbar-brand {
  float: left;
  margin-top: 10px;
}
.navbar .right-nav {
  width: 50%;
  text-align: right;
}
.right-nav ul.post {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-nav ul.post li {
  display: inline-block;
  padding: 0 14px;
}
.right-nav ul.post li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.right-nav ul.post li a:hover {
  color: #f18000;
}
.right-nav .signin {
  display: flex;
  color: #000;
}
.right-nav .signin span {
  font-size: 14px;
  color: #000;
  padding: 0 6px;
}

/* Toggle */
.navbar-dark .navbar-toggler {
  color: #ddd;
  background: #ddd;
  margin-top: 10px;
}
.navbar-dark .navbar-toggler-icon {
  background: url(../images/brdCrum.png) top center no-repeat;
  width: 14px;
  height: 17px;
}

/* ============ Search Area section style ===================*/
section.search-area {
  border-bottom: 1px solid #bebebe;
}
section.search-area .row {
  --bs-gutter-x: 0.8rem;
}
section.search-area .search-box {
  padding: 2em 0;
}
.search-box .inputwrap {
  border: 1px solid #949494;
  border-radius: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /* padding: 0.99rem 1rem; */
  padding:.55rem 1rem;
}
.search-box .inputwrap .txt-input {
  margin: 0 1rem 0 0;
  line-height: 1.125rem;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 600;
  font-size: 0.9em;
  color: #f18000;
}
.search-box .inputwrap .txtinputwrap {
  flex: 1 1 auto;
  line-height: 1.125rem;
  position: relative;
}
.txtinputwrap .icl-TextInput-control {
  width: 100%;
  border: none;
  padding: 2px 0;
}
.txtinputwrap .icl-TextInput-control:focus {
  border: none;
  outline: none;
}
.txtinputwrap .icl-TextInput-icon.iconRight {
  right: 0;
  justify-content: flex-end;
  position: absolute;
}
/* .search-box button[type="submit"] {
  background: #2977c9;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding: 17px;
  border-radius: 5px;
} */
.search-box button[type="submit"] {
    background: #2977c9;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: .80rem 1rem;
    border-radius: 5px;
}
.search-box button[type="submit"]:hover {
  background: #f18000;
  transition: all 300ms ease-in;
}
section.search-area .search-box p {
  text-align: center;
  color: #000;
  font-size: 14px;
  margin: 14px 0 0 0;
}
section.search-area .search-box p span {
  font-size: 16px;
  font-weight: 600;
  color: #2977c9;
  font-family: "Lato", sans-serif;
}
/* =========== Popular Search ========== */
section.popular-search {
  /* padding: 2rem 0; */
  padding: 1rem 0;
}
section.popular-search .mobile-img{
  display: none;
}
section.popular-search h4 {
  font-size: 24px;
  color: #2977c9;
  border-bottom: 4px solid #000;
  display: inline-block;
  text-align: center;
  margin: 0;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  padding: 15px 0;
}
section.popular-search .search-wrap {
  background: url(../images/popular-search-bg.jpg) top left no-repeat;
  background-size: 100%;
 /*  padding: 80px 0;
  min-height: 363px; */
  
  padding: 40px 0;
  min-height: 195px;
  
}
.search-wrap .button-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.search-wrap .button-wrap .button-cus {
  margin: 21px 10px;
}
/* .search-wrap .button-wrap .button-cus a {
  border: 1px solid #000;
  background: #fff;
  padding: 17px 33px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration:none;
} */
.search-wrap .button-wrap .button-cus a {
    border: 1px solid #000;
    background: #fff;
    padding: 5px 8px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}
.search-wrap .button-wrap .button-cus a:hover {
  background: #f18000;
  color: #fff;
}

/* Footer section style */
section.footer {
  padding: 20px 0;
}
section.footer ul.f-link {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
section.footer ul.f-link li {
  display: inline-block;
  padding: 0 12px;
  line-height:1.5;
}
section.footer ul.f-link li a {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
section.footer ul.f-link li a:hover {
  color: #f18000;
}
section.footer ul.b-link {
  list-style: none;
  margin: 25px 0 0 0;
  padding: 0;
  text-align: center;
}
section.footer ul.b-link li {
  display: inline-block;
  padding: 0 12px;
  line-height:1.5;
}
section.footer ul.b-link li a,
section.footer ul.b-link li span {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
section.footer ul.b-link li a:hover {
  color: #f18000;
}
/* ======== upload-resume section ========= */
section.upload-resume {
  padding: 20px 0;
  background: #f7f7f7;
  text-align: center;
}
section.upload-resume h5 {
  font-size: 18px;
  color: #f18000;
}
.custom-file-input {
  padding: 14px 18px;
  background: #2977c9;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  width: 204px;
}
.custom-file-input:hover {
  background: #f18000;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: "Upload your resume";
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 18px;
}
.socialLogin{
	display:none;
}
.empty-data-text {
    text-align: center;
    color: #F18103;
}
@media screen and (max-width: 600px) {
	.userlinkstp{
		text-align:center;
		margin-top:10px;
	}
}