* {
  margin: 0;
  padding: 0;
  font-family: roboto-regular;
}

/* ******************************** Linkup the all google Fonts********************** */
@font-face {
  font-family: roboto-regular;
  src: url("../font/Roboto-Regular.ttf");
}

@font-face {
  font-family: roboto-title;
  src: url("../font/Roboto-Medium.ttf");
}

@font-face {
  font-family: "AnagramRegular";
  src: url("Anagram-webfont.eot");
  src: url("Anagram-webfont.eot?#iefix") format("embedded-opentype"),
    url("Anagram-webfont.woff") format("woff"),
    url("Anagram-webfont.ttf") format("truetype"),
    url("Anagram-webfont.svg#AnagramRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Browse Category active-inactive*/

/* *****************************Start Online JOb Portal Typograpi********************** */

/*Start Hero Area*/

h1 {
  font-size: 42px;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 38px;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "roboto-title";
  color: #283252;
  line-height: 1.3em;
}

.h1 {
  font-size: 42px;
}

@media (max-width: 767.98px) {
  .h1 {
    font-size: 38px;
  }
}

@media (max-width: 575.98px) {
  .h1 {
    font-size: 32px;
  }
}

.h2 {
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .h2 {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  .h2 {
    font-size: 30px;
  }
}

.h3 {
  font-size: 30px;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 20px;
}

.h6 {
  font-size: 18px;
}

.h1,
.h2,
.h3.h4,
.h5,
.h6 {
  font-weight: 800;
  color: #283252;
}

p {
  color: #49535b;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
  outline: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

section {
  overflow: hidden;
}

/* *****************************Start Online JOb Portal Typograpi********************** */

/* *************************  Start Defult Classes ********************************* */

.jpl-more-Browse {
  text-align: right;
  padding-right: 50px;
  margin-top: 20px;
}

.jpl-more-Browse > a {
  font-weight: bold;
  color: #393939;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-more-Browse > a:hover {
  color: #f6921e;
}

.jpl-more {
  text-align: right;
  margin-top: 20px;
}

.jpl-more > a {
  font-weight: bold;
  color: #393939;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-more > a:hover {
  color: #f6921e;
}

/* *************************  End Defult Classes ********************************* */

/* ********* Start Online Job Portal All Button************ */
.jpl-btn-1 {
  padding: 10px 15px;
  color: #f6921e;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  display: inline;
}

.jpl-btn-2 {
  border-radius: 10px;
  padding: 8px 18px;
  background-color: #02416a;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  color: #ffffff;
  -webkit-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  margin-right: 2px;
  overflow: hidden;
  display: inline-block;
}

.jpl-btn-2:hover {
  color: #ffffff;
}

.jpl-btn-2::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fc9013;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border-radius: 6px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -o-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.jpl-btn-2:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.jpl-btn-3 {
  border-radius: 10px;
  padding: 8px 18px;
  background-color: #fc9013;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  color: #ffffff;
  -webkit-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  margin-left: 4px;
  overflow: hidden;
  display: inline-block;
}

.jpl-btn-3:hover {
  color: #ffffff;
}

.jpl-btn-3::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #02416a;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border-radius: 6px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -o-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.jpl-btn-3:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* *********** End Online Job Portal ALl Button************ */
html {
  scroll-behavior: smooth;
}

/* Start Top To Scroll Button */
#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 180;
}

#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: orange;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}

/* End Top To Scroll Button */


/* Start Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(40, 50, 82, 0.99);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
  -ms-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8200ff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* End Preloader */

/* Start 1st page Sticky Menu */
.jpl-second-menu.header-sticky {
  position: fixed; 
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 120;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  -webkit-animation: 1.5s flipInX;
  animation: 1.5s flipInX;
}

/* Starjob filter page Sticky Menu */
.jpl-second-menus.header-sticky {
  /* position: fixed; */
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 120;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  -webkit-animation: 1.5s flipInX;
  animation: 1.5s flipInX;
}


.jpl-active-icons{
  width: 185px;
}

.jpl-active-icons.sidebar-sticky {
  position: fixed;
  top: 1px;
  width: 185px;
  z-index: 100;
  
}


/* End Sticky Menu */

/* Start Header Area ads */

.notification-bar {
  /*position: absolute;*/
  width: 100%;
  top: 5px;
}

button#pills-home-tab {
  background: #ee8205;
}
button#pills-profile-tab {
  background: #ee8205;
}
.notification-text {
  background-color: #02416a;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  width: 100%;

  -webkit-animation: initiate 350ms ease;
  -moz-animation: initiate 350ms ease;
  -o-animation: initiate 350ms ease;
  animation: initiate 350ms ease;
}

.notification-bar input {
  display: none;
}

.notification-bar label {
  cursor: pointer;
  color: #fff;
  position: absolute;
  z-index: 5;
  display: inline-block;

  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.notification-bar label[for="hide"] {
  right: 15px;
  top: 11px;

  width: 24px;
  height: 24px;
  background: url("../img/close.png") no-repeat center center;

  -webkit-animation: initiate 350ms ease;
  -moz-animation: initiate 350ms ease;
  -o-animation: initiate 350ms ease;
  animation: initiate 350ms ease;
}

.notification-bar label[for="show"] {
  width: 45px;
  height: 30px;
  border-radius: 0px 0px 3px 3px;
  right: 10px;
  background: url("../img/show.png") no-repeat center center #02416a;
}

/* Function */
.notification-bar input[value="show"]:checked ~ label[for="show"],
.notification-bar input[value="hide"]:checked ~ label[for="hide"],
.notification-bar input[value="hide"]:checked ~ .notification-text {
  -webkit-transition: ease 350ms;
  -moz-transition: ease 350ms;
  -o-transition: ease 350ms;
  transition: ease 350ms;

  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.notification-bar input[value="hide"]:checked ~ label[for="show"],
.notification-bar input[value="show"]:checked ~ label[for="hide"],
.notification-bar input[value="show"]:checked ~ .notification-text {
  -webkit-transition: ease 350ms;
  -moz-transition: ease 350ms;
  -o-transition: ease 350ms;
  transition: ease 350ms;

  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/* Inital Animation */
@-webkit-keyframes initiate {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes initiate {
  0% {
    -moz-transform: translateY(-100%);
  }
  50% {
    -moz-transform: translateY(-50%);
  }
  100% {
    -moz-transform: translateY(0%);
  }
}
@-o-keyframes initiate {
  0% {
    -o-transform: translateY(-100%);
  }
  50% {
    -o-transform: translateY(-50%);
  }
  100% {
    -o-transform: translateY(0%);
  }
}
@keyframes initiate {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}

.jpl-google-header-adds {
  background: #02416a;
  /* height: 75px; */
  padding: 10px 0;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.33);
}

.jpl-google-header-adds > h4 {
  text-align: center;
  color: #ffffff;
}
.jpl-google-header-adds > span {
  float: right;
  position: absolute;
  right: 16px;
  top: 6px;
  font-size: 30px;
}
.jpl-google-header-adds > span > a {
  color: #fff;
}

.button {
  font-size: 24px;
  text-align: center;
}

.jpl-header-google-adds-bg {
  background-color: #dedbdb;
  padding: 5px 0;
}

.jpl-google-header-another-adds > p {
  margin: 0;
  color: #d60303;
}




.jpl-frist-menu-items ul li {
  display: inline-block;
  margin: 0 15px;
  padding: 8px 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.jpl-frist-menu-items ul li:hover {
  background-color: rgba(57, 105, 137, 0.4);
  padding: 8px 0;
}

.jpl-frist-menu-items ul li a {
  color: #e1eaef;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-frist-menu-items ul li:hover a {
  color: #ffffff;
}



.jpl-frist-header-hotjob-social-icons ul li {
  display: inline-block;
  margin: 0 7px;
}

.jpl-frist-header-hotjob-social-icons ul li a {
  color: #e8e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jpl-frist-header-hotjob-social-icons ul li a:hover {
  color: #fc9013;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.jpl-fristh-header-hotline-main-img {
  width: 25px;
}

.jpl-frist-header-hotjob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.jpl-frist-header-call-info {
  text-align: left;
}

.jpl-frist-header-hotjob-social-icons {
  text-align: right;
}

.jpl-frist-header-hotjob-info > p {
  margin-bottom: 0;
  display: inline-block;
  background-color: #f6921e;
  font-weight: bold;
  padding: 0 5px;
  color: #000000;
}

.jpl-frist-header-hotjob-info > a {
  color: #e8e7e7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-frist-header-hotjob-info > a:hover {
  color: #ffffff;
}

.jpl-frist-header-hotjob-info:hover > a {
  color: #f6921e;
  font-weight: bold;
}



.jpl-frist-menu {
  background-color: #02416a;
}


.jpl-home-main-navigation {
  text-align: right;
}

.jpl-home-main-navigation ul li {
  display: inline-block;
  margin: 0 15px;
}

.jpl-main-site-logo {
  width: 140px;
  /* margin: 15px 0px; */
}

.jpl-home-main-navigation ul li a {
  color: #36454d;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-home-main-navigation ul li {
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jpl-home-main-navigation ul li:hover {
  background-color: #eeeeee;
  
}

.jpl-home-main-navigation ul li:hover a {
  color: #032032;
}





.jpl-site-logo > a > h3 {
  margin-bottom: 0;
  color: transparent;
  background: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
}

.jpl-mobile-menu-responsive-xt-bar {
  display: none;
}

.jpl-second-menu {
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
}


/* Login page header part */
.jpl-second-menul{
    background-color: #f2eded;
  }

.jpl-has-submenu {
  position: relative;
}

.jpl-has-submenu .jpl-submenu-wrapper {
  position: absolute;
  left: -30px;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  min-width: 180px;
  background: #ab3e3e;
  -webkit-box-shadow: 0px 20px 30px rgba(154, 154, 154, 0.2);
  box-shadow: 0px 20px 30px rgba(154, 154, 154, 0.2);
  text-align: left;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 50;
}

.jpl-has-submenu .jpl-submenu-wrapper li {
  display: block;
  text-align: center;
}

.jpl-has-submenu .jpl-submenu-wrapper li + li {
  border-top: 1px solid #eaeaea;
}

.jpl-has-submenu .jpl-submenu-wrapper li a {
  padding: 5px 5px;
}

.jpl-has-submenu .jpl-submenu-wrapper li:hover a {
  padding-left: 10px;
}

.jpl-has-submenu:hover > .jpl-submenu-wrapper {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* End Header Area */

/* Start Mobile Menu */
.jpl-mobile-menu-job-hotline-number > .jpl-frist-header-hotjob-info {
  margin: 20px 0 0 9px;
}

.jpl-mobile-menu-job-hotline-number > .jpl-frist-header-hotjob-info > a {
  color: #032032;
}

.jpl-mobile-menu-social-midea > .jpl-frist-header-hotjob-social-icons {
  margin: 18px 0px;
  text-align: left;
}

.jpl-mobile-menu-social-midea
  > .jpl-frist-header-hotjob-social-icons
  > ul
  li
  a {
  color: #032032;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-mobile-menu-social-midea
  > .jpl-frist-header-hotjob-social-icons
  > ul
  li:hover
  a {
  color: #000000;
}

.jpl-mobile-menu-toggle {
  font-size: 25px;
  padding: 4px 12px;
  color: #02416a;
  border: 1px solid black;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.jpl-mobile-menu-toggle:hover {
  background-color: #02416a;
  color: #ffffff;
  border-color: #36454d;
}

.jpl-close-menu {
  float: right;
  border: 1px solid #02416a;
  margin-right: 20px;
  color: black;
  padding: 7px 13px;
  -webkit-transition: 0.3 ease-in;
  -o-transition: 0.3 ease-in;
  transition: 0.3 ease-in;
}

.jpl-close-menu:hover {
  border: 1px solid #aeaeb0;
  background-color: #02416a;
  color: #ffffff;
}

.jpl-mobile-site-logo > a > h3 {
  font-size: 20px;
  text-align: left;
  display: inline-block;
  margin: 7px 0 0 10px;
  color: transparent;
  background: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
}

.jpl-mobile-menu {
  position: fixed;
  width: 260px;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  left: -280px;
  background-color: #fff;
  padding: 20px 0 30px 0;
  z-index: 200;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 20px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 20px 10px 30px rgba(0, 0, 0, 0.1);
}

.jpl-mobile-menu-active {
  left: 0;
}

.jpl-main-mobile-menu-items ul {
  margin: 0 12px;
}

.jpl-main-mobile-menu-items ul li {
  margin: 10px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-main-mobile-menu-items ul li:hover {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 5px;
}

.jpl-main-mobile-menu-items ul li:hover a {
  color: #000000;
}

.jpl-main-mobile-menu-items ul li a {
  color: #36454d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-has-mobile-submenu {
  position: relative;
}

.jpl-has-mobile-submenu > a {
  position: relative;
}

.jpl-has-mobile-submenu > a::after {
  content: "+";
  position: absolute;
  top: -7px;
  left: 196px;
  background-color: #eaeaea;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  cursor: pointer;
}

.jpl-has-mobile-submenu ul {
  margin-top: 0;
  display: none;
}

.jpl-has-mobile-submenu ul li a {
  padding-left: 25px;
}

.jpl-has-mobile-submenu ul li.jpl-has-mobile-submenu ul li a {
  padding-left: 35px;
}

.jpl-has-mobile-submenu .jpl-submenu-mobile-wrapper {
  position: absolute;
  left: -30px;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 30px rgba(154, 154, 154, 0.2);
  box-shadow: 0px 20px 30px rgba(154, 154, 154, 0.2);
  text-align: left;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 50;
}

.jpl-has-mobile-submenu .jpl-submenu-mobile-wrapper li {
  display: block;
  text-align: center;
}

.jpl-has-mobile-submenu .jpl-submenu-mobile-wrapper li + li {
  border-top: 1px solid #eaeaea;
}

.jpl-has-mobile-submenu .jpl-submenu-mobile-wrapper li a {
  padding: 5px 5px;
}

.jpl-has-mobile-submenu .jpl-submenu-mobile-wrapper li:hover a {
  padding-left: 10px;
}

.jpl-has-mobile-submenu:hover > .jpl-submenu-mobile-wrapper {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* End Mobile Menu */

/* Start Hero Area */

.jpl-last-items-hero-jobs-category {
  text-align: center;
  color: red;
}

/*.jpl-hero-job-divison>h4{
	text-transform: uppercase;
}
*/

.jpl-hero-area {
  position: relative;
  /*height: 00px;*/
}

.jpl-hero-post-area{
  position: relative;

}

.jpl-hero-bg-slider {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.jpl-hero-bg-slider::before {
  content: "";
  width: 100%;
  height: 553px;
  background-color: rgba(246, 245, 250, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Start SLick SLider Dots Modify */
.jpl-hero-area ul.slick-dots > li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  cursor: pointer;
}

.jpl-hero-post-area ul.slick-dots > li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  cursor: pointer;
}

.jpl-hero-area ul.slick-dots > li.slick-active {
  background-color: #f6921e;
}

.jpl-hero-post-area ul.slick-dots > li.slick-active {
  background-color: #f6921e;
}

.jpl-hero-area ul.slick-dots > li > button {
  font-size: 0;
  opacity: 0;
}

.jpl-hero-post-area ul.slick-dots > li > button {
  font-size: 0;
  opacity: 0;
}

.jpl-hero-area ul.slick-dots {
  text-align: center;
  margin-top: -30px;
  position: relative;
}

.jpl-hero-post-area ul.slick-dots {
  text-align: center;
  margin-top: -30px;
  position: relative;
}

/* End SLick SLider Dots Modify */
.jpl-hero-job-loc-frist-site-item {
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

.jpl-hero-job-category-from ul li a {
  color: #fff;
}

.jpl-main-hero-counter p {
  text-transform: capitalize;
  color: #02416a;
  font-size: 18px;
  /* font-weight: bold; */
}

.jpl-counter-info {
  margin-left: 15px;
}

.jpl-counter-info > h4 {
  font-weight: bold;
  font-size: 22px;
}

.jpl-hero-frist-job-type {
  float: left;
  overflow: hidden;
  margin-left: -20px;
}

.jpl-hero-job-search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jpl-job-keyword-search > input {
  padding: 15px 20px;
  font-size: 22px;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
}

.jpl-hero-job-search-btn > a {
  color: #02416a;
  border-radius: 15px;
  padding: 20px 44px;
  background: #f9a908;
  font-size: 20px;
  margin-left: 5px;
}

.jpl-job-keyword-search > input::-webkit-input-placeholder {
  color: #393939;
  font-size: 15px;
  text-transform: capitalize;
}

.jpl-job-keyword-search > input::-moz-placeholder {
  color: #393939;
  font-size: 15px;
  text-transform: capitalize;
}

.jpl-job-keyword-search > input:-ms-input-placeholder {
  color: #393939;
  font-size: 15px;
  text-transform: capitalize;
}

.jpl-job-keyword-search > input::-ms-input-placeholder {
  color: #393939;
  font-size: 15px;
  text-transform: capitalize;
}

.jpl-job-keyword-search > input::placeholder {
  color: #393939;
  font-size: 15px;
  text-transform: capitalize;
}

.jpl-hero-job-category-from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.jpl-hero-job-category {
  background: #f9a908;
  padding: 10px 12px;
  overflow: scroll;
  height: 500px;
}

.jpl-hero-second-job-type {
  float: right;
}

.jpl-hero-content {
  position: absolute;
  top: 0;
  width: 100%;
}

.jpl-title-all-input h3 {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 20px;
}

.jpl-hero-job-category ul li {
   /* margin: 6px 0; */
   /* padding: 1px; */
}

.jpl-hero-job-loc-second-site-item {
  float: right;
}

.jpl-hero-job-category h4 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 12px;
  background: #f9a908;
  padding: 4px 5px;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
}

.jpl-hero-job-divison a:hover {
  color: #02416a;
}

.jpl-site-main-subtitle-large-device {
  text-align: center;
  font-size: 22px;
  color: #ee8205;
}

button.ct-submit-btn {
  background: #f9a908;
  padding: 9px 25px;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  color: #1f4d5e;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

button.ct-submit-btn:hover {
  background-color: #003a60;
  color: #b6b5b5;
}


.jpl-input-fild-hero {
  background: #3c6782;
  height: 100px;
  padding: 5px 10px;
  border-radius: 9px;
  margin-top: 40px;
}


.find-box {
  background: #3c6782;
  height: 100px;
  padding: 5px 10px;
  border-radius: 6px;
  margin-top: 10px;
}

.category-part {
  background: #3c6782;
  height: 70px;
  /* padding: 5px 10px; */
  border-radius: 6px;
  margin-top: 10px;
}



.py-5 {
  margin-top: -30px;
}

.ct-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}


.e-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}



/* ul.dropdown-menu.jpl-hero-category-deropdown-menu.show {
  width: 240px;
  border-radius: 15px;
  margin: 8px 0 0 -10px !important;
} */


select.dropdown-menu.jpl-hero-category-deropdown-menu.show {
  width: 240px;
  border-radius: 15px;
  margin: 8px 0 0 -10px !important;
}



.input-field > input {
  padding: 11px 30px;
  border: none;
  border-radius: 5px;
}



.jpl-input-fild-hero ul li a {
  color: rgb(100, 59, 172);
}

.ct-select-wrapper input {
  padding: 12px 15px 12px 40px;
}

.ct-select-wrapper .ct-dropdown-wrapper {
  left: 10px;
  top: 14px;
}

.ct-dropdown-btn::after {
  display: none;
}

.dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  font-size: 30px;
  left: 3px;
  top: 18px;
  position: absolute;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.ct-dropdown-btn {
  padding: 11px 40px;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #6c757d;
  width: 231px;
  text-align: left;
}

.dropdown-toggle select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: none;
}

.ct-select-wrapper .ct-dropdown-wrapper .dropdown-toggle {
  background-color: transparent;
}

.ct-select-wrapper .ct-dropdown-wrapper .dropdown-toggle::after {
  display: none;
}

img.jpl-counter-main-img {
  width: 60px;
  -webkit-filter: invert(16%) sepia(99%) saturate(1190%) hue-rotate(180deg)
    brightness(93%) contrast(98%);
  filter: invert(16%) sepia(99%) saturate(1190%) hue-rotate(180deg)
    brightness(93%) contrast(98%);
}

.jpl-main-hero-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
}

.jpl-counter-img{
  height: 55px;
  width: 55px;
}

.jpl-frist-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jpl-second-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jpl-third-counter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.jpl-four-counter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;


}

/* End Hero Area */

/* Start Job Category Area */
.jpl-job-category-area {

  /* padding-top: 30px;
  padding-bottom: 15px; */

  padding: 30px 0px 12px; 
  background-color: #f6f5fa;
}



.jpl-main-job-category {
  border-radius: 15px;
  background-color: rgb(238, 238, 238);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  padding-bottom: 30px;
}

.jpl-main-job-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jpl-main-job-category ul li {
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-main-job-category ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-main-job-category ul li:hover a {
  color: #fc9013;
  margin-left: 3px;
}

.jpl-main-job-category ul li a {
  color: #393939;
}

img.jpl-google-add-1 {
  width: 100%;
  height: 386px;
}

.jpl-job-category-btn-second {
  text-align: right;
  margin-right: 16px;
  padding: 22px 0;
}

.jpl-job-category-btn-frist {
  text-align: right;
  margin-right: -60px;
  padding: 22px 0;
}

.jpl-job-category-icon {
  margin-left: 18px;
}

/* End Job Category Area */

/* Start Job Type Area */
.jpl-job-type-area {
  padding: 15px 0px 15px;
  background-color: #f6f5fa;
}

.jpl-main-job-type {
  border-radius: 15px;
  background-color: rgb(238, 238, 238);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  padding: 10px;
}

.jpl-single-job-type {
  border-radius: 15px;
  background-color: rgb(243, 247, 243);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  padding: 22px;
}

.jpl-job-type-btn {
  margin-bottom: 20px;
}

.jpl-single-job-type ul li {
  display: block;
  margin-bottom: 10px;
}

.jpl-single-job-type ul li a {
  color: #393939;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-single-job-type ul li:hover a {
  color: #f6921e;
  margin-left: 4px;
}

.jpl-single-job-type ul li:hover {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
}

.jpl-job-type-google-adds-img {
  height: 360px;
  /* -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27); */
}

/* End Job Type Area */

/* Start Job Timing Area */
.jpl-job-timing-area {
  padding: 20px 0 20px 0;
  background-color: rgb(254, 250, 243);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
}

.jpl-job-timing-area-title > h5 {
  font-weight: bold;
  font-size: 25px;
}

.jpl-job-timing-btn {
  text-align: right;
}

.jpl-job-timing-area-title > h5 {
  color: #393939;
}

.jpl-job-timing-area-title > h5 > span {
  color: #f6921e;
}

.jpl-job-timing-main-content {
  padding-top: 20px;
}

.jpl-job-single-items {
  border: 0.9px solid #bfbfbf;
  padding: 10px;
  cursor: pointer;
}

.jpl-job-single-items > p {
  margin: 0;
  color: #393939;
}

.jpl-job-single-items > i {
  color: #f6921e;
  font-size: 12px;
}

.jpl-job-single-items > a {
  color: #393939;
  font-size: 14px;
}

.jpl-job-single-items:hover > p {
  color: #003a60;
}

/* End Job Timing Area */

/* Start Hot Job Area */
.jpl-hot-job-area {
  padding: 20px 0;
  background-color: rgb(254, 242, 228);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
}

.jpl-hot-job-single-content {
  border-width: 1px;
  border-color: rgb(183, 183, 183);
  border-style: solid;
  border-radius: 15px;
  background-color: #f3f7f3;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-hot-job-single-content:hover {
  background-color: #eeeeee;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
}

.jpl-hot-job-img-heading-oftions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.jpl-hot-job-icon {
  border-color: rgb(183, 183, 183);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
  width: 50px;
  padding: 7px;
  border-radius: 50%;
  background-color: #fff;
}

.jpl-hot-job-heading-info > p {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-weight: bold;
}

.jpl-hot-job-heading-info ul li {
  font-size: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #393939;
}

.jpl-hot-job-heading-info ul li:hover {
  color: #f6921e;
}

.jpl-hot-job-title > h5 {
  padding: 10px 20px;
  text-transform: capitalize;
  display: inline;
  background: #fef2e4;
  border-width: 1px;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
}

.jpl-hot-job-title {
  margin-bottom: 30px;
}

.jpl-hot-job-title > h5 {
  font-weight: bold;
  font-size: 25px;
}

.jpl-hot-job-title-icon {
  width: 25px;
  margin-right: 5px;
}

/* End Hot Job Area */

/* Start Applay Job Area */
.jpl-applay-job-area {
  padding: 20px 0;
  background-color: #fefaf3;
}

.jpl-applay-job-main-title > h5 {
  font-weight: bold;
  font-size: 25px;
}

.jpl-applay-job-btn {
  text-align: right;
}

.jpl-applay-job-title.border-bottom {
  margin-bottom: 20px;
}

.jpl-applay-job-single-content {
  border: 0.5px solid #bfbfbf;
  padding: 10px;
}

.jpl-applay-job-name {
  text-align: left;
  font-size: 15px;
  margin-left: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-applay-job-name:hover {
  color: #f6921e;
}

.jpl-applay-job-companyname {
  text-align: left;
  margin-left: 15px;
  font-size: 14px;
  font-style: italic;
}

.jpl-applay-job-companyname > i {
  margin-right: 8px;
}

.jpl-applay-job-title {
  margin-bottom: 20px;
}

/* End Applay Job Area */

/* Start Job Type Group Area */
.jpl-job-type-group-area {
  padding: 15px;
}

.jpl-job-type-group-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(246, 245, 250, 0.7);
}

.jpl-background-overlay-job-type-group {
  z-index: 1;
}

.jpl-job-type-group-single-content {
  border-radius: 15px;
  width: 500px;
  background-color: rgb(238, 238, 238);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  padding: 10px;
  margin-right: 50px;
  margin-top: 10px;
  z-index: -1;
}

.jpl-job-type-group-heading {
  margin-bottom: 25px;
  margin-top: 18px;
}

.jpl-job-type-group-list > ul {
  text-align: left;
}

.jpl-job-type-group-list > ul li {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.jpl-job-type-group-list > ul li:hover {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  color: #f6921e;
}

.jpl-job-type-group-list > ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #393939;
  margin: 0px 10px;
}

.jpl-job-type-group-list > ul li:hover a {
  color: #f6921e;
}

.jpl-job-type-group-list > ul li a > i {
  float: right;
  margin: 4px 10px;
}



.jpl-job-section-area {
	padding: 40px;
}

.jpl-job-section-area::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(246, 245, 250, 0.7);
}


.jpl-job-type-single-group-content{
  border-radius: 10px;
	background-color: rgb(238, 238, 238);
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
	padding: 30px;
	margin-top: 20px;
	z-index: -1;
  
}




/* End Job Type Group Area */

/* Start Job Tender Area */
.jpl-job-tender-area {
  padding: 25px 0;
  background-color: rgb(254, 242, 228);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
}

.jpl-job-tender-title {
  margin-bottom: 30px;
}

.jpl-job-tender-single-content {
  border-width: 1px;
  border-color: rgb(183, 183, 183);
  border-style: solid;
  border-radius: 15px;
  padding: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #eeeeee;
  margin-bottom: 10px;
}

.jpl-job-tender-single-content:hover {
  background-color: rgb(243, 247, 243);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
}

.jpl-job-tender-main-img {
  padding: 7px;
  width: 76px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.33);
}

.jpl-job-tender-icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}



.jpl-job-tender-options {
  font-size: 11px;
  color: #393939;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-job-tender-options:hover {
  color: #f6921e;
}

.jpl-job-tender-info {
  text-align: left;
}

.jpl-job-tender-info > p {
  margin-bottom: 2px;
  font-size: 14px;
}

.jpl-job-tender-img {
  margin-top: 5px;
}

/* End Job Tender Area */

/* Start Course Area */
.jpl-course-area {
  padding: 1 px 0;
  background-color: rgb(246, 245, 250);
  /* border-bottom: 0.4px solid #393939; */
}

.jpl-main-course-content {
  padding: 10px;
  border-radius: 10px;
  background-color: rgb(238, 238, 238);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
}

.jpl-main-single-course-content {
  border-radius: 15px;
  background-color: rgb(243, 247, 243);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  padding: 20px;
}

.jpl-course-main-img {
  width: 130px;
  cursor: pointer;
  
}

.jpl-course-main-img:hover {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
} 

.jpl-course-img-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.jpl-course-img{
  height: 80px;
  width: 80px;
  margin: 4px;
}

.jpl-course-info {
  text-align: left;
}

.jpl-course-info > p {
  color: #393939;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 5px;
  font-size: 15px;
}

.jpl-course-info > p:hover {
  color: #283252;
}


.jpl-course-single-content {
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 5px;
}



.jpl-course-single-contents {
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 5px;
}

 .jpl-course-single-contents:hover {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
} 

.jpl-course-time-date {
  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;
}

.jpl-course-date > a,
.jpl-course-time > a {
  color: #393939;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
}

.jpl-course-date > a:hover,
.jpl-course-time > a:hover {
  color: #283252;
}

.jpl-course-area .jpl-more {
  margin-top: -33px;
}

.tc-section-google-adds {
  height: 460px;
}

.jpl-course-content-title {
  padding-top: 10px;
  padding-bottom: 20px;
}

/* End Course Area */

/* Start Brand Section */
.jpl-brand-area {
  padding: 50px 0;
  background-color: #fef2e4;
}

.jpl-brand-title {
  margin-bottom: 30px;
}

.jpl-brand-logo-items {
  width: 120px;
  margin: 0 auto;
}

/* Start Modify Slick SLider Dots */
.jpl-brand-area ul.slick-dots > li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  cursor: pointer;
}

.jpl-brand-area ul.slick-dots > li.slick-active {
  background-color: #f6921e;
}

.jpl-brand-area ul.slick-dots > li > button {
  font-size: 0;
  opacity: 0;
}

.jpl-brand-area ul.slick-dots {
  text-align: center;
  margin-top: 30px;
}

/* End Modify Slick SLider Dots */

/* End Brand Secction */


/* Start Testimonial Area */
.jpl-testimonial-area {
  padding: 50px 0;
  position: relative;
}

.jpl-testimonial-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.jpl-background-overlay-testimonial {
  z-index: 1;
}

.jpl-main-testimonial-content {
  border-radius: 15px;
  background-color: rgb(2, 65, 106);
  opacity: 0.702;
  text-align: center;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.27);
  padding: 25px 0 35px 0;
}

.jpl-testimonial-content-title {
  background: #f6921e;
  margin-bottom: 20px;
}

.jpl-testimonial-client-main-picture {
  border-radius: 50%;
  width: 78px;
  border: 3px solid #fff;
  margin: 0 auto;
}

.jpl-testimonial-client-name-position {
  text-align: center;
  margin-top: 12px;
  padding: 0 10px;
}

.jpl-testimonial-content-title > h5 {
  color: #fff;
  padding: 6px 0px;
}

.jpl-testimonial-client-name-position > h5 {
  color: #fff;
  text-align: center;
}

.jpl-testimonial-client-name-position > p {
  text-align: center;
  font-size: 16px;
  color: #b6b5b5;
}

.jpl-testimonila-client-descriptions {
  padding: 0px 17px;
}

.jpl-testimonila-client-descriptions > p {
  font-size: 14px;
  font-style: italic;
  color: #aeaeb0;
}

.jpl-single-testimonial-content:first-child {
  padding-right: 15px;
}

.jpl-single-testimonial-content:last-child {
  padding-left: 15px;
}

/* Start Modify Slick SLider Dots */
.jpl-testimonial-area ul.slick-dots > li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  cursor: pointer;
}

.jpl-testimonial-area ul.slick-dots > li.slick-active {
  background-color: #f6921e;
}

.jpl-testimonial-area ul.slick-dots > li > button {
  font-size: 0;
  opacity: 0;
}

.jpl-testimonial-area ul.slick-dots {
  text-align: center;
  margin-top: -20px;
  position: relative;
}

/* End Modify Slick SLider Dots */

/* End Testimonial Area */




/* Start Posted Jobs And Total Pagination (Posted Job Page) */
.jpl-job-post-count-pagination {
  background-color: #eeeeee;
}

.jpl-top-total-job-posted-pagination {
  text-align: right;
  margin: 15px 0;
}

.jpl-top-total-job-posted-pagination ul {
  display: inline-block;
  margin-left: 7px;
  font-size: 16px;
}

.jpl-top-total-job-posted-pagination ul li {
  display: inline-block;
  margin: 0 3px;
}

.jpl-top-total-job-posted-pagination ul li a {
  color: #000;
}

.jpl-top-total-job-posted-pagination ul li a:hover {
  color: #d10000;
  font-weight: 700;
  cursor: default;
}

span.jpl-total-post-jobs {
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
}

span.jpl-total-post-jobs::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background: #b3b3b3;
  margin: 0 8px;
  top: 7px;
}

.jpl-job-vacancies {
  position: relative;
  margin: 15px 0;
}

span.jpl-total-job-Vacancies {
  font-weight: 700;
  color: #595959;
  font-size: 14px;
}

/* End Posted Jobs And Total Pagination (Posted Job Page) */

/* Start Posted Job Active Filter Title (Posted Job Page) */
span.jpl-jop-post-active-filters > h2 {
  font-size: 15px;
  text-align: center;
  margin: 0;
  color: #fff;
}

.jpl-job-posted-active {
  background: #02416a;
  padding: 8px 0px;
  position: relative;
  
}

.jpl-jop-post-active-filters::after {
  content: "";
  position: absolute;
  display: block;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #02416a;
}

.jpl-job-posted-active-title {
  background: #eeeeee;
  padding: 20px 0;
  
}

.jpl-job-posted-active-filters-bars {
  background: #ffff;
  width: 100%;
  padding: 7px 0 5px 15px;
  height: 37px;
}
/* .jpl-job-posted-active-filters-bars > .jpl-resi{
    display: none;
} */

.jpl-category-search-box {
  position: absolute;
  left: 5%;
  top: 18px;
}

.jpl-job-posted-main-content-icons {
  position: relative;
  z-index: 100;
}

.jpl-full-search-box-forbg {
  background: #055285;
  width: 325px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.jpl-full-search-box-forbg_open {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.jpl-job-posted-main-content-icons
  .jpl-full-search-box-forbg.jpl-horaizental-search-bar {
  opacity: 1;
  visibility: visible;
  left: 100%;
  border-left: 1px solid #000;
}
.jpl-category-search-box > input {
  padding: 3px 38px;
  border: none;
  border-radius: 4px;
}

.jpl-category-search-box > a {
  color: #fff;
  background: #66a145;
  padding: 6px 10px;
  border-radius: 5px;
  margin-left: -9px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.jpl-category-search-box > span:first-child {
  margin-bottom: 10px;
  color: #fff;
  float: left;
  font-weight: 600;
  margin-left: 10px;
  font-size: 16px;
}
.jpl-category-search-box > span.jpl-search-close > i {
  margin-bottom: 10px;
  color: #fff;
  float: right;
  font-weight: 600;
  margin-right: 12px;
  font-size: 16px;
}
/* End Posted Job Active Filter Title (Posted Job Page) */



/* Start Posted Job Content (Posted Job Page) */




.jpl-job-posted-main-content-icons {
  text-align: center;
  background: #02416a;
  color: #fff;
  position: relative;
  border-bottom: #000 1px solid;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-job-posted-main-content-icons:first-child {
  text-align: center;
  background: #02416a;
  color: #fff;
  position: relative;
  border-bottom: #000 1px solid;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jpl-job-posted-main-content-icons:hover {
  background-color: #055285;
}

.jpl-posted-job-content {
  background-color: #eeeeee;
  position: relative;
}

.jpl-all-posted-job-content {
  background-color: #ffffff;
}

.jpl-total-posted-job- {
  background-color: #fffde8;
  border-color: #f7e0a3;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #f7e0a3;
  padding: 25px;
  /* display: flex; */
  margin: 10px 0;
  /* justify-content: space-between; */
  cursor: pointer;
  position: relative;
  /* overflow: hidden; */
}


.jpl-posted-job-common-icon > span {
  font-size: 15px;
  font-weight: bold;
  color: #db1d00;
  margin-bottom: 10px;
  line-height: 1.15;
  margin-left: 5px;
}

.jpl-job-posted-content-title > h4 {
  font-size: 18px;
  font-weight: bold;
  color: #338033;
  margin-top: 10px;
}

.jpl-job-posted-content-sub-title > p {
  font-size: 15px;
  margin-top: 6px;
  font-weight: bold;
  color: #333;
}

.jpl-total-posted-company-logo {
  margin-top: 30px;
}

.jpl-total-posted-company-logo > img {
  width: 125px;
}

.jpl-total-job-posted-hidden-info {
  padding: 5px 25px 25px 25px;
  width: 100%;
  position: absolute;
  top: 0%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1;
  left: 0px;
  background-color: #fffde8;
  border-bottom: 1px solid #f7e0a3;
  border-right: 1px solid #f7e0a3;
  border-left: 1px solid #f7e0a3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.jpl-total-posted-job-:hover .jpl-total-job-posted-hidden-info {
  opacity: 1;
  visibility: visible;
  top: 79%;
  border-top-left-radius: none;
}

.jpl-total-posted-company-logo {
  display: inline;
  float: right;
}

.jpl-total-job-posted-hidden-info > p {
  margin: 5px 0;
}

.jpl-posted-company-name > h4 > a {
  color: #348334;
  font-weight: 600;
}

.jpl-posted-company-name > p {
  margin: 5px 0 5px 0px;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.jpl-posted-company-name > span:last-child {
  float: right;
}

.jpl-posted-fullwidth-main-content {
  padding: 13px 18px 15px 18px;
  margin: 5px 0 5px 0;
  border-radius: 8px;
  color: #656565;
  background: #fbfbfb;
  border: 1px solid #d5d5d5;
}

.jpl-posted-fullwidth-main-content:hover {
  background: #f5f5f5;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.jpl-posted-job-number {
  text-align: right;
}

.jpl-posted-job-number > label {
  margin-right: 15px;
}

.jpl-all-posted-job-selection {
  padding: 10px 0;
}

.jpl-posted-job-ad {
  margin-top: 70px;
}

.next-prev-btn{
  padding: 10px 10px 20px 10px;
}

.jpl-posted-job-bottom-selection{
  padding: 10px;
}

.jpl-posted-job-bottom-pagination{
  padding: 10px;
}

.next-prev-btn > span > a {
  color: #000;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.next-prev-btn > span > a:hover {
  color: #db1d00;
}

.next-prev-btn > span:last-child {
  margin: 0 15px;
}

.jpl-posted-job-bottom-pagination > .jpl-top-total-job-posted-pagination {
  text-align: right;
  margin: 0;
}

.jpl-posted-job-bottom-pagination > .jpl-top-total-job-posted-pagination > ul {
  display: inline-block;
  margin: 0;
}

.jpl-posted-job-bottom-selection .jpl-posted-job-number {
  text-align: left;
}

.jpl-sponcor-logo-and-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.jpl-sponcor-logo > img {
  width: 40px;
}

.jpl-sponcor-link > p {
  margin-bottom: 0px;
}

.jpl-sponcor-link > span > a {
  color: #000;
}

.jpl-sponcor-link > span > a:hover {
  color: #26a4fd;
  text-decoration: underline;
}

.jpl-sponcor-title > h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.jpl-sponcor-defenition-title > h3 > a {
  font-size: 22px;
  font-weight: bold;
}

.jpl-sponcor-defenition-title > h3 > a:hover {
  text-decoration: underline;
}

.jpl-sponcor-defenition-title > h3 {
  margin-bottom: 5px;
}

.jpl-sponcor-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
}

.jpl-sponcor-list-item ul li a:hover {
  text-decoration: underline;
}

.jpl-sponcor-content {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jpl-sponcor-content:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12),
    0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.2);
}

/* .jpl-full-category-box2{
  position: relative;
}
.jpl-full-industry-box2{
  position: relative;
}
.jpl-full-location-box2{
  position: relative;
} */

.jpl-full-category-box2,
.jpl-full-industry-box2,
.jpl-full-location-box2,
.jpl-full-time-box2,
.jpl-full-newspaper-box2,
.jpl-full-filter-box2 {
  position: relative;
  z-index: 100;
}

.jpl-full-category-box2-form{
  top: -128px;
}
.jpl-full-industry-box2-form{
  top: -196px;
}

.jpl-full-location-box2-form{
  top: -196px;
}
.jpl-full-time-box2-form{
  top: -334px;
}
.jpl-full-newspaper-box2-form{
  top: -210px;
}
.jpl-full-filter-box2-form{
  top: -275px;
}

.jpl-full-category-box2-form,
.jpl-full-location-box2-form,
.jpl-full-filter-box2-form {
  position: absolute;
  background: #055285;
  width: 650px;
  text-align: left;
  
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  border-left: 1px solid #000;
  left: 0;
  z-index: 100;
}
.jpl-full-industry-box2-form,
.jpl-full-time-box2-form,
.jpl-full-newspaper-box2-form {
  position: absolute;
  background: #055285;
  width: 350px;
  text-align: left;
  /* top: -280px; */
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  border-left: 1px solid #000;
  left: 0;
  z-index: 10;
}

.jpl-full-category-box2-form_open,
.jpl-industry-form_open,
.jpl-location-form_open,
.jpl-time-form_open,
.jpl-newspaper-form_open,
.jpl-filter-form_open {
  opacity: 1;
  left: 100%;
  transition: 0.3s;
  visibility: visible;
}

.jpl-category-content-flexing {
  display: flex;
  gap: 20px;
  padding: 30px;
}

.jpl-category-content-frist {
  border: 1px solid #eee;
  padding: 10px;
  overflow-y: auto;
  height: 250px;
}

.jpl-category-content-second {
  border: 1px solid;
  padding: 10px;
  overflow-y: auto;
  height: 250px;
}

.jpl-category-content-frist > p {
  width: 100%;
  text-align: center;
  background: #b5b4b3;
  color: #fff;
  border-radius: 4px;
}

.jpl-category-content-second > p {
  text-align: center;
  background: #b5b4b3;
  color: #fff;
  border-radius: 4px;
}

.jpl-full-category-selections {
  margin-left: 30px;
  margin-top: -27px;
}

.jpl-flexing-content-all-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -3px;
}

.jpl-category-selection-btn {
  margin-right: 50px;
  padding-bottom: 25px;
}

.jpl-category-selection-btn > a {
  text-decoration: none;
  background-color: #b5b4b3;
  padding: 10px 30px;
  color: #fff;
  border-radius: 5px;
}

/* .jpl-job-posted-main-content-icons:hover .jpl-full-category-box2 > form {
    left: 167px;
    visibility: visible;
    opacity: 1;
} */
.jpl-horaizental-menu-adding {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
/* .jpl-full-category-box2 > form.jpl-horaizental-menu-removing{
    opacity: 0;
    visibility: hidden;
    left: 0;
} */
/* End Posted Job Content (Posted Job Page) */

/* Start Google Ads Area Before Area */
.jpl-footer-google-adds-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* End Google Ads Area Before Area */



/* Start Footer Area */
.jpl-footer-area {
  padding: 50px 0px 30px;
  background-color: #032032;
}


.jpl-footer-areas {
  padding: 10px 0px 35px;
  background-color: #032032;
}


.jpl-footer-content-title > h5 {
  color: #b6b5b5;
  text-transform: uppercase;
  font-weight: bolder;
}

.jpl-footer-content-titles > h5 {
  color: #b6b5b5;
  /* text-transform: uppercase; */
  font-weight: bolder;
}

.jpl-footer-content-list ul li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 8px 0;
}

.jpl-footer-content-list ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #b6b5b5;
}

.jpl-footer-content-list ul li:hover a {
  color: #fff;
}


/* Start Footer contact Area */

.jpl-footer-content-lists ul li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 8px 0;
}

.jpl-footer-content-lists ul li p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #b6b5b5;
}

/* .jpl-footer-content-lists ul li:hover p {
  color: #fff;
} */

/* End Footer Area */









