/*===================================================================
Add CSS is here
=====================================================================*/
.header-logo-area img {
  max-width: 150px;
}


/*===================================================================
New Header Css
START
=====================================================================*/
.header-area.transparent {
  position: fixed !important;
  background-color: #333333;
}

.header-area {
  border-bottom: unset;
}

.header-navigation-area .main-menu.nav>li {
  margin-right: 0;
}

.header-navigation-area .main-menu.nav>li>a {
  height: 70px;
  line-height: 70px;
  display: unset !important;
  padding: 10px 10px !important;
  margin: 0 1px !important;
}

.header-navigation-area .main-menu.nav>li>a:hover,
.header-navigation-area .main-menu>li .menu-link:hover,
.header-navigation-area .main-menu>li .menu-link:active,
.header-navigation-area .main-menu.nav>li>a.active {
  /* background-color: rgb(77, 77, 77); */
  background-color: #b4231c;
  color: white !important;
  /* color: rgb(255, 255, 255); */
  text-decoration: none;
  border-radius: 5px;
}

.header-navigation-area .main-menu.nav>li>a i.menu-icon {
  position: relative;
  top: 0;
  margin-right: 5px;
}

.header-ms {
  margin-left: 1.5rem;
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1199px) {
  .header-ms {
    margin-left: 0px;
  }
}

/* sub Menu ================ */
.header-navigation-area .main-menu.nav .has-submenu .submenu-nav>li a:hover {
  background-color: #b4231c;
  color: white !important;
}

.has-submenu:hover>.submenu-nav {
  border-radius: 0 0 0px 0px !important;
}

.header-navigation-area .main-menu.nav .has-submenu:hover a.menu-link {
  background-color: #b4231c;
  color: white !important;
}

.mobile-menu-items ul li a.active,
.mobile-menu-items ul li a:hover {
  background-color: #b4231c;
  color: white !important;
}

/*===================================================================
END New Header Css
=====================================================================*/

/*===================================================================
Home Page Slider CSS
START
=====================================================================*/
.home-slider-container .slider-content-area {
  /* background-color: #225371; */
  background-color: #065380;
  height: 890px;
}

/*========= Slider Design =====================================================================*/

.slider-content-wrap {
  width: 100%;
  height: auto;
}

.slider-img {
  background-image: url("../img/slider/bg16.png");
  background-size: cover;
  width: 500px !important;
  height: 800px;
  position: absolute;
  right: 50px;
  top: 90px;
}

@media only screen and (min-width: 2000px) {
  .slider-img {
    position: absolute;
    top: 90px;
    left: calc(100% - 45%);
  }
}

@media only screen and (min-device-width: 1199px) and (max-device-width: 2000px) {
  .slider-img {
    position: absolute;
    top: 90px;
    left: calc(100% - 42%);
  }

  .job-search-form .form-control {
    width: 180px;
  }
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1199px) {
  .job-search-form .form-control {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .job-search-form {
    width: 300px !important;
  }

  .job-search-form .btn-form-search {
    min-width: 260px !important;
  }

}

@media only screen and (max-width: 991px) {
  .slider-img {
    height: auto;
  }

  .job-search-form .form-control {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

.home-slider-container .slider-content-area .slider-content .title span {
  color: var(--theme-second-color);
}

.job-search-form {
  background-color: rgb(10 53 79 / 70%);
  padding: 20px;
  border-radius: 5px;
}

.home-slider-container .slider-content-area .slider-content {
  text-align: left;
}

.job-search-wrap {
  justify-content: left;
  margin: 0;
}

/*===================================================================
END Home Page Slider CSS
=====================================================================*/

/*===================================================================
Home Page CSS
=====================================================================*/

/*========= Brand Logo Area Design =====================================================================*/
.brand-logo-title {
  text-align: center;
}

.brand-logo-content {
  border-top: unset !important;
  padding: 60px 0;
}

/*========= END Brand Logo Area Design =====================================================================*/

/*========= Best Achivement Detail Design =====================================================================*/
.best-achivement-detail .best-achivement-wrap {
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.best-achivement {
  display: flex;
  width: 100%;
  border-radius: 10px;
  padding: 50px 0;
}

.best-achivement-box-wrap {
  width: 50%;
  display: flex;
}

.best-achivement-box {
  width: 33.33%;
  text-align: center;
  padding: 25px;
}

.best-achivement-detail .best-achivement .best-achivement-box h2 {
  color: var(--theme-second-color);
}

.best-achivement-detail .best-achivement .best-achivement-box h4 {
  color: white;
}

.best-achivement-img-wrap {
  width: 50%;
  position: relative;
}

.best-achivement-img {
  background-image: url(../img/slider/best-achievement.png);
  background-size: cover;
  width: 100% !important;
  height: 450px;
  position: absolute;
  /* right: 50px; */
  top: -280px;
  /* left: calc(100% - 88%); */
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1199px) {
  .best-achivement {
    padding: 25px 0;
  }

  .best-achivement-box-wrap {
    width: 55%;
  }

  .best-achivement-img-wrap {
    width: 45%;
  }

  .best-achivement-img {
    height: 340px;
    top: -210px;
  }
}

@media only screen and (max-width: 1199px) {

  .best-achivement-detail .container,
  .best-achivement-detail .container-fluid {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .best-achivement {
    padding: 25px 0;
  }

  .best-achivement-box-wrap {
    width: 100%;
  }

  .best-achivement-img-wrap {
    width: 0%;
  }

  .best-achivement-img {
    display: none;
    height: auto;
  }
}

/*========= END Best Achivement Detail Design =====================================================================*/

/*========= Find Job Detail Design =====================================================================*/
/*========= D1 =====================================================================*/

.find-job-detail .find-job-wrap {
  display: flex;
  width: 100%;
  border-radius: 10px;
  align-items: center;
  position: relative;
}

.find-job-detail .find-job-wrap .find-job-box {
  width: 50%;
}

.job-card {
  background-color: white;
  width: 50%;
  padding: 30px;
  border: 1px solid lightgray;
  position: absolute;
  top: 10%;
  box-shadow: -1px 1px 14px -2px gray;
}

.find-job-detail .find-job-wrap .find-job-img-wrap {
  width: 70%;
  padding: 5px;
  border: 1px dashed var(--theme-primiry-dark-blue-color);
  border-radius: 5px;
}

.find-job-img {
  background-image: url(../img/slider/team-meet.jpg);
  background-size: cover;
  width: 100% !important;
  height: 340px;
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .job-card {
    top: 8%;
  }
}

/*========= D2 =====================================================================*/
.find_job_card {
  width: 130%;
  padding: 25px;
  box-shadow: -1px 1px 14px -2px gray;
}

.find_job_img {
  border: 1px dashed var(--theme-primiry-dark-blue-color);
  padding: 5px;
  border-radius: 10px;
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1199px) {
  .find_job_img {
    max-width: 120%;
    margin-left: -20%;
  }
}

@media only screen and (max-device-width: 768px) {
  .find_job_card {
    max-width: 90%;
    position: relative;
    top: -51px;
    left: 5%;
  }

  .find_job_card_col {
    order: 2;
  }

  .find_job_img_col {
    order: 1;
  }
}

/*========= END Find Job Detail Design =====================================================================*/

.working-process-item:hover .icon-box .inner {
  background-color: var(--theme-second-color);
}

.working-process-item .title,
.working-process-item .desc {
  color: white;
}

.working-process-item:hover .icon-box .inner:before {
  border-color: var(--theme-second-color);
}

/*========= Employer Job Detail Design =====================================================================*/
.employer_job_card {
  width: 130%;
  padding: 25px;
  box-shadow: -1px 1px 14px -2px gray;
  margin-left: -30%;
}

.employer_job_img {
  border: 1px dashed var(--theme-primiry-dark-blue-color);
  padding: 5px;
  border-radius: 10px;
}


@media only screen and (min-device-width: 991px) and (max-device-width: 1199px) {
  .employer_job_img {
    max-width: 120%;
    /* margin-left: -20%; */
  }
}

@media only screen and (max-device-width: 768px) {
  .employer_job_card {
    max-width: 90%;
    position: relative;
    top: -51px;
    left: 5%;
    margin-left: 0;
  }

  .employer_job_card_col {
    order: 2;
  }

  .employer_job_img_col {
    order: 1;
  }
}

/*========= END Employer Job Detail Design =====================================================================*/

/*========= Hire Seeker Detail Design =====================================================================*/
.hire-seeker-detail .job-seeker {
  /* background: var(--theme-second-color); */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.hire-seeker-detail .job-seeker .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hire-seeker-detail .job-seeker .media i {
  background: white;
  /* color: #fd1616; */
  width: 55px;
  height: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
  display: inline-block;
}

.hire-seeker-detail .job-seeker .media .media-body a i {
  background: 0 0;
  width: unset;
  height: unset;
  color: #fff;
  line-height: 1;
  font-size: 22px;
  top: 4px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}


.hire-seeker-detail .job-seeker .media .media-body {
  padding-left: 15px;
}

.hire-seeker-detail .job-seeker .media .media-body h5 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.hire-seeker-detail .job-seeker .media .media-body p {
  color: #fff;
  margin-bottom: 5px;
}

.hire-seeker-detail .job-seeker .media .media-body a {
  color: #fff;
  font-size: 15px;
}

/*========= End Hire Seeker Detail Design =====================================================================*/





/*===================================================================
START FIND JOBS PAGE CSS
=====================================================================*/
/* === Start find job search form list ================================= */
.find-jobs-form-content-wrap {
  padding-top: 25px;
}

.find-jobs-form-content-wrap .find-jobs-form-input {
  padding: 15px;

}

.find-jobs-form-content-wrap .find-jobs-form-btn {
  padding: 15px;
  width: 100%;
  background-color: rgb(10 53 79 / 70%);
  border-color: rgb(10 53 79 / 70%);
}

.find-jobs-form-content-wrap .find-jobs-form-btn:hover {

  background-color: #b4231c;
  border-color: #b4231c;
}

.find-jobs-form-content-wrap select.find-jobs-form-input {
  background-image: url("../img/icons/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 29px center;
  background-size: auto;
}

.find-jobs-form-area .container,
.find-jobs-form-area .container-fluid {
  padding-bottom: 25px;
  padding-top: 80px;
}

@media only screen and (max-device-width: 768px) {
  .find-jobs-form-content-wrap .find-jobs-form-btn {
    width: auto;
  }
}

@media only screen and (max-width: 1199px) {

  .find-jobs-form-area .container,
  .find-jobs-form-area .container-fluid {
    padding-bottom: 25px;
    padding-top: 80px;
  }
}


/* === Start find job filter list ================================= */
.find-jobs-section-area .container {
  padding-top: 25px;
}

.find-jobs-section-area .filter-data {
  display: block;
  background-color: #065380b3;
  padding: 10px 5px;
  color: white;
  border-radius: 5px;
}

.find-jobs-section-area .filter-data i {
  margin: 7px;
  cursor: pointer;
}

.find-jobs-section-area .find-jobs-filter-wrap .widget-box .widget-box-item li.filter_item {
  /* border: 1px solid gray; */
  display: block;
}

.find-jobs-section-area .find-jobs-filter-wrap .widget-box .widget-box-item h6 {
  /* margin: 1rem 0; */
  padding: 14px 0;
  border: 0;
  border-top: 1px solid #d8d8d8;
  cursor: pointer;
  margin-bottom: 0;
}

.find-jobs-section-area .find-jobs-content-wrap .find-jobs-search-field {
  background-color: #e0e0e0;
  padding: 20px;
  border-radius: 2px;
}

.find-jobs-section-area .find-jobs-content-wrap .find-jobs-search-field .search-field {
  display: inline-block;
  color: white;
  background-color: #065380b3;
  padding: 3px 15px;
  border-radius: 15px;
}

/* === find job content list ================================= */

.find-jobs-content-box {
  margin-top: 15px;
}

.find-jobs-section-area .find-jobs-content-wrap .find-jobs-content-box .job-details-wrap {
  padding: 30px;
  margin-bottom: 10px !important;
  background-color: #f9fafa;
  border: 1px solid #f9ffff;
}

.find-jobs-section-area .find-jobs-content-wrap .find-jobs-content-box .job-details-wrap:hover {
  background-color: #f1f1f1;
}

.find-jobs-section-area .find-jobs-content-wrap .find-jobs-content-box .job-details-info .content {
  position: relative;
}

.find-jobs-section-area .find-jobs-content-wrap .find-jobs-content-box .job-details-info .content .info-list {
  margin-bottom: 3px;
}

.find-jobs-section-area .find-jobs-content-wrap .find-jobs-content-box .job-details-info .content .apply-btn {
  position: absolute;
  bottom: -15px;
  right: 0;
  color: white;
  background-color: var(--theme-primiry-color) !important;
}

.find-jobs-section-area .find-jobs-content-wrap .find-jobs-content-box .job-details-info .content .apply-btn:hover {
  color: white;
  background-color: var(--theme-primiry-dark-blue-color) !important;
}

@media only screen and (min-device-width: 575px) and (max-device-width: 768px) {
  .find-jobs-section-area .find-jobs-content-wrap .find-jobs-content-box .job-details-info .content .apply-btn {
    position: absolute;
    bottom: -20px;
    right: 0;
  }
}

@media only screen and (min-device-width: 0) and (max-device-width: 575px) {
  .find-jobs-section-area .find-jobs-content-wrap .find-jobs-content-box .job-details-info .content .apply-btn {
    position: absolute;
    bottom: -40px;
    right: 0;
  }
}

/*===================================================================
END FIND JOBS PAGE CSS
=====================================================================*/

/*===================================================================
START JOBS DETAIL PAGE CSS
=====================================================================*/
.job-details-area .job-details-wrap {
  padding: 30px;
  margin-bottom: 25px !important;
}

.job-details-area .job-details-item {
  margin-top: auto !important;
}

.job-details-area .overview-box {
  display: block;
  padding-bottom: 10px;
}

.job-details-area .overview-block {
  display: block;
}

.job-details-area .skill-box {
  background-color: #e9f1f2;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  margin: 6px 4px;
}

.job-details-area .job-sidebar .widget-item {
  margin-left: unset;
  padding: 1rem;
  margin-bottom: 25px;
}

.job-details-area .job-sidebar .widget-item .widget-box {
  display: block;
  padding-bottom: 10px;
}

.job-details-area .job-sidebar .widget-item .widget-box .sub-title {
  color: var(--theme-primiry-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.job-details-area .job-sidebar .widget-item .widget-box .desc {
  margin-bottom: 5px;
}

.job-details-area .job-sidebar .widget-item .widget-profile-box {
  display: flex;
}

.job-details-area .job-sidebar .widget-item .widget-profile-content {
  padding-left: 10px;
  padding-top: 5px;
  position: relative;
  width: 100%;
}

.job-details-area .job-sidebar .widget-item .widget-profile-content .view-profile-btn {
  position: absolute;
  bottom: -15px;
  right: 0;
  font-weight: bolder;
  color: var(--theme-primiry-color);
  transform: translateX(0px);
}

.job-details-area .job-sidebar .widget-item .widget-profile-content .view-profile-btn:hover {
  color: var(--theme-primiry-dark-blue-color);
  transform: translateX(10px);
  transition: 0.3s;
}

/*===================================================================
END JOBS DETAIL PAGE CSS
=====================================================================*/

/*===================================================================
START TRAINING-INSTITUTE PAGE CSS
=====================================================================*/
.training-institute-filter-wrap {
  margin-bottom: 25px;
}

.training-institute-filter-wrap .widget-box .widget-box-item h6 {
  padding: 14px 0;
  border: 0;
  cursor: pointer;
  margin-bottom: 0;
}

.training-institute-content-wrap .content-wrap-summary p,
.training-institute-content-wrap .content-box p {
  /* background-color: #e0e0e0; */
  /* padding: 20px; */
  /* border-radius: 2px; */
  margin-bottom: 10px;
}

.training-institute-content-wrap .content-box .job-details-wrap {
  padding: 30px;
  margin-bottom: 10px !important;
  background-color: #f9fafa;
  border: 1px solid #f9ffff;
}

.training-institute-content-wrap .content-box .job-details-wrap:hover {
  background-color: #f1f1f1;
}

/*===================================================================
END TRAINING-INSTITUTE PAGE CSS
=====================================================================*/

/*===================================================================
Contact Us Page CSS
=====================================================================*/
.contact-info-wrap .info-item .info .title {
  font-size: 20px;
  color: var(--theme-primiry-color);
}

.contact-info-wrap .info-item .info p {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-wrap .info-item .info i {
  line-height: 1.7;
  font-size: 18px;
}

.contact-info-wrap .info-item .info span {
  margin-left: 10px;
  display: inline-grid;
}

.map-area iframe {
  height: 350px;
}


.contact-info-wrap .social-icons a {
  border: 2px solid var(--theme-primiry-color);
  border-radius: 50%;
  color: var(--theme-primiry-color);
  font-size: 14px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}

.contact-info-wrap .social-icons a:hover {
  background-color: var(--theme-primiry-color);
  color: #fff;
}

/*===================================================================
Footer CSS
=====================================================================*/
.footer-desc {
  color: #d8dadf;
  margin-bottom: 32px;
}

.footer-ancor:hover,
.footer-ancor:active,
.footer-ancor:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--theme-primiry-color-hover);
  outline: none;
  text-decoration: none;
}

.footer-area .nav-menu li,
.footer-area .nav-menu li a {

  font-size: 16px;
  line-height: 30px;
}









/* == */

.services-details-wrap {
  /* background-color: #f4f7f7; */
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  /* padding: 45px 44px 45px 50px; */
  padding: 5px;
}

.services-details-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-details-info:hover .thumb i {
  color: var(--theme-primiry-color);
}

.services-details-info .thumb i {
  font-size: 60px;
  border-radius: 5px;
  border: 2px solid var(--theme-primiry-color);
  padding: 10px;
  line-height: 1.5;
}

.services-details-info .thumb img {
  border-radius: 5px;
  max-width: 90px;
}

.services-details-info .content {
  margin-top: -3px;
  margin-left: 30px;
}

.services-details-info .content .sub-title {
  color: var(--theme-primiry-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.services-details-info .content .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}


/*===================================================================
START USER_EMPLOYER PAGE
=====================================================================*/

.user-profile-section-area .container,
.user-profile-section-area .container-fluid {
  padding-top: 90px;
}

/*===================================================================
END USER_EMPLOYER PAGE
=====================================================================*/

.user-profile-section-area .container,
.user-profile-section-area .container-fluid {
  padding-top: 90px;
}

/*===================================================================
START COMMON CSS STYLE
=====================================================================*/
.content-box .sub-title {
  color: var(--theme-primiry-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}


form .form-group {
  margin-bottom: 10px;
}

form .form-control {
  border: 1px solid #eef0f5;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  color: #656565;
  height: 55px;
  font-size: 15px;
  padding: 0 20px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

form .form-control:focus {
  background-color: #fff;
}

form .form-control:active,
form .form-control:focus {
  border-color: var(--theme-primiry-color);
}

select.form-control {
  appearance: none;
  background-image: url(../img/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 29px center;
  background-size: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-top: 0;
}

/*===================================================================
END COMMON CSS STYLE
=====================================================================*/