@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&amp;display=swap");

/*-- Default CSS --*/
body {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  line-height: 1.4;
}

.p-t130 {
  padding-top: 0px;
}

p {
  line-height: 1.8;
}

a {
  transition: 0.5s all ease;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.common-btn.d-flex {
  list-style: none;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-99 {
  padding-top: 152px;
  padding-bottom: 30px;
}

.pt-100 {
  padding-top: 30px;
}

.pb-70 {
  padding-bottom: 30px;
}

.pb-100 {
  padding-bottom: 30px;
}

button:focus {
  outline: 0;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
.searchButton button#submitButton {
    height: 48px !important;
}
/*-- End Default CSS --*/
/*----- Home Page 1 -----*/
/*-- Navbar --*/
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle::after {
  display: none !important;
}

.main-nav {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  transition: 0.5s all ease;
}

.main-nav nav {
  padding-top: 0;
  padding-bottom: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item {
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a i {
  position: relative;
  display: inline-block;
  font-size: 12px;
  top: 1px;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #4396f0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #111111;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #4396f0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #4396f0;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  margin-left: 8px;
  margin-right: 8px;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
  color: #4396f0;
}

.menu-shrink {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 0 15px 0 #ddd;
}

.common-btn a {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 18px !important;
  position: relative;
  z-index: 1;
}

.common-btn a i {
  display: inline-block;
  margin-right: 3px;
}

.common-btn .login-btn {
  color: #333333;
  margin-right: 10px;
}

.common-btn .login-btn:hover {
  color: #ffffff;
}

.common-btn .login-btn:hover:before {
  width: 100%;
  opacity: 1;
}

.common-btn .sign-up-btn {
  color: #ff7200;
  border: 1px solid;
  border-color: #ff7200;
  border-radius: 30px;
}

.common-btn .sign-up-btn:hover {
  color: #fff;
  background: #ff7200;
}

.common-btn .sign-up-btn:hover:before {
  width: 0;
  opacity: 0;
}

/* =============header=============== */
/*-- Start Header --*/
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #333;
  transition: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ebebeb;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover {
  background: #ebebeb !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  top: 55px;
  left: 0;
  /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding-top: 5px;
  border: none;
  border-radius: 3px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5spx;
  opacity: 0;
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: 0;
  right: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ebebeb;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ebebeb !important;
}

.profile-container {
  position: relative;
  display: inline-block;
}

.profile-button {
  align-items: center;
  cursor: pointer;
}

.profile-button img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.profile-button span {
  font-weight: 500;
  color: #333;
}

.dropdown1 {
  position: absolute;
  top: 79px;
  right: 0px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: none;
  min-width: 230px;
  z-index: 100;
}

.dropdown1 a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s;
}

.dropdown1 a:hover {
  background-color: #f0f0f0;
  color: #4396f0;
}

/* Show dropdown on focus-within (when clicked or tabbed) */
.profile-container:focus-within .dropdown1 {
  display: block;
}

/*-- End Header --*/
/*-- End Navbar --*/
/*-- Banner --*/
.banner-img-one {
  background-image: url("../img/home-1/banner.jpg");
}

.banner-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 850px;
  padding-top: 105px;
  position: relative;
}

.complogo {
  display: flex;
  justify-content: space-between;
  gap: 12px
}

.complogo a img {
  margin-right: 3px;
  max-height: 40px;
  max-width: 50px;
}

.banner-text {
  position: relative;
  text-align: center;
}

.banner-text h1 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
}

.banner-text h1 span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.banner-text p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}

.banner-form-area {
  background-color: #e7e7e7;
  padding: 15px 15px;
  border-radius: 5px;
}

.banner-form-area form {
  position: relative;
}

.banner-form-area form .form-group {
  margin-bottom: 0;
  position: relative;
}

.banner-form-area form .form-group i {
  background: #c7c7c7;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-form-area form .form-group .form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
  border-right: none;
  padding-left: 33px;
  border-radius: 5px;
  font-size: 14px;
}

.banner-form-area form .form-group .form-control:focus {
  box-shadow: none;
  border: 0;
}

.banner-form-area form .form-group ::-moz-placeholder {
  color: #95969c;
}

.banner-form-area form .form-group ::placeholder {
  color: #95969c;
}

.banner-form-area form .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 15px;
  left: 8px;
  display: block;
}

.banner-form-area form .form-group label i {
  font-weight: 700;
  font-size: 18px;
  color: #c7c7c7;
}

.banner-form-area .banner-form-btn {
  font-size: 15px;
  color: #ffffff;
  transition: 0.5s all ease;
  background: #032465;
  padding: 13px 25px;
  border-radius: 45px;
  transition: width 20s, opacity 0.6s;
  width: 100%;
}

.videos {
  overflow: hidden;
  border-radius: 15px;
  border: solid 7px #eedddd66;
  margin-top: 25px;
}

.videos video {
  width: 100%;
  height: 240px;
  padding-top: 5px;
}

#myTab {
  margin-top: 100px;
  display: flex;
  max-width: 205px;
}

#myTab button {
  color: #fff;
  font-weight: 500;
}

#myTab button.active {
  color: #022162;
}

.form-select {
  width: 100%;
  display: block;
  border-radius: 0;
  height: 50px;
  color: #878ba5;
  border: 0;
  font-size: 14px;
  max-height: 200px;
  overflow-y: scroll;
}

.form-select:focus {
  border: 0;
  box-shadow: none;
}

.form-select ::-webkit-scrollbar {
  width: 6px;
}

.form-select ::-webkit-scrollbar-thumb {
  background: #888;
}

.form-select ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.banner-btn {
  margin-top: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner-btn a {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  width: 23%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  justify-content: start;
  border-radius: 7px;
  margin-bottom: 10px;
  border: solid 1px #ffffff;
}

.banner-btn a:hover {
  color: #ffffff;
  border: solid 1px #333333;
}

/*-- End Banner --*/
/*-- Account --*/
.account-area {
  background: #ffff;
  padding-top: 50px;
  padding-bottom: 20px;
}

.account-wrap {
  margin-left: auto;
  margin-right: auto;
}

.account-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.account-item:before {
  position: absolute;
  content: "";
  width: 75%;
  height: 8px;
  right: -92px;
  top: 30px;
  background-color: rgba(255, 255, 255, 0.3803921569);
}

.account-item:hover i {
  box-shadow: 0 0 0 8px #4396f0;
  ;
}

.account-item i {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #000000;
  background-color: #ffffff;
  font-size: 30px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3803921569);
  margin-top: 8px;
  margin-bottom: 25px;
  transition: 0.5s all ease;
}

.account-item span {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

.account-last:before {
  display: none;
}

/*-- End Account --*/
/*-- Category --*/
.category-item {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.category-item i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #cc6633;
  background-color: #f5e0d6;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.category-item a {
  display: block;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  max-width: 145px;
  margin-left: auto;
  margin-right: auto;
}

.category-item a:hover {
  color: #cc6633;
}

.category-two i {
  color: #7264e5;
  background-color: #dad7f2;
}

.category-two a:hover {
  color: #7264e5;
}

.category-three i {
  color: #4396f0;
  ;
  background-color: #dbf5de;
}

.category-three a:hover {
  color: #4396f0;
  ;
}

.category-four i {
  color: #daa91f;
  background-color: #ece5d1;
}

.category-four a:hover {
  color: #daa91f;
}

.category-five i {
  color: #1e27f9;
  background-color: #ccceff;
}

.category-five a:hover {
  color: #1e27f9;
}

.category-six i {
  color: #726f6f;
  background-color: #cccccc;
}

.category-six a:hover {
  color: #726f6f;
}

.category-seven i {
  color: #1783b6;
  background-color: #ccf1ff;
}

.category-seven a:hover {
  color: #1783b6;
}

.category-eight i {
  color: #c455bf;
  background-color: #fccffa;
}

.category-eight a:hover {
  color: #c455bf;
}

.category-nine i {
  color: #cc6666;
  background-color: #f5cccc;
}

.category-nine a:hover {
  color: #cc6666;
}

.category-ten i {
  color: #4396f0;
  ;
  background-color: #d0e6d2;
}

.category-ten a:hover {
  color: #4396f0;
  ;
}

.category-border {
  border-right: 1px solid #efeeee;
  border-bottom: 1px solid #efeeee;
}

.category-border-two {
  border-right: 1px solid #efeeee;
}

.category-border-three {
  border-bottom: 1px solid #efeeee;
}

/*-- End Category --*/
/*-- Portal --*/
.portal-item {
  position: relative;
  margin-bottom: 30px;
}

.portal-item .portal-trusted {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 12px;
  bottom: 30px;
}

.portal-item .portal-trusted span {
  display: block;
  background: #4396f0;
  ;
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  padding: 20px 70px;
  box-shadow: 0 0 0 10px #cce6cf;
}

.portal-item h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 25px;
}

.portal-item p {
  color: #333333;
  margin-bottom: 35px;
}

.portal-item .common-btn a {
  width: 150px;
}

.portal-item .common-btn a i {
  font-size: 18px;
  position: relative;
  top: 1px;
}

.portal-right {
  padding-left: 50px;
}

.portal-right-two {
  margin-bottom: 0;
}

/*-- End Portal --*/
/*-- Jobs --*/
.section-title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  margin-top: -10px;
}

.section-title h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}

.sorting-menu {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 770px;
  text-align: center;
}

.sorting-menu ul {
  margin: 0;
  padding: 25px 25px;
  box-shadow: 0px 0px 15px 0px #ddd;
}

.sorting-menu ul li {
  cursor: pointer;
  display: inline-block;
  color: #333333;
  font-size: 16px;
  transition: 0.5s all ease;
  border: 2px solid;
  border-color: #4396f0;
  border-image-slice: 1;
  padding: 10px 25px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
}

.sorting-menu ul li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s all ease;
  z-index: -1;
  background: transparent;
}

.sorting-menu ul li.mixitup-control-active,
.sorting-menu ul li:hover {
  color: #ffffff;
  transition: 0.5s all ease;
}

.sorting-menu ul li.mixitup-control-active:before,
.sorting-menu ul li:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: #4396f0;
  ;
}

.sorting-menu ul li:last-child {
  margin-right: 0;
}

.sorting-menu ul li:first-child {
  margin-left: 0;
}

.job-item {
  margin-bottom: 30px;
  border: 1px solid #c1c1c1;
  padding: 30px;
  position: relative;
}

.job-item img {
  position: absolute;
  top: 38%;
}

.job-item .job-inner {
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
}

.job-item .job-inner .job-inner-left {
  flex: 0 0 75%;
  max-width: 75%;
}

.job-item .job-inner .job-inner-left h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
}

.job-item .job-inner .job-inner-left h3 a {
  color: #333333 !important;
}

.job-item .job-inner .job-inner-left h3 a:hover {
  color: #333333;
  letter-spacing: 1px;
}

.job-item .job-inner .job-inner-left .company {
  display: block;
  font-weight: 500;
  font-size: 16px;
  background: #4396f0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.job-item .job-inner .job-inner-left .company:hover {
  background: #4396f0;
  ;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job-item .job-inner .job-inner-left ul {
  margin: 0;
  padding: 0;
}

.job-item .job-inner .job-inner-left ul li {
  list-style-type: none;
  display: block;
  font-size: 14px;
  color: #808291;
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
}

.job-item .job-inner .job-inner-left ul li:last-child {
  margin-bottom: 0;
}

.job-item .job-inner .job-inner-left ul li i {
  display: inline-block;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}

.job-item .job-inner .job-inner-right {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
}

.job-item .job-inner .job-inner-right ul {
  margin: 0;
  padding: 0;
}

.job-item .job-inner .job-inner-right ul li {
  display: block;
  font-size: 14px;
  border: 1px solid;
  border-color: #4396f0;
  border-image-slice: 1;
  text-align: center;
  width: 95px;
  margin-bottom: 10px;
  margin-left: auto;
}

.job-item .job-inner .job-inner-right ul li:last-child {
  margin-bottom: 0;
}

.job-item .job-inner .job-inner-right ul li span {
  display: block;
  color: #ffffff;
  background: #4396f0;
  ;
  padding-top: 10px;
  padding-bottom: 10px;
}

.job-item .job-inner .job-inner-right ul li a {
  display: block;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
}

.job-item .job-inner .job-inner-right ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: #4396f0;
  ;
  transition: 0.5s all ease;
}

.job-item .job-inner .job-inner-right ul li a:hover {
  color: #ffffff;
}

.job-item .job-inner .job-inner-right ul li a:hover:before {
  width: 100%;
  opacity: 1;
}

.job-pagination {
  text-align: center;
}

.job-pagination ul {
  margin: 0;
  padding: 0;
}

.job-pagination ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.job-pagination ul li a {
  display: block;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ebebeb;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
}

.job-pagination ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  transition: 0.5s all ease;
  background: #4396f0;
}

.job-pagination ul li a:hover {
  color: #ffffff;
}

.job-pagination ul li a:hover:before {
  opacity: 1;
  width: 100%;
}

/*-- End Jobs --*/
/*-- Counter --*/
.counter-area {
  background: #4396f0;
}

.counter-item {
  margin-bottom: 30px;
  text-align: center;
}

.counter-item i {
  display: block;
  font-size: 45px;
  margin-bottom: 5px;
}

.counter-item h3 {
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 0;
}

.counter-item p {
  margin-bottom: 0;
  font-size: 18px;
}

/*-- End Counter --*/
/*-- Popular --*/
.popular-item {
  margin-bottom: 30px;
}

.popular-item img {
  width: 100%;
}

.popular-item .practice-inner img:nth-child(1) {
  margin-bottom: 25px;
}

.popular-item p {
  margin-bottom: 35px;
  color: #808192;
}

.popular-item ul {
  margin: 0;
  padding: 0;
}

.popular-item ul li {
  list-style-type: none;
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #033333;
  margin-bottom: 25px;
  padding: 7px;
}

.popular-item ul li:last-child {
  margin-bottom: 0;
}

.popular-item ul li i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #4396f0;
  background-color: #c0f3c6;
  margin-right: 10px;
  font-size: 26px;
  border-radius: 12px;
  position: relative;
  top: 2px;
}

.popular-wrap {
  position: relative;
}

.popular-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #f8f8f8;
}

.popular-wrap:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #f8f8f8;
}

.popular-right {
  padding-left: 10px;
}

/*-- End Popular --*/
/*-- Companies --*/
.companies-area {
  background-color: #f7faf7;
}

.companies-area .section-title {
  margin-bottom: 25px;
}

.companies-area .owl-theme .owl-dots .owl-dot.active span {
  background: #4396f0;
}

.companies-area .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #acacac;
  border-radius: 35px;
}

.companies-area .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
  line-height: 0;
}

.owl-dot.active span {
  background: #869791;
}

.companies-item {
  text-align: center;
  background-color: #ffffff;
  padding: 35px 20px;
  transition: 0.5s all ease;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.companies-item:hover {
  box-shadow: 0px 0px 20px 0px #ddd;
}

.companies-item img {
  margin-bottom: 25px;
  width: 60px !important;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.companies-item h3 {
  margin-bottom: 16px;
}

.companies-item h3 a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.companies-item h3 a:hover {
  color: #4396f0;
}

.companies-item p {
  margin-bottom: 22px;
  color: #808291;
  font-size: 14px;
}

.companies-item p i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.companies-item .companies-btn {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  padding: 10px 18px;
  position: relative;
  z-index: 1;
  border: 1px solid;
  border-color: #4396f0;
  border-image-slice: 1;
}

.companies-item .companies-btn:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: #4396f0;
  transition: 0.5s all ease;
}

.companies-item .companies-btn:hover {
  color: #ffffff;
}

.companies-item .companies-btn:hover:before {
  width: 100%;
  opacity: 1;
}

/*-- End Companies --*/
/*-- Profile --*/
.profile-area-two {
  padding-bottom: 170px;
}

.profile-area-two .profile-item {
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}

.profile-area .owl-theme .owl-dots .owl-dot.active span {
  background: #4396f0;
}

.profile-area .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #acacac;
  border-radius: 35px;
}

.profile-area .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.profile-item {
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.profile-item .blog_content_ {
  padding: 7px 15px;
}

.profile-item .profile-heart.readmoreBtn {
  margin-bottom: 10px;
}

.profile-item .profile-heart.readmoreBtn a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  font-family: auto;
}

.profile-item .profile-heart.readmoreBtn a:hover {
  color: #4396f0;
}

.profile-item p.blog_desc {
  font-size: 13px;
  font-weight: 400;
}

.profile-item img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.profile-item .profile-inner {
  background-color: #ffffff;
  padding: 9px 0px;
  position: relative;
  max-width: 100%;
  transition: 0.5s all ease;
}

.profile-item .profile-inner h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}

.profile-item .profile-inner span {
  color: #333;
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
}

.profile-item .profile-inner a {
  display: inline-block;
  font-size: 13px;
}

.profile-item .profile-inner .profile-heart {
  position: absolute;
  bottom: 15px;
  right: 0px;
}

.profile-item .profile-inner .profile-heart a {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 50%;
  color: #333;
}

/*-- End Profile --*/
/*-- App --*/
.app-item {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background: #032160;
  padding-right: 146px;
  padding-left: 137px;
  border-radius: 134px 0px 50px 0px;
  width: 80%;
  float: right;
}

.app-items.app-left img {
  width: 67%;
}

.app-items.app-left {
  position: absolute;
  z-index: 1;
}

.app-item img {
  position: absolute;
}

.app-item img:first-child {
  top: 0;
  right: 25px;
  z-index: 1;
  animation: app-a-one 6s infinite linear;
}

.app-item img:last-child {
  top: 8px;
  right: 130px;
  animation: app-a-two 6s infinite linear;
}

.app-item .section-title {
  margin-bottom: 20px;
  text-align: left;
}

.app-item .section-title h2 {
  color: #ffffff;
}

.app-item p {
  margin-bottom: 20px;
  color: #fff;
}

.app-item .app-btn .app-btn-one {
  background-color: #fff;
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 8px 18px;
  z-index: 1;
  border-radius: 8px;
  margin-right: 15px;
}

.app-item .app-btn .app-btn-one i {
  font-size: 40px;
  position: absolute;
  top: 0;
}

.app-item .app-btn .app-btn-one span {
  display: block;
  font-size: 15px;
  padding-left: 0px;
  margin-bottom: 0px;
  text-align: center;
  color: #000;
}

.app-item .app-btn .app-btn-one p {
  margin-bottom: 0;
  padding-left: 50px;
}

.app-item .app-btn .app-btn-two {
  width: 165px;
  background-color: #231f20;
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 11px 10px;
  border-radius: 8px;
  top: -2px;
}

.app-item .app-btn .app-btn-two i {
  font-size: 40px;
  position: absolute;
  top: 0;
}

.app-item .app-btn .app-btn-two span {
  display: block;
  font-size: 8px;
  padding-left: 50px;
  margin-bottom: -3px;
}

.app-item .app-btn .app-btn-two p {
  margin-bottom: 0;
  padding-left: 50px;
}

@keyframes app-a-one {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes app-a-two {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(20px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

/*-- End App --*/
/*-- Blog --*/
.blog-area {
  padding-bottom: 170px;
  margin-top: -20px;
}

.blog-item {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5019607843);
  transition: 0.5s all ease;
}

.blog-item:hover {
  transform: translate(0, -10px);
}

.blog-item:hover .blog-top span {
  bottom: -1px;
  opacity: 1;
}

.blog-item .blog-top {
  position: relative;
}

.blog-item .blog-top a {
  display: block;
}

.blog-item .blog-top a img {
  width: 100%;
}

.blog-item .blog-top span {
  font-weight: 500;
  font-size: 16px;
  color: #4396f0;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 10px 25px;
  opacity: 0;
  transition: 0.5s all ease;
}

.blog-item .blog-bottom {
  padding: 25px 25px;
}

.blog-item .blog-bottom h3 {
  margin-bottom: 15px;
}

.blog-item .blog-bottom h3 a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #111111;
}

.blog-item .blog-bottom h3 a:hover {
  color: #4396f0;
}

.blog-item .blog-bottom ul {
  margin: 0;
  padding: 0;
}

.blog-item .blog-bottom ul li {
  list-style-type: none;
  display: block;
  color: #808291;
  font-size: 14px;
  position: relative;
}

.blog-item .blog-bottom ul li img {
  margin-right: 10px;
}

.blog-item .blog-bottom ul li a {
  display: block;
  color: #4396f0;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.blog-item .blog-bottom ul li a i {
  font-size: 16px;
  position: relative;
  top: 1px;
  left: -3px;
}

.blog-item .blog-bottom ul li a:hover {
  color: #333333;
}

/*-- End Blog --*/
/*-- Subscribe --*/
.subscribe-area {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5019607843);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: -100px;
}

.subscribe-area .subscribe-shape img {
  position: absolute;
}

.subscribe-area .subscribe-shape img:nth-child(1) {
  top: 10px;
  left: 5%;
  animation: subscribe-a-one 5s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(2) {
  bottom: 10px;
  left: 10%;
  animation: subscribe-a-two 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(3) {
  bottom: 100px;
  left: 50%;
  animation: subscribe-a-three 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(4) {
  right: 20%;
  top: 20px;
  animation: subscribe-a-four 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(5) {
  bottom: 10px;
  right: 5%;
  animation: subscribe-a-five 10s infinite linear;
}

.validation-danger {
  color: #dc3545;
  margin-top: 10px;
  font-size: 15px;
}

.validation-success {
  color: #4396f0;
  margin-top: 10px;
  font-size: 15px;
}

@keyframes subscribe-a-one {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 10px);
  }

  75% {
    transform: translate(-20px, 20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes subscribe-a-two {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }

  75% {
    transform: translate(-20px, -20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes subscribe-a-three {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(20px, 0);
  }

  75% {
    transform: translate(-20px, -20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes subscribe-a-four {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(50px, 0);
  }

  75% {
    transform: translate(-50px, 50px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes subscribe-a-five {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(20px, 0);
  }

  75% {
    transform: translate(-20px, -20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.subscribe-item {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-item .newsletter-form {
  position: relative;
}

.subscribe-item .newsletter-form .form-control {
  border: 1px solid;
  border-color: #4396f0;
  border-image-slice: 1;
  height: 55px;
  font-size: 16px;
  padding-left: 25px;
}

.subscribe-item .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 1px solid;
  border-color: #4396f0;
  border-image-slice: 1;
}

.subscribe-item .newsletter-form ::-moz-placeholder {
  color: #333333;
}

.subscribe-item .newsletter-form ::placeholder {
  color: #333333;
}

.subscribe-item .newsletter-form .subscribe-btn {
  color: #ffffff;
  font-size: 16px;
  background: #4396f0;
  padding: 15px 30px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

.subscribe-item .newsletter-form .subscribe-btn:hover {
  background: #4396f0;
}

.subscribe-item .newsletter-form .btn.disabled,
.subscribe-item .newsletter-form .btn:disabled {
  opacity: 1;
}

/*-- End Subscribe --*/
/*-- Footer --*/
footer {
  background: #e0eaff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0px 20px 0px;
  color: #000000;
  position: relative;
}

.footer-item {
  margin-bottom: 30px;
}

.footer-item .footer-logo a {
  display: block;
  margin-bottom: 25px;
}

.footer-item .footer-logo p {
  margin-bottom: 20px;
  font-size: 15px;
}

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}

.footer-item .footer-logo ul li a {
  display: block;
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
}

.footer-item .footer-logo ul li a:hover {
  color: #333333;
}

.footer-item .footer-category h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5294117647);
  position: relative;
}

.footer-item .footer-category h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
}

.footer-item .footer-category ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-category ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.footer-item .footer-category ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-category ul li a {
  color: #000;
  display: block;
  font-size: 15px;
}

.footer-item .footer-category h3,
.footer-item .footer-find h3 {
  visibility: hidden;
}

.footer-item .footer-category ul li a:hover {
  color: #333333;
}

.footer-item .footer-find h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5294117647);
  position: relative;
}

.footer-item .footer-find h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
}

.footer-item .footer-find ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-find ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.footer-item .footer-find ul li i {
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 2px;
}

.footer-item .footer-find ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-find ul li a {
  display: inline-block;
  color: #000;
  font-size: 15px;
}

.footer-category.Hidden h3 {
  visibility: visible;
  color: #000;
  border: none;
}

.footer-item .footer-category h3:before {
  display: none;
}

.footer-item .footer-find ul li a:hover {
  color: #333333;
}

.copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #4396f0;
  margin-top: 70px;
}

.copyright-item p {
  margin-bottom: 0;
}

.copyright-item p a {
  display: inline-block;
  color: #ffffff;
}

.copyright-item p a:hover {
  color: #333333;
}

.copyright-item ul {
  margin: 0;
  padding: 0;
}

.copyright-item ul li {
  list-style-type: none;
  display: inline-block;
}

.copyright-item ul li span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.copyright-item ul li a {
  color: #ffffff;
  display: block;
}

.copyright-item ul li a:hover {
  color: #333333;
}

.copyright-right {
  text-align: right;
}

.pay-btn a:hover {
  color: #fff;
  background-color: #0f529e;

}

.pay-btn {
  display: grid;
  place-items: center;
  float: inline-start;
  margin-top: 23px;
}

.pay-btn a {
  position: relative;
  padding: 8px 18px !important;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  background-color: #012982;
  text-decoration: none;
  font-size: 15px;
  overflow: hidden;
}

.pay-btn a span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fff, #2c4e97);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.pay-btn a span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, #fff, #2c4e97);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.pay-btn a span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #fff, #2c4e97);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.pay-btn a span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(to top, #fff, #2c4e97);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

/*-- End Footer --*/
/*----- End Home Page 1 -----*/
/*----- Home Page 2 -----*/
/*-- Banner --*/
.banner-img-two {
  background-image: url("../img/home-2/banner.jpg");
}

.banner-area-two {
  height: 800px;
}

.banner-area-two .banner-text {
  text-align: left;
  margin-top: -45px;
}

.banner-area-two .banner-text .banner-form-area {
  border-radius: 0;
}

.banner-area-two .banner-text .banner-form-area .banner-form-btn {
  border-radius: 0;
}

/*-- End Banner --*/
/*-- Jobseeker --*/
.jobseeker-area {
  background-color: #f7faf7;
}

.jobseeker-item {
  margin-bottom: 30px;
  background: #4396f0;
  position: relative;
  padding: 45px 35px;
}

.jobseeker-item .jobseeker-icon {
  position: absolute;
  top: 55px;
  left: 34px;
}

.jobseeker-item .jobseeker-icon i {
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  position: relative;
  top: -7px;
}

.jobseeker-item .jobseeker-inner {
  padding-left: 65px;
}

.jobseeker-item .jobseeker-inner span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.jobseeker-item .jobseeker-inner h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.jobseeker-item a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 65px;
  right: 35px;
}

.jobseeker-item a:hover {
  color: #333333;
}

.job-wrap {
  margin-top: -110px;
  background-color: rgba(255, 255, 255, 0.6588235294);
  padding: 35px 20px 5px 20px;
  position: relative;
}

/*-- End Jobseeker --*/
/*-- Category --*/
.category-area-two {
  background-color: #f7faf7;
}

.ptb-company {
  padding-top: 40px;
}

.category-area-two .col-lg-3:hover {
  box-shadow: none;
}

.category-area-two .category-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 25px 0px rgba(221, 221, 221, 0.5490196078);
  transition: 0.5s all ease;
}

.category-area-two .category-item:hover {
  box-shadow: none;
}

/*-- End Category --*/
/*-- Account --*/
.account-area-two {
  padding-top: 100px;
  padding-bottom: 100px;
}

.account-area-two .banner-btn {
  margin-top: 40px;
}

/*-- End Account --*/
/*-- Portal --*/
.portal-counter-area .counter-item {
  text-align: center;
  margin-bottom: 30px;
}

.portal-counter-area .counter-item h3 {
  color: #4396f0;
  ;
  font-weight: 600;
  font-size: 28px;
}

.portal-counter-area .counter-item p {
  margin-bottom: 0;
  font-size: 14px;
}

/*-- End Portal --*/
/*----- End Home Page 2 -----*/
/*----- Home Page 3 -----*/
/*-- Navbar --*/
.navbar-area-two .menu-shrink {
  background-color: #ffffff !important;
  border-bottom: 1px solid transparent;
}

.navbar-area-two .main-nav {
  background-color: transparent;
  border-bottom: 1px solid #c1f5c6;
}

/*-- Navbar --*/
/*-- Banner --*/
.banner-area-three {
  height: 780px;
  background-color: #d0fed5;
}

.banner-area-three:before {
  display: none;
}

.banner-area-three .banner-text {
  text-align: left;
  position: relative;
  z-index: 1;
}

.banner-area-three .banner-text h1 {
  color: #393838;
}

.banner-area-three .banner-text h1 span {
  color: #4396f0;
  ;
}

.banner-area-three .banner-text p {
  color: #393838;
}

.banner-area-three .banner-text .banner-form-area {
  border-radius: 0;
  max-width: 740px;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.banner-area-three .banner-text .banner-form-area form {
  padding-right: 120px;
}

.banner-area-three .banner-text .banner-form-area .banner-form-btn {
  border-radius: 0;
}

.banner-area-three .banner-img img {
  position: absolute;
  right: 5%;
  bottom: 0;
}

/*-- End Banner --*/
/*-- Create --*/
.create-area {
  background: #4396f0;
  padding-top: 50px;
  padding-bottom: 20px;
}

.create-item {
  margin-bottom: 30px;
}

.create-item h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
}

.create-item .create-btn {
  text-align: right;
}

.create-item .create-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  padding: 18px 26px;
}

.create-item .create-btn a:hover {
  color: #ffffff;
  background-color: #333333;
}

/*-- End Create --*/
/*----- End Home Page 3 -----*/
/*----- Create Account Page -----*/
/*-- Page Title --*/
.page-title-area {
  background: #4396f0;
}

.page-title-text {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.page-title-text h2 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
}

.page-title-text ul {
  margin: 0;
  padding: 0;
}

.page-title-text ul li {
  list-style-type: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.page-title-text ul li a {
  display: block;
  color: #ffffff;
}

.page-title-text ul li a:hover {
  color: #333333;
}

/*-- End Page Title --*/
/*-- Create Photo --*/
.create-account-area {
  padding-bottom: 80px;
  padding-top: 160px;
}

.create-photo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.create-photo .already-create {
  margin-bottom: 40px;
}

.create-photo .already-create span {
  display: inline-block;
  color: #7f7e7e;
  font-weight: 500;
  font-size: 16px;
}

.create-photo .already-create a {
  color: #ffffff;
  background: #4396f0;
  padding: 8px 18px;
  border-radius: 5px;
  margin-left: 10px;
  display: inline-block;
}

.create-photo .already-create a:hover {
  background: #4396f0;
}

.create-photo .create-photo-item .create-photo-left {
  text-align: center;
  background-color: #837d7e;
  width: 270px;
  height: 275px;
}

.create-photo .create-photo-item .create-photo-left .form-group {
  margin-bottom: 0;
}

.create-photo .create-photo-item .create-photo-left .form-group i {
  display: block;
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 15px;
}

.create-photo .create-photo-item .create-photo-right .form-group {
  margin-bottom: 0;
}

.create-photo .create-photo-item .create-photo-right .form-group .form-control {
  border: 1px solid #d6d5d5;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 500;
}

.create-photo .create-photo-item .create-photo-right .form-group .form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
  background-color: #F8F8F8 !important;
  border-color: #F8F8F8;
}

.create-photo .create-photo-item .create-photo-right .form-group ::-moz-placeholder {
  color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .form-group ::placeholder {
  color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .create-photo-btn {
  font-size: 15px;
  padding: 8px 18px;
  color: #ffffff;
  border-radius: 0;
  border-radius: 5px;
  background: #4396f0;
  padding: 15px 40px;
}

.create-photo .create-photo-item .create-photo-right .create-photo-btn:hover {
  background: #4396f0;
}

/*-- End Create Photo --*/
/*-- Create Information --*/
.create-information {
  border: 1px solid #d6d5d5;
  padding: 29px 15px 8px;
  margin-bottom: 70px;
}

.create-information h3 {
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 22px;
}

.create-information .create-information-btn {
  margin-bottom: 40px;
}

.create-information .create-information-btn a {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 5px;
  background: #4396f0;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  margin-right: 35px;
}

.create-information .create-information-btn a:hover {
  background: #4396f0;
}

.create-information .form-group {
  margin-bottom: 30px;
}

.create-information .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.create-information .form-group .form-control {
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding-left: 15px;
  font-size: 15px;
}

.create-information .form-group .form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
  background-color: #F8F8F8 !important;
  border-color: #F8F8F8;
}

.create-information .form-group .gender-area span {
  display: block;
  margin-bottom: 20px;
  color: #7f7e7e;
  font-size: 16px;
}

.create-information .form-group .gender-area label {
  color: #333333;
  margin-right: 20px;
  margin-bottom: 0;
}

.create-information .form-group textarea {
  height: auto !important;
}

/*-- End Create Information --*/
/*-- Create Education --*/
.create-education {
  border: 1px solid #d6d5d5;
  padding: 25px 15px 20px;
  margin-bottom: 70px;
}

.create-education .create-education-wrap {
  display: flex;
  flex-wrap: wrap;
}

.create-education .create-education-wrap .create-education-left {
  flex: 0 0 50%;
  max-width: 50%;
}

.create-education .create-education-wrap .create-education-right {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.create-education .create-education-wrap .create-education-right a {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 5px;
  font-size: 15px;
  color: #ffffff;
  background: #4396f0;
}

.create-education .create-education-wrap .create-education-right a:hover {
  background: #4396f0;
}

.create-education h3 {
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 22px;
  margin-top: 8px;
}

.create-education .form-group {
  margin-bottom: 30px;
}

.create-education .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.create-education .form-group .form-control {
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding-left: 15px;
}

.create-education .form-group .form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
  background-color: #F8F8F8 !important;
  border-color: #F8F8F8;
}

/*-- End Create Education --*/
/*-- Create Skills --*/
.create-skills {
  border: 1px solid #d6d5d5;
  padding: 25px 15px 20px;
  margin-bottom: 70px;
}

.create-skills .create-skills-wrap {
  display: flex;
  flex-wrap: wrap;
}

.create-skills .create-skills-wrap .create-skills-left {
  flex: 0 0 50%;
  max-width: 50%;
}

.create-skills .create-skills-wrap .create-skills-right {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.create-skills .create-skills-wrap .create-skills-right a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  border-radius: 5px;
  background: #4396f0;
  padding: 8px 18px;
  margin-left: 15px;
}

.create-skills .create-skills-wrap .create-skills-right a:hover {
  background: #4396f0;
}

.create-skills h3 {
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 22px;
  margin-top: 8px;
}

.create-skills .form-group {
  margin-bottom: 30px;
}

.create-skills .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.create-skills .form-group .form-control {
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding-left: 15px;
}

.create-skills .form-group .form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
  background-color: #F8F8F8 !important;
  border-color: #F8F8F8;
}

.skill {
  position: relative;
  overflow-y: hidden;
  margin-bottom: 30px;
}

.skill:before {
  width: 100%;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  background: #857e7e;
  bottom: 0;
}

.skill p {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 35px;
}

.skill .skill-bar {
  width: 100%;
  height: 6px;
  background: #4396f0;
  display: block;
  position: relative;
}

.skill .skill-bar span {
  position: absolute;
  top: -43px;
  font-size: 16px;
  font-weight: 500;
  color: #9a9a9a;
}

.skill .skill1 .skill-count1 {
  right: 0;
}

.skill .skill1 {
  width: 60%;
  position: relative;
}

.skill .skill1:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 2px;
  height: 16px;
  background: #948d8d;
}

/*-- End Create Education --*/
.create-ac-btn {
  font-size: 15px;
  background: #4396f0;
  padding: 8px 18px;
  color: #ffffff;
  border-radius: 5px;
}

.create-ac-btn:hover {
  background: #4396f0;
  color: #ffffff;
}

/*----- End Create Account Page -----*/
/*----- Post A Job Page -----*/
/*-- Job Area --*/
.post-job-area {
  padding-bottom: 200px;
}

.post-job-item {
  border: 1px solid #d6d5d5;
  padding: 60px 70px 40px;
}

.post-job-item .post-job-heading {
  text-align: center;
  margin-bottom: 60px;
}

.post-job-item .post-job-heading h2 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 0;
}

.post-job-item .form-group {
  margin-bottom: 30px;
}

.post-job-item .form-group .form-control {
  height: 50px;
  border-radius: 0;
  padding-left: 20px;
  border: 1px solid #ebebeb;
  font-size: 15px;
}

.post-job-item .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #333333;
}

.post-job-item .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.post-job-item .form-group .job-category-area .form-select {
  width: 100%;
  display: block;
  border-radius: 0;
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}

.post-job-item .form-group .job-category-area .form-select span.current {
  color: #dbdbdb;
  line-height: 50px;
}

.post-job-item .form-group .job-category-area .form-select .option {
  color: #dbdbdb;
  font-size: 13px;
}

.post-job-item .form-group .job-category-area .form-select .option:hover,
.post-job-item .form-group .job-category-area .form-select .option.focus,
.post-job-item .form-group .job-category-area .form-select .option.selected.focus {
  background: #4396f0;
  color: #ffffff;
}

.post-job-item .form-group .job-category-area .nice-select.open .list {
  width: 100%;
}

.post-job-item .form-group ::-moz-placeholder {
  color: #dbdbdb;
}

.post-job-item .form-group ::placeholder {
  color: #dbdbdb;
}

.post-job-item .job-currency-area {
  position: relative;
}

.post-job-item .job-currency-area .form-select {
  height: 50px;
  width: 100px;
  border-radius: 0;
  position: absolute;
  top: 39px;
  right: 0;
  background-color: #ebebeb;
}

.post-job-item .job-currency-area .form-select:active,
.post-job-item .job-currency-area .form-select.open,
.post-job-item .job-currency-area .form-select:focus {
  border-color: none;
}

.post-job-item .job-currency-area .form-select span.current {
  font-weight: 500;
  font-size: 16px;
  color: #8e8c8c;
}

.post-job-item .job-currency-area .form-select.open .list {
  width: 100%;
}

.post-job-item .job-currency-area .form-select .option {
  color: #8e8c8c;
  font-size: 13px;
}

.post-job-item .job-currency-area .form-select .option:hover,
.post-job-item .job-currency-area .form-select .option.focus,
.post-job-item .job-currency-area .form-select .option.selected.focus {
  background: #4396f0;
  color: #ffffff;
}

.post-job-item .job-type-area span {
  display: block;
  margin-bottom: 20px;
  color: #7f7e7e;
  font-size: 16px;
}

.post-job-item .job-type-area label {
  color: #333333;
  margin-right: 20px;
  margin-bottom: 0;
}

.post-job-item textarea {
  height: auto !important;
}

/*-- End Job Area --*/
/*----- End Post A Job Page -----*/
/*----- Login Page -----*/
/*-- Job --*/
.login-area {
  padding-bottom: 200px;
}

.login-area h2 {
  text-align: center;
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 55px;
  margin-top: -8px;
}

.login-area .login-wrap {
  padding: 40px 40px 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}

.login-area .form-group {
  margin-bottom: 30px;
}

.login-area .form-group .form-control {
  height: 50px;
  border-radius: 0;
  border: 1px solid #ebebeb;
  padding-left: 20px;
  font-size: 15px;
}

.login-area .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #333333;
}

.login-area .form-group ::-moz-placeholder {
  color: #808192;
}

.login-area .form-group ::placeholder {
  color: #808192;
}

.login-area .login-sign-in {
  padding-top: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.login-area .login-sign-in a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  background: #4396f0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-area .login-sign-in a:hover {
  letter-spacing: 1px;
}

.login-area .login-sign-in ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.login-area .login-sign-in ul li {
  list-style-type: none;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-left: 14px;
  margin-right: 14px;
}

.login-area .login-sign-in ul li a {
  display: block;
  font-size: 16px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-area .login-sign-in .login-btn {
  color: #ffffff;
  background: #4396f0;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 140px;
  margin-top: 30px;
  border-radius: 0;
  margin-bottom: 50px;
}

.login-area .login-sign-in .login-btn:hover {
  background: #4396f0;
}

.login-area .login-social a {
  display: inline-block;
  width: 48%;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #005b7f;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid transparent;
}

.login-area .login-social a:hover {
  border: 1px solid #005b7f;
  background-color: transparent;
  color: #005b7f;
}

.login-area .login-social a:hover i {
  color: #005b7f;
}

.login-area .login-social a i {
  color: #ffffff;
  margin-right: 10px;
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 2px;
  transition: 0.5s all ease;
}

.login-area .login-social .login-google {
  background-color: #c80911;
}

.login-area .login-social .login-google:hover {
  border: 1px solid #c80911;
  color: #c80911;
}

.login-area .login-social .login-google:hover i {
  color: #c80911;
}

/*-- End Job --*/
/*----- End Login Page -----*/
/*----- Single Profile Page -----*/
/*-- Single Profile --*/
.single-profile-area {
  padding-bottom: 170px;
}

.single-profile-item {
  margin-bottom: 30px;
}

.single-profile-item img {
  width: 100%;
}

.single-profile-item .single-profile-left {
  padding: 50px 60px 20px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5294117647);
}

.single-profile-item .single-profile-left .single-profile-contact {
  margin-bottom: 40px;
}

.single-profile-item .single-profile-left .single-profile-contact h3 {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-contact ul {
  margin: 0;
  padding: 0;
}

.single-profile-item .single-profile-left .single-profile-contact ul li {
  list-style-type: none;
  display: block;
  font-size: 16px;
  color: #858585;
  margin-bottom: 18px;
}

.single-profile-item .single-profile-left .single-profile-contact ul li:last-child {
  margin-bottom: 0;
}

.single-profile-item .single-profile-left .single-profile-contact ul li i {
  display: inline-block;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 2px;
  margin-right: 6px;
  font-size: 22px;
}

.single-profile-item .single-profile-left .single-profile-contact ul li a {
  color: #858585;
  display: inline-block;
}

.single-profile-item .single-profile-left .single-profile-contact ul li a:hover {
  color: #4396f0;
}

.single-profile-item .single-profile-left .single-profile-social {
  margin-bottom: 40px;
}

.single-profile-item .single-profile-left .single-profile-social h3 {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-social ul {
  margin: 0;
  padding: 0;
}

.single-profile-item .single-profile-left .single-profile-social ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
}

.single-profile-item .single-profile-left .single-profile-social ul li:last-child {
  margin-bottom: 0;
}

.single-profile-item .single-profile-left .single-profile-social ul li i {
  display: inline-block;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 2px;
  margin-right: 6px;
  font-size: 22px;
}

.single-profile-item .single-profile-left .single-profile-social ul li a {
  color: #858585;
  display: inline-block;
}

.single-profile-item .single-profile-left .single-profile-social ul li a:hover {
  color: #4396f0;
}

.single-profile-item .single-profile-left .single-profile-skills h3 {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill {
  margin-bottom: 30px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill p {
  color: #9a9a9a;
  margin-bottom: 17px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill1:before {
  display: none;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill2 {
  width: 90%;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill3 {
  width: 75%;
}

.single-profile-item .single-profile-right .single-profile-name {
  margin-bottom: 70px;
}

.single-profile-item .single-profile-right .single-profile-name h2 {
  font-weight: 700;
  font-size: 38px;
  color: #51504e;
  margin-bottom: 8px;
}

.single-profile-item .single-profile-right .single-profile-name span {
  display: block;
  font-size: 18px;
  color: #999897;
  font-weight: 500;
  margin-bottom: 5px;
}

.single-profile-item .single-profile-right .single-profile-name p {
  margin-bottom: 30px;
  color: #838383;
  font-size: 16px;
}

.single-profile-item .single-profile-right .single-profile-name a {
  display: inline-block;
  color: #ffffff;
  background: #4396f0;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 15px;
  margin-right: 20px;
  width: 200px;
  text-align: center;
}

.single-profile-item .single-profile-right .single-profile-name a i {
  margin-left: 4px;
}

.single-profile-item .single-profile-right .single-profile-name a:hover {
  background: #4396f0;
}

.single-profile-item .single-profile-right .single-profile-textarea {
  padding-left: 60px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading {
  position: relative;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 3px;
  background: #dbf4de;
  left: -31px;
  top: 13px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading span {
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: -56px;
  display: inline-block;
  border: 4px solid;
  border-image-slice: 1;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading h3 {
  font-weight: 600;
  font-size: 22px;
  background: #4396f0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph {
  position: relative;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  left: -51px;
  top: 0;
  background: #d9f1dc;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph .single-profile-p {
  padding-bottom: 10px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph p {
  margin-bottom: 0;
  color: #838383;
  padding-top: 10px;
  padding-bottom: 26px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul {
  margin: 0;
  padding: 0;
  padding-top: 14px;
  padding-bottom: 30px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul li {
  list-style-type: none;
  display: block;
  color: #838383;
  margin-bottom: 15px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul li:last-child {
  margin-bottom: 0;
}

/*-- End Single Profile --*/
/*----- End Single Profile Page -----*/
/*----- Job List Page -----*/
/*-- Job --*/
.job-area-two {
  padding-bottom: 170px;
}

/*-- End Job --*/
/*----- End Job List Page -----*/
/*----- Company List Page -----*/
/*-- Company --*/
.companies-area-two {
  padding-bottom: 170px;
}

.companies-area-two .companies-item {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/*-- End Company --*/
/*----- End Company List Page -----*/
/*----- Job Details Page -----*/
/*-- Job Details --*/
.job-details-area {
  padding-bottom: 170px;
}

.job-details-item {
  margin-bottom: 30px;
}

.job-details-item .job-description {
  margin-bottom: 40px;
}

.job-details-item .job-description h2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  margin-top: -8px;
}

.job-details-item .job-description p {
  margin-bottom: 16px;
  color: #808291;
  font-size: 15px;
}

.job-details-item .job-knowledge {
  margin-bottom: 40px;
}

.job-details-item .job-knowledge h2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.job-details-item .job-knowledge ul {
  margin: 0;
  padding: 0;
}

.job-details-item .job-knowledge ul li {
  list-style-type: none;
  display: block;
  color: #808291;
  margin-bottom: 12px;
  font-size: 15px;
}

.job-details-item .job-knowledge ul li:last-child {
  margin-bottom: 0;
}

.job-details-item .job-knowledge ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 3px;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job-details-item .job-overview {
  padding: 40px 50px;
  margin-bottom: 30px;
  border: 1px solid rgba(128, 130, 145, 0.3490196078);
}

.job-details-item .job-overview h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid rgba(0, 128, 0, 0.2392156863);
  position: relative;
}

.job-details-item .job-overview h3:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  bottom: -2px;
  left: 0;
  background: #4396f0;
}

.job-details-item .job-overview ul {
  margin: 0;
  padding: 0;
}

.job-details-item .job-overview ul li {
  list-style-type: none;
  display: block;
  color: #808291;
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}

.job-details-item .job-overview ul li:last-child {
  margin-bottom: 0;
}

.job-details-item .job-overview ul li i {
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 32px;
}

.job-details-item .job-overview ul li p {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 2px;
}

.job-details-item .job-overview ul li span {
  display: block;
  font-size: 14px;
  color: #808291;
}

.job-details-item .job-company ul li {
  padding-left: 0;
}

.job-details-item .job-company ul li i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
}

.job-details-item .job-company ul li span {
  display: inline-block;
}

.job-details-item .job-company ul li a {
  display: inline-block;
  color: #808291;
}

.job-details-item .job-company ul li a:hover {
  letter-spacing: 1px;
}

.job-details-btn {
  display: block;
  color: #ffffff;
  padding-top: 17px;
  padding-bottom: 17px;
  background: #4396f0;
  font-size: 16px;
}

.job-details-btn:hover {
  color: #ffffff;
  background: #4396f0;
}

/*-- End Job Details --*/
/*----- End Job Details Page -----*/
/*----- Single Resume Page -----*/
/*-- Single Resume --*/
.single-resume-area {
  padding-bottom: 170px;
}

.single-resume-item {
  margin-bottom: 30px;
}

.single-resume-profile {
  margin-bottom: 30px;
}

.single-resume-profile img {
  width: 100%;
}

.single-resume-profile h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-profile span {
  display: block;
  color: #838383;
  margin-bottom: 10px;
}

.single-resume-profile span i {
  display: inline-block;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 2px;
}

.single-resume-profile p {
  color: #838383;
  margin-bottom: 7px;
}

.single-resume-profile p i {
  display: inline-block;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 2px;
}

.single-resume-description {
  margin-bottom: 30px;
}

.single-resume-description h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-description p {
  color: #838383;
  margin-bottom: 0;
  font-size: 15px;
}

.single-resume-skills {
  margin-bottom: 30px;
}

.single-resume-skills h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-skills p {
  color: #838383;
  margin-bottom: 20px;
  font-size: 15px;
}

.single-resume-skills ul {
  margin: 0;
  padding: 0;
}

.single-resume-skills ul li {
  list-style-type: none;
  display: block;
  color: #838383;
  font-size: 15px;
  margin-bottom: 15px;
}

.single-resume-skills ul li:last-child {
  margin-bottom: 0;
}

.single-resume-skills ul li i {
  display: inline-block;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 2px;
}

.single-resume-education h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-education span {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}

.single-resume-education p {
  margin-bottom: 0;
  color: #838383;
  font-size: 15px;
}

.single-resume-category {
  padding: 40px 50px;
  margin-bottom: 30px;
  border: 1px solid rgba(128, 130, 145, 0.3490196078);
}

.single-resume-category h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid rgba(0, 128, 0, 0.2392156863);
  position: relative;
}

.single-resume-category h3:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  bottom: -2px;
  left: 0;
  background: #4396f0;
}

.single-resume-category ul {
  margin: 0;
  padding: 0;
}

.single-resume-category ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
}

.single-resume-category ul li:hover:before {
  background-color: #4396f0;
}

.single-resume-category ul li:hover a {
  letter-spacing: 1px;
}

.single-resume-category ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #4396f0;
  transition: 0.5s all ease;
}

.single-resume-category ul li span {
  background: #4396f0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 4px;
}

.single-resume-category ul li:last-child {
  margin-bottom: 0;
}

.single-resume-category ul li a {
  display: inline-block;
  color: #838383;
}

.single-resume-types {
  margin-bottom: 0;
}

/*-- End Single Resume --*/
/*----- End Single Resume Page -----*/
/*----- Pricing Page -----*/
/*-- Pricing --*/
.pricing-area {
  padding-bottom: 170px;
}

.pricing-item {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 10px;
  padding: 35px 35px 45px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.4588235294);
  transition: 0.5s all ease;
}

.pricing-item:hover {
  transform: translate(0, -10px);
}

.pricing-item span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #808291;
}

.pricing-item h2 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 5px;
}

.pricing-item p {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #808291;
}

.pricing-item ul {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.pricing-item ul li {
  list-style-type: none;
  display: block;
  color: #808291;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 15px;
}

.pricing-item ul li:last-child {
  margin-bottom: 0;
}

.pricing-item .pricing-btn {
  display: inline-block;
  color: #ffffff;
  padding: 12px 30px;
  margin-top: 38px;
  border-radius: 30px;
  font-weight: 600;
  background: #4396f0;
}

.pricing-item .pricing-btn:hover {
  background: #4396f0;
}

/*-- End Pricing --*/
/*----- End Pricing Page -----*/
/*----- Dashboard Page -----*/
/*-- Dashboard --*/
.dashboard-area {
  padding-bottom: 170px;
}

.dashboard-area .text-left {
  margin-bottom: 30px;
}

.dashboard-area .dashboard-img {
  margin-bottom: 30px;
  text-align: center;
}

.dashboard-area .dashboard-img img {
  width: 100%;
  margin-bottom: 15px;
}

.dashboard-area .dashboard-img h3 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
}

.dashboard-area .dashboard-img p {
  margin-bottom: 0;
  color: #7f7e7e;
  font-size: 15px;
}

.dashboard-area .dashboard-nav {
  margin-bottom: 30px;
}

.dashboard-area .dashboard-nav .nav-pills .nav-link.active,
.dashboard-area .dashboard-nav .nav-pills .show>.nav-link {
  color: #ffffff;
  background: #4396f0;
}

.dashboard-area .dashboard-nav ul {
  width: 100%;
  display: block;
  text-align: center;
}

.dashboard-area .dashboard-nav ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.dashboard-area .dashboard-nav ul li a {
  border: 2px solid;
  border-image-source: #4396f0;
  border-image-slice: 1;
  color: #333333;
  font-size: 14px;
  display: block;
  padding: 10px 15px;
  position: relative;
}

.dashboard-area .dashboard-nav ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: #4396f0;
  transition: 0.5s all ease;
  z-index: -1;
}

.dashboard-area .dashboard-nav ul li a:hover {
  color: #ffffff;
}

.dashboard-area .dashboard-nav ul li a:hover:before {
  width: 100%;
  opacity: 1;
}

.dashboard-area .create-education-two .create-education-right a {
  margin-left: 15px;
}

.dashboard-area .skill .skill3 {
  width: 60%;
}

.dashboard-area .skill .skill4 {
  width: 95%;
}

.dashboard-area .change-password-area h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 28px;
}

.dashboard-area .change-password-area .form-group {
  margin-bottom: 30px;
}

.dashboard-area .change-password-area .form-group label {
  color: #333333;
  margin-bottom: 5px;
  font-size: 14px;
}

.dashboard-area .change-password-area .form-group .form-control {
  height: 45px;
  border-radius: 0;
  border: 1px solid #95969c;
  padding-left: 20px;
  color: #333333;
}

.dashboard-area .change-password-area .form-group .form-control:focus {
  border: 1px solid #333333;
  box-shadow: none;
}

.dashboard-area .change-password-area .change-pass-btn {
  font-weight: 600;
  font-size: 18px;
  background: #4396f0;
  padding: 16px 50px;
  color: #ffffff;
  border-radius: 0;
  margin-top: 10px;
}

.dashboard-area .change-password-area .change-pass-btn:hover {
  background: #4396f0;
  color: #ffffff;
}

.dashboard-area .dashboard-logout-area {
  padding-bottom: 30px;
}

/*-- End Dashboard --*/
/*----- End Dashboard Page -----*/
/*----- Company Details Page -----*/
/*-- Company Details --*/
.company-details-area {
  padding-bottom: 170px;
}

.company-details-item {
  margin-bottom: 30px;
}

.company-details-item .company-details-logo {
  margin-bottom: 30px;
}

.company-details-item .company-details-logo img {
  width: 130px;
  height: 100px;
}

.company-details-item .company-details-logo .company-logo-inner {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  top: 15px;
}

.company-details-item .company-details-logo .company-logo-inner h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

.company-details-item .company-details-logo .company-logo-inner p {
  margin-bottom: 0;
  color: #95969c;
}

.company-details-item .company-details-logo .company-logo-inner p i {
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.company-details-item .company-details-share {
  margin-bottom: 30px;
}

.company-details-item .company-details-share span {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  margin-right: 10px;
  color: #333333;
}

.company-details-item .company-details-share ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.company-details-item .company-details-share ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 16px;
}

.company-details-item .company-details-share ul li:last-child {
  margin-right: 0;
}

.company-details-item .company-details-share ul li a {
  display: block;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.company-details-item .company-details-find {
  margin-bottom: 30px;
}

.company-details-item .company-details-find h3 {
  font-weight: 600;
  font-size: 20px;
  margin-right: 10px;
  color: #333333;
  margin-bottom: 15px;
}

.company-details-item .company-details-find ul {
  margin: 0;
  padding: 0;
}

.company-details-item .company-details-find ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}

.company-details-item .company-details-find ul li:last-child {
  margin-bottom: 0;
}

.company-details-item .company-details-find ul li a {
  display: block;
  color: #333333;
  font-size: 15px;
}

.company-details-item .company-details-find ul li a:hover {
  letter-spacing: 1px;
}

.company-details-item .company-details-find ul li a i {
  display: inline-block;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 6px;
}

.company-details-item .company-details-description {
  margin-bottom: 40px;
}

.company-details-item .company-details-description h3 {
  font-weight: 600;
  font-size: 25px;
  margin-right: 10px;
  color: #333333;
  margin-bottom: 15px;
}

.company-details-item .company-details-description p {
  margin-bottom: 0;
  color: #95969c;
  font-size: 15px;
}

/*-- End Company Details --*/
/*----- End Company Details Page -----*/
/*----- Error Page -----*/
/*-- 404 --*/
.error-item {
  height: 800px;
  text-align: center;
  margin-top: -30px;
}

.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
}

.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #646464;
}

.error-item span {
  display: block;
  color: #646464;
}

.error-item a {
  display: inline-block;
  color: #ffffff;
  background-color: #4396f0;
  ;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 18px;
}

.error-item a:hover {
  background-color: #333333;
}

/*-- End 404 --*/
/*----- End Error Page -----*/
/*----- FAQ Page -----*/
/*-- Faq --*/
.faq-area {
  padding-bottom: 170px;
}

.faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 25px;
}

.faq-wrap {
  margin-bottom: 50px;
}

.faq-wrap:last-child {
  margin-bottom: 30px;
}

.accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.accordion p {
  font-size: 16px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
  color: #333333;
}

.accordion a {
  color: #333333 !important;
  font-size: 17px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, rgb(56, 167, 69) 0%, rgb(76, 206, 91) 63%);
  border-image-slice: 1;
}

.accordion a:hover {
  color: #333333;
}

.accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}

.accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.accordion li:first-child {
  border-top: 0;
}

.accordion li:last-child {
  margin-bottom: 0;
}

.accordion li a.active {
  color: #ffffff !important;
  background: #4396f0;
  border: 1px solid;
  border-image-source: #4396f0;
  border-image-slice: 1;
}

.accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

/*-- End Faq --*/
/*----- End Faq Page -----*/
/*----- Privacy Policy Page -----*/
/*-- Privacy --*/
.privacy-content-res {
  padding-top: 140px;
}

.privacy-area {
  padding-bottom: 0px;
}

.privacy-item {
  margin-bottom: 50px;
}

.privacy-item h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.privacy-item p {
  margin-bottom: 0;
  color: #646464;
}

.privacy-item ul {
  margin: 0;
  padding: 0;
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
  color: #646464;
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*-- End Privacy --*/
/*----- End Privacy Policy Page -----*/
/*----- Blog Details Page -----*/
/*-- Blog Details --*/
.blog-details-area {
  padding-bottom: 170px;
}

.blog-details-item {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-img {
  position: relative;
  padding-bottom: 20px;
}

.blog-details-item .blog-details-img:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebeb;
}

.blog-details-item .blog-details-img img {
  width: 100%;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-img h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-details-item .blog-details-img ul {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.blog-details-item .blog-details-img ul li {
  list-style-type: none;
  display: inline-block;
  color: #95969c;
  font-size: 14px;
  margin-right: 15px;
}

.blog-details-item .blog-details-img ul li a {
  display: inline-block;
  color: #95969c;
}

.blog-details-item .blog-details-img ul li i {
  display: inline-block;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  margin-right: 5px;
}

.blog-details-item .blog-details-img p {
  margin-bottom: 15px;
  color: #95969c;
  font-size: 15px;
}

.blog-details-item .blog-details-social {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-social span {
  display: inline-block;
  color: #95969c;
  font-weight: 600;
  margin-right: 10px;
}

.blog-details-item .blog-details-social ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.blog-details-item .blog-details-social ul li {
  display: inline-block;
  color: #95969c;
  font-size: 18px;
  margin-right: 10px;
}

.blog-details-item .blog-details-social ul li a {
  display: block;
  background: #4396f0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-details-item .blog-details-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.blog-details-item .blog-details-nav a {
  color: #333333;
  border: 1px solid #4396f0;
  ;
  padding: 10px 22px;
  border-radius: 8px;
  display: inline-block;
}

.blog-details-item .blog-details-nav a:hover {
  color: #ffffff;
  background-color: #4396f0;
}

.blog-details-item .blog-details-nav .previous-left {
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-item .blog-details-nav .previous-right {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-details-item .blog-details-form h3 {
  margin-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

.blog-details-item .blog-details-form .form-group {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-form .form-group .form-control {
  border-radius: 0;
  height: 45px;
  border: 1px solid #4396f0;
  font-size: 15px;
  padding-left: 20px;
}

.blog-details-item .blog-details-form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #333333;
}

.blog-details-item .blog-details-form .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}

.blog-details-item .blog-details-form .blog-details-btn {
  color: #ffffff;
  border: 1px solid #4396f0;
  padding: 14px 25px;
  font-size: 15px;
  font-weight: 500;
  background-color: #4396f0;
  transition: 0.5s all ease;
  border-radius: 0;
  opacity: 1;
}

.blog-details-item .blog-details-form .blog-details-btn:hover {
  background-color: transparent;
  color: #4396f0;
}

.blog-details-item .blog-details-form .list-unstyled {
  color: #dc3545;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
}

.blog-details-item .blog-details-form .text-danger {
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
  color: #dc3545;
}

.blog-details-item .blog-details-form .text-success {
  color: #4396f0;
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
}

/*-- End Blog Details --*/
/*----- End Blog Details Page -----*/
/*----- Contact Page -----*/
/*-- Location --*/
.contact-location-item {
  margin-bottom: 0;
}

/*-- End Location --*/
/*-- Contact --*/
.contact-form-area {
  margin-left: auto;
  margin-right: auto;
}

.contact-form-area .form-group {
  margin-bottom: 30px;
}

.contact-form-area .form-group .form-control {
  background-color: transparent;
  border-image-source: #4396f0;
  border-image-slice: 1;
  border-radius: 10px;
  height: 45px;
  padding-left: 10px;
  color: #333333;
  font-size: 15px;
}

.contact-form-area .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}

.contact-form-area .form-group ::-moz-placeholder {
  color: #ababab;
}

.contact-form-area .form-group ::placeholder {
  color: #ababab;
}

.contact-form-area .form-group textarea {
  height: 100px !important;
  padding-top: 15px;
}

.contact-form-area .form-group label {
  color: #333333;
}

.contact-form-area .list-unstyled {
  color: #dc3545;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
}

.contact-form-area .text-danger {
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
  color: #dc3545;
}

.contact-form-area .text-success {
  color: #4396f0;
  ;
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
}

.contact-form-area .contact-btn {
  color: #ffffff;
  border: 1px solid #4396f0;
  background-color: #4396f0;
  opacity: 1;
  border-radius: 0;
  padding: 14px 45px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s all ease;
}

.contact-form-area .contact-btn:hover {
  color: #333333;
  background-color: transparent;
}

/*-- End Contact --*/
/*-- Map --*/
.map-area iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -8px;
  border: none;
}

/*-- End Map --*/
/*----- End Contact Page -----*/
/*----- Preloader -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #4396f0;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner>div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  animation-delay: -1.1s;
}

.spinner .rect3 {
  animation-delay: -1s;
}

.spinner .rect4 {
  animation-delay: -0.9s;
}

.spinner .rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
  }
}

/*----- End Preloader -----*/
/*----- Back To Top -----*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background-color: #333333;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  border-radius: 50%;
  transition: 0.5s all ease;
  margin-right: 28px;
  box-shadow: 0px 0px 14px 0px #333333;
}

.back-to-top-btn i:hover {
  background-color: #4396f0;
}

/*----- End Back To Top -----*/
/*----- Buy Now Btn -----*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}

.top {
  text-align: center;
  padding: 10px 0px;
  font-size: 14px;
  background: rgb(2, 33, 98);
  background: linear-gradient(90deg, rgba(2, 33, 98, 1) 0%, rgba(2, 33, 98, 1) 35%, rgba(67, 150, 240, 1) 100%);
}

.top p {
  margin: 0px;
  color: #fff;
}

.form-group.city input.form-control {
  border-right: 0px;
}

.banner-form-area select.form-select {
  border-right: solid 1px #cacacd;
}

.banner-btn a span>strong {
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  -webkit-line-clamp: 1 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #032465;
  font-weight: 500;
}

.banner-btn a span {
  color: #c7c7c7;
  text-align: left;
  padding-left: 12px;
  width: 150px;
  display: inline-block;
  font-size: 14px;
}

.banner-btn a img {
  max-width: 60px;
  border-radius: 7px;
}

.banner-btn a span>strong {
  text-transform: capitalize;
  display: block;
  color: #032465;
  font-weight: 500;
}

.cat .catimgblock {
  border: solid 1px #c7c7c7;
  height: 73px;
  width: 73px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.cat p {
  font-size: 14px;
  color: #c7c7c7;
}

.profile-item .profile-inner .profile-heart i.icofont-star {
  color: #fbc700;
}

.companiesname {
  background: #032465;
  padding: 15px 15px;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
}

.companiesname p {
  font-size: 14px;
}

.complogo a img {
  margin-right: 3px;
}

.companiesname a {
  color: #fff;
}

.pestcontrol {
  padding: 0px 100px;
}

.postjob {
  background: #e0eaff;
  padding: 30px;
  border-radius: 10px;
  padding-right: 37%;
  background-image: url("../img/home-1/postjob.png");
  background-repeat: no-repeat;
  background-position: 92% 20px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-size: 27%;
}

.postjob h2 {
  font-size: 45px;
  color: #032060;
  line-height: 40px;
}

.postjob p {
  font-size: 25px;
  color: #333;
  word-spacing: 2px;
}

.postjob a.postbtn {
  background: #032060;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 5px;
  color: #fff;
}

.collection .profile-inner span {
  color: #000;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}

.collection .profile-inner .profile-heart a {
  color: #4697f0;
  font-size: 16px;
  font-weight: 400;
}

section.profile-area.ptb-100 .section-title>p {
  color: #000;
}

.banner-form-area .form-group {
  margin-bottom: 15px !important;
}

@media (max-width:768px) {
  .section-head.center.wt-small-separator-outer {
    margin-top: 76px !important;
  }
}


@media (max-width:767px) {
  #pills-tabContent .jobcard a {
    min-height: 100px !important;
  }

  .postjob {
    padding-right: 0%;
    background-image: none;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .banner-btn a span {
    color: #c7c7c7;
    text-align: left;
    padding-left: 12px;
    width: 120px;
    display: inline-block;
    font-size: 14px;
  }

  .postjob h2 {
    font-size: 30px;
  }

  .postjob p {
    font-size: 17px;
  }

  .account-wrap {
    overflow: scroll;
    flex-wrap: nowrap;
  }

  .companies .row.justify-content-center {
    overflow: scroll;
    flex-wrap: nowrap;
    justify-content: start !important;
  }

  .app-items.app-left {
    display: none;
  }

  .app-item {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    position: relative;
    background: #032160;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10px;
    width: 100%;
    float: right;
  }

  .app-item .section-title h2 {
    color: #fff !important;
  }

  .app-item p {
    color: #fff !important;
  }

  .app-item .app-btn .app-btn-one span {
    padding-left: 0px;
    display: block;
  }

  .banner-form-area form .form-group label {
    top: 15px;
  }

  .banner-form-area .banner-form-btn {
    margin-bottom: 0px !important;
  }

  .banner-form-area {
    padding: 20px 15px !important;
    margin: 0px 5px;
  }

  .banner-area.banner-img-one .d-table {
    display: block !important;
  }

  .banner-area.banner-img-one .d-table-cell {
    display: block !important;
  }

  .banner-btn {
    overflow: scroll;
    flex-wrap: nowrap;
    justify-content: start;
  }

  .banner-btn a {
    margin-right: 10px !important;
  }

  .bordertop::after {
    display: none !important;
  }

  .bordertop {
    padding-top: 0px;
    margin-top: 0px;
  }
}

section.profile-area.ptb-100.blogbg {
  background: #b9e9fd21;
}

section.profile-area.ptb-100.blogbg .profile-item {
  margin: 10px;
  border-radius: 8px;
  box-shadow: none;
}

section.profile-area.ptb-100.blogbg .profile-item .blog_content_ {
  padding: 0px 0px;
}

section.profile-area.ptb-100.blogbg .profile-item .profile-inner {
  background-color: transparent;
}

section.profile-area.ptb-100.blogbg .profile-item .profile-heart.readmoreBtn a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  color: #022162;
}

section.profile-area.ptb-100.blogbg .profile-item img {
  width: 100%;
  border-radius: 15px;
}

.client {
  height: 450px;
}

.image_sec {
  margin-bottom: 10px;
}

p.testimonial_subtitle {
  text-align: center;
}

#carouselExampleCaptions p.lh-lg {
  color: #000;
  text-align: center;
}

#carouselExampleCaptions {
  max-width: 900px;
  margin: auto;
}

#carouselExampleCaptions h4 {
  text-align: center;
}

#carouselExampleCaptions p.lh-lg {
  color: #545454d1;
  text-align: center;
  line-height: 41px !important;
  font-weight: 200 !important;
}

#carouselExampleCaptions img.rounded-circle.img-responsive.img-fluid {
  max-width: 100px;
  margin: auto;
  display: block;
}

section.client.pt-3.pb-5 h2.p-text.text-white.h43 {
  color: #000 !important;
  margin-top: 30px;
}

#carouselExampleCaptions i {
  color: #dbdbdb;
  font-size: 46px;
  margin-right: 10px;
}

#staticBackdrop .modal-body {
  text-align: center;
}

h1#staticBackdropLabel {
  text-align: center;
  margin-bottom: 18px;
  font-size: 16px !important;
  margin-top: 13px;
}

#staticBackdrop .modal-body {
  text-align: center;
  margin-bottom: 20px;
}

#staticBackdrop button.btn-close {
  position: absolute;
  top: 0px;
  right: 10px;
  top: 12px;
}

#staticBackdrop a.btn.btn-primary.company {
  background: #001e5f;
  border: solid #001e5f;
  padding: 10px 36px !important;
}

#staticBackdrop a.btn.btn-primary {
  padding: 10px 36px !important;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 16px;
  border: solid #4396ef;
  background: #4396ef;
}

.banner-text .heading.commons {
  font-size: 30px;
  color: #fff;
  margin-top: 30px;
  font-weight: 500;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.banner-text .heading.commons a {
  color: #fff;
  display: inline-flex;
  gap: 10px;
}

.arrow-heading {
  position: absolute;
  top: 18px;
  margin-left: 25px;
  transform: rotate(-90deg);
}

.arrow-heading span {
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: glob 2s infinite;
}

.arrow-heading span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow-heading span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes glob {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

.section-title .top-company-hiring {
  text-align: center;
  display: flex;
  overflow: hidden;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
  margin-top: -10px;
}

.section-title .top-company-hiring a {
  color: #333;
  display: contents;
}

.arrow-heading1 {
  position: absolute;
  top: 12px;
  margin-left: 40px;
  transform: rotate(-90deg);
}

.arrow-heading1 span {
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  transform: rotate(45deg);
  margin: -10px;
  animation: arrowMove 2s infinite;
}

.arrow-heading1 span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow-heading1 span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes arrowMove {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}


.scroll .banner-btn a {
  min-height: 100px;
  /* min-height: 140px; */
  max-height: 100px;
}

.scroll .banner-btn a img {
  width: 60px;
  height: 60px;
}

.scroll .banner-btn a span {
  color: #8d8d8d;
}

.scroll .banner-btn a span p i {
  color: rgb(107, 107, 107);
}

.banner-area.banner-img-one .banner-btn {
  margin-top: 10px;
}

.slider-text-container {
  display: flex;
}

.static-text {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.dynamic-text {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  color: #fff;
}

.dynamic-text li {
  color: #fff;
  list-style: none;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  top: 0;
  animation: animate 12s steps(4) infinite;
}

@keyframes animate {
  100% {
    top: 0px;
  }
}

.dynamic-text li span {
  position: relative;
  margin: 5px 0;
  line-height: 60px;
}

.dynamic-text li span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08255f;
  border-left: 2px solid #fc6d6d;
  animation: typing 3s steps(10) infinite;
}

@keyframes typing {

  40%,
  60% {
    left: calc(100% + 30px);
  }

  100% {
    left: calc(100% + 30px);
  }
}

.containers .col-md-3 .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.containers .col-md-3 .card {
  height: 121px;
}

.containers .col-md-3 .card .card-body h5.card-title {
  font-size: 15px;
}

.containers .col-md-3 .card .card-body h6.card-subtitle.mb-2.text-muted {
  font-size: 14px;
}

.faq-section {
  max-width: 760px;
  margin: 0 auto;
}

.faq-section header {
  margin-bottom: 70px;
}

.faq-section header>p {
  font-size: 22px;
  color: #AEB9C6;
}

.faq-section h2 {
  font-size: 52px;
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.faq-section details {
  cursor: pointer;
}

.faq-section summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}

.faq-section h4 {
  width: 760px;
}

.faq-section summary {
  font-size: 20px;
  color: #f4f4f6;
  display: flex;
  justify-item: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.faq-section summary::marker {
  display: none;
  content: "";
}

.faq-section span {
  margin-top: 4px;
  color: #f4f4f6;
}

.faq-section details>p {
  max-width: 650px;
  color: #AEB9C6;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: .1px;
  margin-bottom: 40px;
  padding-left: 10px;
}

.faq-section hr {
  border: 1px solid #404E5C;
  margin-block-end: 30px;
}

a.sign-up-btn.login-btn.navBtn.dropdown-toggle {
  color: #fff;
}

a.sign-up-btn.navBtn.dropdown-toggle.fixedbtn {
  position: fixed;
  top: 63%;
  z-index: 999999;
  right: -41px;
  transform: rotate(90deg);
  background: #ff7200;
  padding: 10px;
  border-radius: 2px;
  color: #fff;
  letter-spacing: 2px;
}

a.sign-up-btn.navBtn.dropdown-toggle.fixedbtn1 {
  position: fixed;
  top: 39%;
  z-index: 999999;
  right: -50px;
  transform: rotate(90deg);
  background: #ff7200;
  padding: 10px;
  border-radius: 2px;
  color: #fff;
  letter-spacing: 2px;
}

a.sign-up-btn.navBtn.dropdown-toggle.fixedbtn2 {
  position: fixed;
  top: 128px;
  z-index: 9;
  right: 0px;
  /* background: #022162e6; */
  background: #367ed3;
  padding: 8px 18px;
  border-radius: 30px 0px 0px 30px;
  border: 1px solid #0b5ed7;
  color: #fff;
  letter-spacing: 2px;
  animation: pulse 1s infinite;
  transition: .3s;
}

a.sign-up-btn.navBtn.dropdown-toggle.fixedbtn2:hover {
  background: #346db1;
}


:root {
  --border: 3px;
  --radius: 75vh;
}



.urgent-staff-button {
    padding: 19px 125px !important;
    background: linear-gradient(90deg, rgba(2, 33, 98, 1) 0%, rgba(2, 33, 98, 1) 35%, rgba(67, 150, 240, 1) 100%);
    color: #fff !important;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    overflow: hidden;
    animation: glow linear 2s infinite;
    position: fixed;
    top: 4.4px;
    z-index: 9;
    right: 38px;
}
.urgent-staff-button:hover {
  color:#fff;
  background: #ff7200;
}

.urgent-staff-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: conic-gradient(#fff 0%, #000 3%, #409 60%, #fff 100%);
  animation: spin linear 2s infinite;
  transform: translate(-50%, -50%);
}

.urgent-staff-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--border));
  height: calc(100% - var(--border));
  background: #ff7200;
  transform: translate(-50%, -50%);
  border-radius: var(--radius);
  backdrop-filter: blur(10vh);
}

.urgent-staff-button span {
  display: block;
  position: absolute;
  text-wrap: nowrap;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes glow {
  0% {
    border: 0 transparent solid;
  }
  
 
  100% {
    border: 0 transparent solid;
  }
}




.footer-item .footer-logo ul li a i {
  background: #000000;
  padding: 5px 8px;
  color: #fff;
  border-radius: 30px;
}

.footer-item .footer-find ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
}

.footer-item .footer-find ul li i {
  position: absolute;
  left: -5px;
}

.footer-item .footer-find ul li {
  padding-left: 20px;
  position: relative;
}

.footer-item .footer-category ul li {
  padding-left: 15px;
  position: relative;
}

.footer-item .footer-category ul li i.icofont-simple-right {
  position: absolute;
  left: -1px;
  top: 4px;
}

.footer-item .footer-category ul li i.fa-angle-right {
  position: absolute;
  left: -1px;
  top: 4px;
}

@media (min-width:767px) {

  footer p,
  footer a,
  p {
    font-size: 15px !important;
  }
}

#tryBackuppForFree:hover {
  background-color: #093ba8 !important;
}

#bookDemo:hover {
  background-color: #0186a1 !important;
}

.backupp-btn a button {
  margin-bottom: 8px;
}

.website1 {
  color: #1e27f9;
  background: none !important;
}

.footer-contents h3 {
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 20px;
}

.footer-contents h4 {
  font-weight: 600;
  font-size: 18px;
}

/* ==============staff=============== */
section.company-overview {
  padding-top: 165px;
}

.search_section span {
  font-size: 16px;
  font-weight: 600;
}

.company-overview h1 {
  font-size: 25px;
  font-weight: 600;
}

.search-bar {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 20px;
}

.search-bar input {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  background-color: #1a4d9d;
  color: white;
  border: none;
  padding: 8px 18px !important;
  border-radius: 5px;
  cursor: pointer;
}

.companies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.company {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  width: 200px;
  text-align: center;
}

.stars {
  color: #e67e22;
}

.reviews {
  color: #1a4d9d;
}

.search_section p {
  font-size: 22px;
  color: #595959;
}

input#search {
  margin: 0px;
}

.find_companies {
  background: linear-gradient(90deg, rgba(2, 33, 98, 1) 0%, rgba(2, 33, 98, 1) 35%, rgba(67, 150, 240, 1) 100%);
  padding: 10px;
  width: 30%;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.search_salaries a {
  font-size: 16px;
  color: #2557a7;
  border-bottom: 1px solid;
  text-decoration: none;
}

.p_com h2 {
  font-size: 26px;
  font-weight: 600;
}

.search_section p {
  font-size: 22px;
  color: #9d2b6b;
  margin: 0px;
  line-height: 30px;
}

.s_comapany {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_section .s_comapany span {
  font-size: 14px;
  color: grey;
  font-weight: 400;
}

.search_section .f_review p {
  font-size: 22px;
  color: #595959;
  margin: 0px;
  line-height: 30px;
  margin-bottom: 35px;
}

.find_companies:hover {
  color: #fff;
}

@media(max-width:768px) {
  .about1 {
    margin-top: -10px !important;
    margin-bottom: 20px;
}

  .urgent-staff-button {
    padding: 19px 108px !important;
    background: linear-gradient(90deg, rgba(2, 33, 98, 1) 0%, rgba(2, 33, 98, 1) 35%, rgba(67, 150, 240, 1) 100%);
    color: #fff !important;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    overflow: hidden;
    animation: glow linear 2s infinite;
    position: fixed;
    z-index: 9988;
    transform: rotate(90deg);
    right: -88px;
    top: 255px;
    display: block;
}
  a.sign-up-btn.navBtn.dropdown-toggle.fixedbtn1 {
    position: fixed;
    top: 435px !important;
    z-index: 999999;
    right: -50px;
    transform: rotate(90deg);
    background: #ff7200;
    padding: 10px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}
a.sign-up-btn.navBtn.dropdown-toggle.fixedbtn {
    top: 570px !important;
    right: -41px;
    font-size: 14px;
}
  /* .urgent-staff-button {
    display: none;
  } */

  .p_com {
    padding: 20px 0px;
  }

  .c_list {
    max-width: 275px;
  }

  .c_name h6 {
    font-size: 14px;
  }

  .company-overview h1 {
    font-size: 25px;
  }

  .search_section .f_review p {
    font-size: 15px;
    margin-bottom: 35px;
  }

  .search_section .f_review p {
    margin-bottom: 30px;
  }

  a.find_companies {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0px;
  }

  .search-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }
}

.image-pro {
  position: absolute;
  top: 0px;
}

.theplan li h1 {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.theplan li .job-title {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 15px !important;
}

.theplan li .desc {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px !important;
  /* max-width: 300px; */
  margin-top: 8px;
}

.profile-container {
  position: relative;
  display: inline-block;
}

.pricingdiv {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: center;
}

.theplan .content {
  margin-top: -35px;
  text-align: center;
}

.pricingdiv ul.theplan {
  list-style: none;
  margin: 0;
  margin-top: 2.3rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 15px;
  color: black;
  width: 300px;
  /* height: 320px; */
  /* margin-right: 20px; */
  margin-bottom: 1em;
  transition: all .5s;
}

.pricingdiv ul.theplan:hover {
  transition: all .5s;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.pricingdiv ul.theplan .center {
  margin: 0 auto;
  text-align: center;
}

.pricingdiv ul.theplan img {
  width: 100px;
  height: 100px;
  position: relative;
  top: -33px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.pricingdiv ul.theplan li {
  padding: 0px 16px;
  position: relative;
}

.pricingdiv ul.theplan li.title {
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  color: white;
  text-transform: uppercase;
}

.pricingdiv ul.theplan li b {
  text-transform: uppercase;
}

.pricingdiv ul.theplan li.title b {
  font-size: 250%;
}

.pricingdiv ul.theplan li:last-of-type {
  text-align: center;
  margin-top: auto;
}

.pricingdiv a.pricebutton {
  text-decoration: none;
  display: inline-block;
  margin: 20px auto;
  border-radius: 5px;
  background: #1a4d9d;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #1a4d9d;
  font-size: 14px;
  border-radius: 30px;
  margin-top: 10px;
  padding: 8px 18px !important;
}

.pricingdiv a.pricebutton:hover {
  background: #05398b;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .pricingdiv ul.theplan {
    width: 100%;
    margin-right: 0;
  }

  .pricingdiv a.pricebutton {
    display: block;
  }
}

/* ============staff-Profile================ */
.staff-profile-s {
  margin-top: -40px;
}

.wrapper {
  position: relative;
  background-color: #fff;
  margin: 50px 0px;
}

.wrapper .left_Side {
  position: relative;
  background-color: #1a82b1;
  padding: 40px 20px;
}

.profileText {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.profileText .imgBx {
  position: relative;
  border: 2px solid #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.profileText .imgBx img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo {
  width: 100%;
  height: auto;
}

.profileText h2 {
  color: #fff;
  font-size: 1.5em;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 1.4em;
}

.profileText h2 span {
  font-size: 0.8em;
  font-weight: 300;
}

.contactInfo {
  padding-top: 20px;
}

.title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.contactInfo ul {
  position: relative;
  padding-left: 1rem;
}

.contactInfo ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  font-size: 12px;
  align-items: center;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}

.contactInfo ul li .icon {
  display: inline-block;
  font-size: 18px;
  color: #03a9f4;
}

.contactInfo ul li span {
  color: #fff;
  font-weight: 300;
}

.contactInfo.education li {
  margin-bottom: 15px;
}

.contactInfo.education h5 {
  color: #03a9f4;
  font-weight: 500;
}

.contactInfo.education h4:nth-child(2) {
  color: #fff;
  font-weight: 500;
}

.contactInfo.education h4 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.container .right_Side {
  position: relative;
  background-color: #fff;
  padding: 40px;
}

.about {
  margin-bottom: 50px;
}

.about:last-child {
  margin-bottom: 0;
}

.title2 {
  color: #003147;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.about .box {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}

.about .box .year_company {
  min-width: 200px;
}

.about .box .year_company h5 {
  text-transform: uppercase;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.about .box .year_company h5 span {
  color: rgb(111, 117, 119);
  font-size: 1rem;
  font-weight: 500;
}

.about .box .text h4 {
  text-transform: uppercase;
  color: #2a7da2;
  font-size: 16px;
}

.skills .box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
  align-items: center;
}

.skills .box h4 {
  text-transform: uppercase;
  color: rgb(100 103 104);
  background: #b5afaf47;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

.interest ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.interest ul li {
  list-style: none;
  color: black;
  font-weight: 500;
  margin: 10px 0;
}

.interest ul li .fa {
  color: #03a9f4;
  font-size: 18px;
  width: 20px;
}

.nav-post-arrow {
  margin-top: 8px;
}
.post-navigation .post-nav-links .post-nav-item .nav-post-arrow i {
    font-size: 22px !important;
    line-height: 0.7;
    color: #012982;
}

.hire .title2 .staffHire {
  color: #fff !important;

}

.hire .title2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  background: linear-gradient(90deg, rgba(2, 33, 98, 1) 0%, rgba(2, 33, 98, 1) 35%, rgba(67, 150, 240, 1) 100%);
  display: inline;
  padding: 5px;
  border-radius: 5px;
  /* margin-bottom: 20px; */
  color: #fff;
}
.staff-profile-s a.btn-hire.staffHire {
    padding: 8px 18px;
    background: #1f5fa8;
    background: linear-gradient(90deg, rgb(2, 33, 98) 0%, rgb(2, 33, 98) 35%, rgb(67, 150, 240) 100%);
    border-radius: 5px;
    font-size: 16px;
    color: #fff !important;
}
.about1{
  margin-top: -30px;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .container {
    grid-template-columns: repeat(1, 1fr);
  }

  .interest ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1080px) {
  .footer-item .footer-logo ul li {
    margin-right: 6px;
  }

  .footer-gap {
    display: none;
  }
}

@media (max-width: 600px) {
  .about .box {
    flex-direction: row;
  }

  .about {
    margin-bottom: 20px;
  }

  .about .box .year_company {
    margin-bottom: 5px;
  }

  .skills .box h4 {
    font-size: 14px;
  }

  .interest ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .skills .box {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ============about us================ */
.section-cont-about-us h3 {
  font-size: 22px;
  font-weight: 500;
}

.section-cont-about-us {
  padding-top: 100px;
}

.main-nav {
  position: static;
}

.twm-explore-content-outer {
  padding: 3rem;
}

/* ============contact us================ */
.another-form {
  /* width:80%; */
  margin: auto;
}

.wt-title {
  font-size: 22px;
}

.section-cont {
  margin-bottom: 40px;
}

.section1 {
  width: 80%;
  margin: auto;
}

.section1 h2 {
  font-size: 22px !important;
}

.section2 h2 {
  font-size: 22px !important;
}

.section2 {
  width: 80%;
  margin: auto;
  text-align: center;
}

.container-left-content p i {
  color: #012982
}

.container-left-content h2 {
  margin-top: 0;
  font-size: calc(1.325rem + .9vw);
  text-align: center;
}

.contact-info,
.support-info {
  background-color: #eef3f7;
  padding: 20px;
  border-radius: 8px;
}

.acons-contact-form .form-group label {
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
}

.acons-contact-form {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
}

.contact-info h3 {
  font-size: 18px !important;
}

.support-info h3 {
  font-size: 18px !important;
}

.contact-info p,
.support-info p {
  margin: 10px 0;
}

.btn-enquiry button {
  background-color: #007acc;
  color: white;
  padding: 8px 18px !important;
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
}

.btn-enquiry button:hover {
  background-color: #005fa3;
}

.close {
  float: right;
  background: none;
  border: none;
}

.contact-form-outer {
  margin-top: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  padding: 20px;
}

/* Theme default button */
.site-button {
  outline: none;
  color: #fff;
  padding: 8px 18px !important;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #012982;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
}

.site-button:hover {
  color: #fff;
  background-color: #4394ed;
}

.site-button i {
  padding-right: 10px;
}

.error-border {
  border: 1px solid red !important;
}

/* ============help center================ */
.c-info-column .twm-title {
  font-size: 22px;
}

.twm-contact-one .contact-info-section .c-info-column {
  padding: 0px 0px 0px 100px;
  color: #17171d;
  position: relative;
  min-height: 75px;
  margin-bottom: 31px !important;
}

.c-info-column p a {
  color: #17171d;
  cursor: pointer;
}

.c-info-column p a:hover {
  color: #4394ed;
  cursor: pointer;
}

.twm-contact-one .contact-info-wrap {
  margin-left: 90px;
  margin-right: 25px;
  z-index: -1;
}

.twm-contact-one .contact-info-wrap .contact-info {
  border-radius: 10px 10px 10px 10px !important;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3) !important;
  padding: 40px !important;
  background-color: #fff !important;
}

.twm-contact-one .contact-info-section .c-info-column {
  padding: 0px 0px 0px 100px;
  color: #17171d;
  position: relative;
  min-height: 75px;
  margin-bottom: 90px;
}

.twm-contact-one .contact-info-section .c-info-column:last-child {
  margin-bottom: 0px;
}

.twm-contact-one .contact-info-section .c-info-column p {
  font-size: 14px;
}

.twm-contact-one .contact-info-section .c-info-column .c-info-icon {
  position: absolute;
  font-size: 22px;
  left: 0px;
  top: 0px;
  color: #012982;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 10px;
  text-align: center;
  background-color: #dbe6f7;
  z-index: 1;
}

.help-center-bacground {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
}

/* ============book a demo================ */
.twm-error-wrap {
  padding: 50px 0px;
}

.twm-error-wrap1 {
  padding-top: 135px;
}

.twm-error-wrap1 h2 {
  text-align: center;
  font-size: 24px;
  color: #012982;
}

.twm-error-image {
  margin: auto;
}

#submitBookDemo {
  margin-top: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  padding: 20px;
}

.description-list li h4 {
  font-size: 18px;
  font-weight: 400;
}

.description-list li i {
  background-color: #fff !important;
  color: #012982 !important;
  line-height: 26px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 20px;
  width: 25px;
  height: 24px;
  line-height: 25px;
  border-radius: 50%;
}

.display-6 {
  font-size: 20px;
  font-weight: 400;
}

.backupp-office {
  margin: 50px 0px;
}

.backupp-office .description-list li h3 {
  font-size: 20px;
}

.need_help {
  margin-top: 20px !important;
}

.need_help ul {
  margin-top: 10px;
  margin-left: 20px;
}

.need_help ul li {
  margin-left: 20px;
}

/* ================query_form================== */
.quick-message {
  margin-top: 30px !important;
  text-align: center;
  margin: auto;
}

.quick-message h3 {
  font-size: 30px;
  padding-bottom: 20px;
  color: #012982;
  font-weight: 500;
}

.quick-message h3 span {
  position: relative;
}

.quick-message h3 span:after {
  border-top: 2px solid #19b0f6;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 190px;
}

.quick-message p {
  font-size: 18px !important;
}

.query_form {
  max-width: 90%;
  margin-top: 30px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: auto;
  border-radius: 10px;
  padding: 20px;
}

.query_form input {
  background-color: #fff;
}

.query_form input:focus {
  background-color: #eeeff0;
}

.query_form textarea {
  background-color: #fff;
}

.query_form textarea:focus {
  background-color: #eeeff0;
}

.query_form .btn {
  background-color: #012982 !important;
}

.query_form .btn:hover {
  background-color: #2d56b1 !important;
}

.query_form .reasonselect select {
  background-color: #fff;
}

.query_form .reasonselect :focus {
  background-color: #eeeff0;
}

.wt-bnr-inr {
  height: 250px;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  position: relative;
}

.wt-bnr-inr-entry .banner-title-outer {
  position: relative;
}

.wt-bnr-inr-entry {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 30px;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
  display: inline-block;
  margin-bottom: 30px;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
  color: #17171d;
}

.wt-bnr-inr-entry .banner-title-outer .wt-title {
  font-size: 28px;
  margin-bottom: 0px;
  position: relative;
}

.cons-contact-form {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #012982;
}

.cons-contact-form .form-control {
  height: 40px;
  padding: 10px 20px;
  background-color: #f9f4f4 !important;
  border: 0px;
  border-radius: 5px;
}

/* ================bulk staffing================== */
.bulk-staffing-form {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  padding: 20px;
}

.section-full.site-bg-white.bulk-content-site {
  margin-top: 160px;
}

.bulk-staffing-form .form-group .form-control {
  /* width: 100% !important; */

  height: 45px;
  color: #425263 !important;
  background-color: #fff !important;
  border-radius: 10px !important;
}

.bulk-staffing-form .form-group .form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
  background-color: #F8F8F8 !important;
  border: none;
}

.bulk-staffing-form .form-group textarea {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 7));
  height: 100px !important;
}

.bulk-staffing-side h3 {
  font-size: 20px;
}

/* ================Four Buttom footer link ================== */
.section-head.center.wt-small-separator-outer {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  max-width: 945px;
  margin-top: 135px;
  margin-left: auto;
  margin-right: auto;
}

.backupp-btn a button {
  display: inline-flex;
  border: none;
  cursor: pointer;
  padding: 8px 18px !important;
  font-size: 1rem;
  align-items: anchor-center;
  color: #fff;
  padding-inline: 1.5rem;
  transition: 0.5s all ease;
}

.backupp-btnfree {
  background-color: #4396f0;
  border-color: #4396f0;
  color: #fff !important;
}

.backupp-btnfree:hover {
  background-color: #1671d3;
  color: #fff;
}

.btn-check:checked+.backupp-btnfree,
.backupp-btnfree.active,
.backupp-btnfree.show,
.backupp-btnfree:first-child:active,
:not(.btn-check)+.backupp-btnfree:active {
  background-color: #4396f0 !important;
  border-color: #4396f0 !important;
  color: #fff !important;
}

.post-btnjob {
  background-color: rgb(224, 169, 97);
  border-color: rgb(245, 203, 157);
  color: #fff;
}

.post-btnjob:hover {
  background-color: rgb(245, 203, 157);
  border-color: rgb(245, 203, 157);
  color: #fff;
}

.btn-check:checked+.post-btnjob,
.post-btnjob.active,
.post-btnjob.show,
.post-btnjob:first-child:active,
:not(.btn-check)+.post-btnjob:active {
  background-color: rgb(224, 169, 97) !important;
  border-color: rgb(245, 203, 157) !important;
  color: #fff;
}

.book-btndemo {
  background: none #032465;
  color: #fff;
}

.book-btndemo:hover {
  background: none rgb(104, 130, 201);
  color: #fff;
}

.btn-check:checked+.book-btndemo,
.book-btndemo.active,
.book-btndemo.show,
.book-btndemo:first-child:active,
:not(.btn-check)+.book-btndemo:active {
  background-color: #0e3686 !important;
  border-color: #032465 !important;
  color: #fff;
}

.emergency-btnstaff {
  background-color: rgb(82, 113, 199);
  color: #fff;
}

.emergency-btnstaff:hover {
  background: none #7facf0;
  color: #fff;
}

.btn-check:checked+.emergency-btnstaff,
.emergency-btnstaff.active,
.emergency-btnstaff.show,
.emergency-btnstaff:first-child:active,
:not(.btn-check)+.emergency-btnstaff:active {
  background-color: rgb(82, 113, 199);
  border-color: rgb(82, 113, 199);
  color: #fff;
}

@media (max-width:992px) {
  .section-head.center.wt-small-separator-outer {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .header-empower {
    padding-top: 135px !important;
  }

  .footer-item .footer-logo ul li {
    margin-right: 15px;
  }

  .backupp-btn {
    padding: 0px 10px;
  }

  .section-head.center.wt-small-separator-outer {
    padding: 0px 15px;
  }

  ul.navbar-nav[style="display: none;"]+.common-btn.d-flex {
    display: none !important;
  }

  ul.navbar-nav[style="display: none;"]+.profile-container {
    display: none !important;
  }

  .carousel-item h4 {
    font-size: 17px;
  }

  .footer-gap {
    display: none;
  }

  .footer-item .footer-find ul li {
    margin-left: 5px;
  }
}

.staffing-header {
  padding-bottom: 10px;
}

.fair-paid-list .description-list {
  text-align: left;
}

/* =======================faq ======================== */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

.wrapper-faq {
  width: 100%;
}

.contain {
  background-color: white;
  color: black;
  border-top: 2px solid #032465;
}

.question {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 20px 80px 20px 20px;
  position: relative;
  color: #6c757d;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 1.5rem;
  color: #032465;
  font-weight: 400;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px 35px;
  line-height: 1.5rem;
}

.contact-list-info li {
  list-style: none;
}

.contact-list-info li a {
  color: #333;
  font-weight: 500;
}

.contact-list-info li a:hover {
  color: #0d6efd;
}

.contact-list-info li i {
  color: #0d6efd;
}

.section-content-faq {
  padding-top: 135px;
}

.section-content-faq h5 {
  font-size: 15px;
}

.section-content-faq h4 {
  font-size: 16px;
}

.section-content-faq h3 {
  font-size: 18px;
}

.section-content-faq ul li {
  font-size: 13px !important;
}

.section-content-faq b {
  font-weight: 500;
}

/* =======================Payment Successfull ======================== */
.wrapper-payment-success {
  padding: 165px 100px 40px 100px;
}

.wrapper-payment-success .container h1 {
  text-align: center;
  color: #2c3e50;
  font-size: 22px;
}

.card-circle-bg {
  background: #1566b936;
  border-radius: 200px;
  height: 200px;
  width: 200px;
  margin: 0 auto;
}

.wrapper-payment-success {
  text-align: center;
  background: #EBF0F5;
}

.wrapper-payment-success .container .card h1 {
  color: #4396f0;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}

.wrapper-payment-success .container .card p {
  color: #404F5E;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin: 0;
}

.wrapper-payment-success .container .card i {
  color: #4396f0;
  font-size: 100px;
  line-height: 200px;
  margin-left: -10px;
}

.wrapper-payment-success .container .card {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 25px auto;
}

/* ======================= Choose Plans ======================== */
.plan-list-ul ol {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.one-heading {
  text-align: center;
}

.text-toggle {
  display: none;
}

.one-heading p {
  font-size: 14px !important;
  margin-bottom: 0px !important
}

.image_plan {
  width: 100%;
  display: flex;
  margin: auto;
}

.listing-price ul button {
  display: flex;
  margin: auto;
  height: 40px;
  align-items: center;
  margin-top: 15px !important;
  border: 1px solid #032465;
  border-radius: 10px;
}

.listing-price ul button:hover {
  background-color: #fff;
  border: 2px solid #032465;
  font-weight: 500;
  color: #032465;
}

.choose-plancard {
  padding: 150px 0px 50px;
}

.choose-plan-content {
  margin-top: 20px;
}

.price_box input {
  margin-top: 6px;
}

.card-box {
  padding: 10px 15px;
  border-radius: 15px;
  background-color: #fafbff;
  transition: transform 0.3s ease;
  min-height: 550px;
  max-height: auto;
}

.inner-card p {
  margin: 0px;
  font-size: 14px;
}

.active-data {
  padding: 2px;
  background: #ff7200;
  border-radius: 11px 11px 0px 0px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.border-card.active-card {
  margin-top: -28px;
  border: 2px solid #ff7200;
}

.active-data p {
  margin: 0px;
}

.border-card {
  border-radius: 15px;
  background-color: #fafbff;
  border: 1px solid #032465;
}

.inner-card h6 {
  font-size: 22px;
  margin: 0px;
}

.listing-price ul li i {
  color: #00b090;
  font-size: 18px;
  margin-right: 10px;
}

.choose-plan {
  text-align: center;
  margin: 20px 0px;
}

.choose-plan button {
  min-height: 42px;
  padding: 3px 48px;
  position: relative;
  text-align: center;
  background-color: #f0f0f0;
  border: 2px solid #032465;
  text-decoration: none;
  border-radius: 10px;
  display: block;
  font-size: 20px;
  transition: transform 0.3s ease;
  width: 100%;
  color: #0d6efd;
}

.price_box h2 {
  margin: 0px;
  font-size: 20px;
  color: #fff;
}

.choose-plan button:hover {
  background: linear-gradient(90deg, rgba(2, 33, 98, 1) 0%, rgba(2, 33, 98, 1) 35%, rgba(67, 150, 240, 1) 100%);
  color: #fff;
}

.card-price {
  text-align: left;
}

.listing-price {
  text-align: left;
}

.price_box {
  background: linear-gradient(90deg, rgba(2, 33, 98, 1) 0%, rgba(2, 33, 98, 1) 35%, rgba(67, 150, 240, 1) 100%);
  border-radius: 10px;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  align-content: center;
  height: 94px;
}

.price_box p {
  margin: 0px;
}

.listing-price ul {
  padding: 0px;
  margin: 0px;
}

.listing-price ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 4px;
}

.listing-price ul .minus i,
.listing-price ul .minus {
  color: #909090;
}

.ml-best-plat {
  margin-left: 30px;
}

.ml-best-plat1 li {
  list-style: circle !important;
  margin-left: 60px;
}

.inner-card {
  margin-bottom: 10px;
  text-align: center;
}

.img-plans {
  margin: auto !important;
}

.industries-res {
  padding-top: 140px;
}

.tailored-content-center {
  max-width: 950px;
}

.break-content-center {
  padding: 0 130px;
  text-align: center !important;
}

.masonry-wrap {
  padding-top: 160px;
}

/* ===================forget password ========================= */
.pass-reset {
  background-color: #fff;
  border-radius: 0px !important;
}

.pass-reset h4 {
  padding: 10px 0px;
  text-align: center;
}

.forget-pass-body {
  border: none;
  border-radius: 0px;
  padding: 15px 0px;
  box-shadow: 0 2px 5px 1px #C8D0D8;
}

.why-head {
  text-align: center;
  padding-top: 10px;
}

img.c-logo {
  width: 150px;
  vertical-align: middle;
}

.forget-pass-body .form-control {
  height: 45px !important;
  border-radius: 4px;
}

.forget-pass-body .form-control:focus {
  border: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
  background-color: #F8F8F8 !important;
}

.btn-reset-password {
  height: 45px;
  color: #fff;
  background-color: #032465;
  border-radius: 50px;
  border-color: #0d6efd;
}

.btn-reset-password:hover {
  color: #ffffff;
  background-color: #0b5ed7;
  border-color: #0b5ed7;
  box-shadow: none;
}

.btn-reset-password:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-reset-password:focus:not(.btn-text),
.btn.btn-reset-password.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #0b5ed7;
  border-color: #0b5ed7;
  box-shadow: none;
}

#forgotPasswordModal .modal-dialog {
  position: relative;
  width: auto;
  margin: 200px auto;
  pointer-events: none;
}

/* =========================login company========================= */
.head-21 h3 {
  font-size: 18px;
  padding-top: -8px;
}

.container-left img {
  width: 100%;
  margin-top: 15px;
}

.container-left p {
  font-size: 15px;
}

.getting {
  font-size: 15px;
}

.login-container {
  padding: 50px 12px;
  padding-top: 164px;
}

img.c-logo {
  width: 150px;
  vertical-align: middle;
}

.c-logo {
  font-size: 25px;
  color: #93cb92;
}

.c-menu-s {
  display: inline-block;
}

.in-div input,
.in-div button {
  color: #3F4547;
  width: 100%;
  padding: 15px 10px;
  outline-width: 0;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid #D9DBE4;
  border-radius: 4px;
  -webkit-appearance: none;
  display: inline-block;
}

.in-div {
  padding: 10px 0;
  position: relative;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
}

.in-div .btn-submit {
  height: 45px;
  color: #fff;
  background-color: #032465;
  border-radius: 50px;
  border-color: #0d6efd;
}

.login-div {
  max-width: 381px;
  margin: 0% auto;
  box-shadow: 0 2px 5px 1px #C8D0D8;
  padding: 15px;
}

.container-left {
  top: 30px;
  bottom: 0;
  height: auto;
}

.in-div .form-control.form-control-solid {
  background-color: #fff;
  height: 45px !important;
  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.in-div .form-control:focus {
  border: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
  background-color: #F8F8F8 !important;
}

#togglePassword:focus {
  border: none;
  box-shadow: none;
}

#togglePassword {
  position: absolute;
  right: 12px;
  top: 8px;
  padding-top: 12px;
  align-items: center;
}

.toggle-pass-r {
  padding-top: 2px !important;
  font-size: 16px;
}

#togglePassword1 {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 16px;
  align-items: center;
}

.error-border {
  border: 1px solid darkred !important;
}

/* .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  border: none !important;
  border-color: #F3F6F9 !important;
} */

.alert.alert-danger {
  background-color: #f8d7da;
  border-color: #f1aeb5;
  color: #58151c;
  height: auto;
  font-size: 14px;
  padding: 5px 0px;
}

.btn.btn-submit:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-submit:focus:not(.btn-text),
.btn.btn-submit.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #0b5ed7;
  border-color: #0b5ed7;
  box-shadow: none;
}

.btn-submit:not(:disabled):not(.disabled).active,
.btn-submit:not(:disabled):not(.disabled):active,
.show>.btn-submit.dropdown-toggle {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}

.btn-submit:not(:disabled):not(.disabled).active:focus,
.btn-submit:not(:disabled):not(.disabled):active:focus,
.show>.btn-submit.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #0b5ed7;
}

.head-21 ul li {
  text-align: left;
  padding-bottom: 7px;
  font-size: 15px;
  line-height: 14px;
}

.head-21 h3 {
  font-size: 18px;
  padding: 15px 0px;
}

.new-announcement .head-2 {
  font-size: 16px;
  margin-top: 25px;
}

.head-2 {
  font-size: 20px;
}

/* =======================register code========================== */


.getting h5 {
  color: #032465;
  font-size: 20px;
}

.login-div .form-control {
  font-size: 15px;
  height: 45px;
}

.login-div .form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
  background-color: #F8F8F8 !important;
  border: none;
}

.iti--allow-dropdown {
  width: 100%;
}

.login-div .select2 {
  width: 100%;
  height: 45px;
}

.login-div .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #444;
  padding-left: 5px;
  display: flex;
  font-size: 15px;
}

.login-div .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #032465;
  color: white;
  font-size: 15px;
}

.login-div .select2-container .select2-selection--single {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.login-div .select2-container--default .select2-selection--single {
  display: flex;
  height: 45px;
}

.login-div .select2-container--default .select2-selection--single:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
  background-color: #F8F8F8 !important;
  border: none;
}

.login-div .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  padding: .375rem .75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  flex-direction: row-reverse;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px !important;
  right: 1px;
  width: 20px;
}

.login_block label {
  display: block;
  text-align: left;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.login_block label.form-check-label {
  font-size: 15px;
}


.modal .share-buttons i {
  font-size: 30px !important;
  padding: 5px;
}

.modal .share-buttons .copy-link-btn {
  padding: 10px !important;
}

.modal .share-buttons .fa-copy {
  padding: 0px 5px;
}

.form-check-input:focus {
  border-color: #001e5e !important;
  outline: 0;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #001e5e;
  border-color: #0d6efd;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
  border: 1px solid #001e5e;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  border: 1px solid #001e5e;
}


/* =========card bg -color========= */
#pills-tabContent .jobcard a {
  background: #2b64a3 !important;
  min-height: 140px;
}

#companyListShow .companiesname {
  background: #2b64a3 !important;
}

#staffListShow .staff-card {
  background: #2b64a3 !important;
}

.staff-actions .btn-view {
  background: #06359d !important;
}

/* ==========staff resume modal ========== */
.modal-resume-popup .modal-body a.btn.btn-primary.mt-2.mb-2.company {
  background: #001e5f;
  border: solid #001e5f;
  border-radius: 10px;
  padding: 10px 36px !important;
  width: auto !important;
}

.modal-resume-popup .modal-body a.btn.btn-primary.mt-2.mb-2.company1 {
  padding: 10px 36px !important;
  width: auto !important;
  border-radius: 10px;
}

.modal-resume-popup h1#staticBackdropLabel {
  text-align: center;
  margin-bottom: 11px;
  font-size: 16px !important;
  margin-top: -20px !important;
}

.modal-resume-popup .modal-body {
  margin-bottom: 20px;
}

/* .about a.btn-hire.staffHire {
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    background: #001e5f;
    border: solid #001e5f;
} */