@media (min-width: 1200px) {
  .container {
    width: 90%;
  }
}

h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000;
}

h5 a {
  font-weight: 400;
}

.ijobs_top_header_img_wrapper,
.ijobs_add_resume_wrapper,
.ijobs_main_footer_img_wrapper {
  height: auto !important;
}

.ijobs_main_footer_img_wrapper {
  margin-top: 20px;
}

.ijobs_top_header_img_wrapper,
.gc_main_menu_wrapper,
.ijobs_job_post_heading_wrapper {
  float: none;
}

.fa-square {
  font-size: 8px;
  color: #494949;
  vertical-align: middle;
}

h3 {
  text-align: left;
}

.bg-light-gray {
  background: #f8f8f8 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.nav-link:hover {
  background: #4473ab;
  color: rgb(255, 255, 255);
}

.navbar {
  position: sticky;
  padding: 0px !important;
  top: 0;
  z-index: 2;
  min-height: 40px;
  box-shadow: -1px 4px 8px -3px #ddd;
}

h4,
.h4 {
  font-size: 15px;
  font-weight: 500;
}

.navbar-nav>li>a {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 15px;
  color: #000;
  line-height: 1.7 !important;
}

a {
  text-decoration: none !important;
}

.input-search,
.input-group-append .btn {
  height: 35px;
}

.btn-red {
  background: #ff0000;
}

.text-red {
  color: #ff0000;
}

.text-blue {
  color: #4473ab;
}

.btn-red:hover {
  background: #4473ab;
}

.card.home-card {
  border: 1px solid #cccccc;
  background: #f5f5f57d;
  border-radius: 5px !important;
  padding: 10px;
}

.ijobs_hiring_heading_wrapper h2:before {
  content: '';
  border: 1px solid #ff0000;
  width: 17px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.ijobs_hiring_heading_wrapper h2:after {
  content: '';
  border: 1px solid #ff0000;
  width: 50px;
  position: absolute;
  bottom: -10px;
  left: 20px;
}

.home-card .card-body p a {
  font-size: 13px;
  font-weight: normal;
  color: #282828;
}

.author i,
.date i {
  color: red;
  margin-right: 5px;
}

.date-info span {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  text-align: left;
}

@media (min-width: 990px) {
  .navbar-nav>li {
    border-right: 2px solid #fff !important;
  }

  .input-search,
  .input-group-search {
    display: flex;
    width: 60% !important;
    justify-content: end;
  }
}

.career-card {
  border-bottom: 1px solid #dedede70;
  margin-bottom: 0.6rem;
  padding: 0 0.5rem;
}

.career-card:last-child {
  border-bottom: none;
}

.ijobs_hiring_heading_wrapper h2 {
  font-size: 18px;
}

.see-all-btn {
  background: #ff0000;
  padding: 5px 35px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  border-radius: 5px;
  margin-top: 0;
  display: inline-block;
}

.see-all-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #24456c;
  color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}

.d-none {
  display: none;
}

.ijobs_add_resume_img_overlay {
  background: rgb(0 10 21 / 72%);
}

.ijobs_add_resume_cont {
  padding-bottom: 30px;
}

.ijobs_add_resume_cont h4 {
  font-size: 16px;
  color: #ffffff;
  padding-top: 15px;
  line-height: 25px;
  position: relative;
}

.ijobs_add_resume_cont ul {
  display: inline-block;
  margin-top: 20px;
}


.video-gallery .gallery-item {
  position: relative;
  width: 100%;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/2;
  object-fit: cover;
  opacity: .5;
  /*transition: opacity .35s, transform .35s;*/
  transition: all 350ms ease-in-out;
  transform: translate3d(-23px, 0, 0);
  /*backface-visibility: hidden;*/
}

.north-cascades-img {
  object-position: 50% 30%;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 10px;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gallery .gallery-item h6 {
  font-weight: 300;
  overflow: hidden;
  padding: 7px 0;
  font-size: 1rem;
  font-weight: 500;
}

.video-gallery .gallery-item h6,
.video-gallery .gallery-item .date-info {
  position: relative;
  margin: 0;
  z-index: 1;
  pointer-events: none;
  color: #fff;
}

.video-gallery .gallery-item .date-info {
  letter-spacing: 1px;
  font-size: 12px;
  padding: 12px 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: 0.3;
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h6::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover .date-info {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.gallery-item-caption .date-info span {
  color: #fff !important;
  font-weight: 400;
  font-size: 12px;
}

.ijobs_bottom_footer_Wrapper {
  float: left;
  width: 100%;
  border-top: 1px dashed #cbcbcb;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.ijobs_bottom_footer_left_cont p,
.ijobs_bottom_footer_left_cont a,
.ijobs_bottom_footer_Wrapper .ft-right-div>div>a {
  color: #878686;
  margin-top: 12px;
}

.ijobs_main_footer_img_wrapper {
  background: #f9f9f9 !important;
}

.card {
  border: 1px solid #ddd;
}

p.card-text {
  line-height: 1.4;
}

img.card-img-top {
  aspect-ratio: 3 / 2;
}

/* 
.COUNSEL .card-body{
  min-height: 180px;
  overflow: hidden;
} */

.COUNSEL img {
  aspect-ratio: 3/2;
}


.pagination-area ul li a {
  background: rgb(241 241 241 / 74%) none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #000000;
  border-radius: 50%;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  width: 49px;
  width: 35px;
  margin-left: 5px;
}

.pagination-area {
  overflow: hidden;
  justify-content: end;
  display: grid;
}

.description ul li:before {
  content: '\f0da';
  position: absolute;
  left: -20px;
  top: 1px;
  font-family: fontAwesome;
  color: #f00;
}

.description ul li {
  position: relative;
  margin-left: 30px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.description p {
  font-size: 13px;
}

.ijobs_hiring_heading_wrapper h2 {
  text-transform: capitalize;
}

.author-row1 .author-img {
  margin-right: 20px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
}

.author-row1 {
  justify-content: normal !important;
}

hr {
  margin-top: 5px;
  margin-bottom: 20px;
  opacity: 1;
  border: 0;
  border-top: 2px solid #ececec;
}

.author-bio p {
  color: #282828;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}

.post-menu,
.user-menu {
  float: none;
  margin-left: 0px !important;
}

.embed-refresh-v2 .nav-primary--refresh .comment-count,
.embed-refresh-v2 .post-menu .dropdown-toggle-wrapper .username--refresh,
.embed-refresh-v2 .user-menu .dropdown-toggle-wrapper .username--refresh {
  font-size: 13px !important;
}

.embed-refresh-v2 .notification-icon--refresh {
  font-size: 15px !important;
}

.notification-icon--refresh {
  left: 0px !important;
  top: 3px !important;
}

.favorite-button-toggle:hover {
  border-color: none !important;
}

.favorite-button-toggle--v2.upvoted .favorite-icon,
.favorite-button-toggle--v2.upvoted .label-count-refresh,
.favorite-button-toggle--v2:hover .favorite-icon,
.favorite-button-toggle--v2:hover .label-count-refresh {
  color: rgb(255 16 16);
}

.textarea-outer-wrapper--top-level .postbox {
  margin: 0px 0 15px !important;
}

.favorite-button-toggle {
  padding: 5px !important
}

.share-bar-refresh {
  margin-left: 0 !important;
}

.share-icons-wrapper {
  width: 25px !important;
  height: 24px !important;
}

.nav-secondary-refresh__list-item {
  display: block !important;
  margin-right: 12px;
  margin-bottom: 12px;
}

.fix-card {
  min-height: 310px;
  position: relative;
}

.fix-btn {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

.ijobs_add_resume_cont li a:hover {
  background: #ffffff;
  color: #000;
  border-color: #ffffff;
  box-shadow: 0px 0px 10px -2px #fafafa;
}

.detail-title {
  font-size: 1.3rem;
  font-weight: 500;
}

.breadcrumb>li+li:before {
  content: "\f105";
  padding: 0 5px;
  color: #f00;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 900;
  line-height: 0;
}

.breadcrumb>li a {
  font-size: 12px;
  color: #757575;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
  text-transform: capitalize;
}

.navbar-toggler {
  border: none;
}

@media only screen and (max-width: 991px) {
  .navbar-collapse.collapse.show {
    display: block !important;
  }

  .fix-card {
    min-height: 350px;
    position: relative;
  }

  .search-story {
    width: 75% !important;
  }

  #searchForm {
    display: block !important;
  }

  #navbarScroll {
    ul {
      width: 100%;
      height: 100%;
    }
  }
}

.googleAd {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 5px;
  overflow-y: hidden;
  width: 100%;
  overflow-x: scroll;
  margin: 10px 0;
}


/* .googleAd *,
.googleAd div,
iframe *,
iframe body,
iframe body div {
  width: 100% !important;
  max-width: 100% !important;
}
#google_image_div,
#google_image_div img{
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
} */