@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');

@import url(../css/animate.min.css);

/*Google Fonts*/
:root {
  /* basic */
  --H-family: 'Inter', sans-serif;
  --B-family: 'Inter', sans-serif;
  /* basic */

  /* color-main*/
  --main: #4640de;
  --c_main: #a435f0;
  --secondry: #121f3e;
  --highlighter: #ee786b;
  /* color-main*/


  --heading_color: #121f3e;
  --light-bg: #fafbfe;
  --gray: #96a0b5;
  --nav-color: #0e1c20;
  --white: #ffffff;
  --color-white: #ffffff;
  --black: #121f3e;

}

html {
  margin: 0;
  padding: 0;
}


body {
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: var(--light-bg);
  font-weight: 400;
  letter-spacing: inherit;
  line-height: 1.5;  font-size:95%;
  color: #5a5a5a;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-weight: 400;
  letter-spacing: inherit;
  color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--H-family);
  padding: 0; font-weight:600;
} 
h2{ font-size: 1.55rem; }
h4{ font-size: 1.2rem; color: var(--black);}
h5{ font-size: 1.2rem; }
h3{font-size: 1.3rem;} 
.h6, h6 {
  font-size:0.90rem;
  color: var(--gray); font-weight:500;margin-bottom:0px
}  
/* header */
header {
  border-bottom: none;
  transition: 0.4s;
} 

.navbar-light .navbar-brand {
  width: 150px;
  ;
  padding: 0;
  margin: 0;
}
.badge-success {
  color: #fff;
  background-color: #0c9;
} 
.badge-secondary {
  color: #fff;
  background-color: #9fa4b1;
}
.navbar {
  padding: 0;
  border-bottom: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--main);
}

.navbar-expand-xl .navbar-nav .nav-link {

  font-weight: 500;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #333333;
  position: relative;
  white-space: nowrap;
  text-transform: capitalize;
  transition: 0.4s;
  position: relative; 
}
.sign_img__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #edecfc;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px; padding:8px 10px !important;
  justify-content: center;margin-top:-5px;
} 
.navbar-expand-xl .navbar-nav .nav-link img{
border-radius: 50%;
display: block;
height: 24px;
overflow: hidden;
width: 24px;}

.navbar-expand-xl .navbar-nav .nav-link:last-child::before {
  display: none;
}

.navbar-expand-xl .navbar-nav .active .nav-link {
  color: var(--main);
}
.navbar-expand-xl .navbar-nav .active{background:#f5f5ff;}
.RiGhT_nav {
  text-align: right;
}
 
.navbar-expand-xl .RiGhT_nav .nav-link {
  font-size: 18px !important;
  font-weight: 300;
}

header {
  position: relative;
  z-index: 999;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #edecfc;
}

.dropdown-menu::before {
  position: absolute;
  top: -10px; 
  right: 20px;  
  display: inline-block;
  border-right: 10px solid #0000;
  border-bottom: 10px solid rgba(0, 40, 100, 0.36);
  border-bottom-color: rgba(0, 40, 100, 0.12);
  border-left: 10px solid transparent;
  border-bottom-color: rgb(213, 214, 216);
  content: '';
  z-index: 999;
}
 
.dropdown-item {

   font-weight: 400;
  display: block;
  padding: 8px 19px;
  text-decoration: none;
  border-radius: 0;
  color: var(--black);
  position: relative;
  white-space: nowrap;
  /*! text-transform: uppercase; */
  border-bottom: 1px solid #f0eff9;
  font-size: 0.90rem;
}
 
.bTn_OrDeR i {
  font-size: 25px;
  margin: 0 12px 0 0;
  color: var(--main);
}

.bTn_OrDeR p {
  margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--white);
  text-decoration: none;
  background-color: var(--main);
  border-color: var(--main);
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  /*! box-shadow: rgba(11, 19, 21, 0.07) 0px 3px 9px 0px; */
  transition: 0.4s;
  border-radius: 0;
}

.nav-link.h_social_ico {
  color: #fff !important;
  transition: 0.4s;
  background: var(--main);
  text-align: center;
  border-radius: 5px;
  font-size: 18px !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  line-height: 40px;
  margin: 0 0 0 5px;
}

.nav-link.header_btn {
  border: 2px solid var(--main);
  transition: 0.4s;
  text-align: center;
  padding: 4px 17px !important;
  border-radius: 6px;
  font-size: 13px !important;
  height: 40px;
  line-height: 30px;
  color: var(--main) !important;
}

.nav-link.header_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
}

.nav-link.header_phno {
  font-size: 22px !important;
  font-family: var(--B-family) !important;
  padding: 0 !important;
}

.btn_contact {
  height: 50px;
  line-height: 48px;
  background: var(--main);
  display: inline-block;
  color: var(--white);
  position: relative;
  padding: 0 9px 0 20px !important;
  border-radius: 70px;
  margin: 0 0 0 10px;
  color: var(--white) !important;
  border-radius: 50px !important;
}

.btn_contact i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffae48;
  border-radius: 70px;
}

.call_btbhd {
  background: transparent;
  color: #ffae48 !important;
  display: flex !important;
  align-items: center;
  padding: 5px 14px !important;
  /*! border: 1px solid #ffffff85; */
  /*! padding: 10px !important; */
  border-radius: 60px;
  /*! background: rgba(0,0,0,0.3); */
}

.call_btbhd i {
  text-align: center;
  color: var(--main);
  font-size: 30px;
  margin: 0 10px 0 0;
}

.call_btbhd span {

  font-weight: 600;
  line-height: 20px;
  color: #3f5651;
}

.call_btbhd span small {

  font-weight: 600;
  color: #3f5651;
}


.navbar-nav {
  align-items: center;
}


/* header */


/* banner */


/* banner */


/* trending job */



/* trending job */

/* search_bySectormain */


/* search_bySectormain */

/* recent_job_main */



/* recent_job_main */

/* Recommended courses   */


 /* Recommended courses   */
 .recomended_cource_main {
	padding: 40px 0;
}
 
 

.course_item {
	background: #fff;
	margin: 10px;
	padding: 20px;
	border-radius: 10px;
	/*! border: 1px solid #8c92a6; */
	-webkit-box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
	box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
}   
.course_item a{
    display: block;
}
.course_item h4 {
	color: var(--black);
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.provider {

	color: var(--gray);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 0px 0;
} 
.course-price-height {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
 
.carousel-well ul {
	padding: 0;
	margin: 4px 0;
} 
 
.carousel-well ul li {
	padding: 0;
	color: #707888;
	list-style: none;

	font-weight: 400;
     color: var(--gray);
}

.carousel-well ul li i{ 
	color: #b2b2bb; 
    margin: 0 10px 0 0;
}
 
.btn_R span {
	display: inline-block;
	color: var(--main);
	font-weight: 500;
	text-decoration: underline;

} 
 
.course-price span{
   
    color: #4640de;
    font-weight: 600;
    font-size: 1.4rem;
}  
.was-price { 
	
	font-style: italic;
	color: var(--gray) !important;
	font-weight: 400 !important;
	text-decoration: line-through;
	font-size: 1.0rem !important;
} 
.label-saving {
	font-size: 11px;
	font-weight: 500;
	background: #e3e2fa;
	color: var(--main);
	padding: 2px 9px;
	border-radius: 30px; 
	border: 1px solid var(--main);
	display: none;
}

.btn.btn_page {
	border: 2px solid var(--main);
	transition: 0.4s;
	text-align: center;
	padding: 8px 26px ;
	border-radius: 10px;
	font-size: 16px ;
	line-height: 30px;
	color: var(--main);
	font-weight: 600;
}

.btn.btn_page:hover{ 
	transition: 0.4s; 
	color: var(--white); 
    background: var(--main);
}
 
 
 /* Recommended courses   */

/* owl nav */
.owl-prev span, .owl-next span {
	font-size: 15px;
	background: #ddd;
	width: 40px;
	height: 40px;
	line-height: 41px;
	border-radius: 100%;
	text-align: center;
	color: var(--main);
	margin: 0 -15px 0 -18px;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px !important;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}
.card .course_item {
  background: #fff;
  margin:0;
  /*! padding:28px 20px; */
  border-radius: 0px; 
    border-right: 1px solid #eee;
    -webkit-box-shadow: 0 2px 7px 1px rgba(98,98,98,.00);
    box-shadow: 0 2px 7px 1px rgba(98,98,98,.00);

  
}
/* Recommended courses   */


/* companies_main */



/* companies_main */

/* career_asdvice_main */


/* career_asdvice_main */



/* footer */

.footer {
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px 0;
}

.footer .footer-top .download-text h3 {
  font-size: 30px;
  color: #622fcd;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-button .btn {
  display: inline-block;
  margin-right: 10px;
}

.footer .footer-top .download-button .btn:last-child {
  margin-right: 0;
}

.footer .footer-top .download-button .btn i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
}

.footer .logo {
  margin-bottom: 26px;
}

.footer .logo img {
  width: 150px;
}

.footer .f-about p {
  font-size: 14px;
  line-height: 28px;
  color: #7e8890;
  margin-left: 15px;
}

.footer .f-about .contact-address {
  margin-top: 20px;
}

.footer .f-about .contact-address li {
  display: block;
  margin-bottom: 5px;
  margin-left: 15px;
}

.footer .f-about .contact-address li:last-child {
  margin-bottom: 0;
}

.footer .f-about .contact-address li span {
  font-weight: 500;
  color: #622fcd;
  display: inline-block;
  margin-right: 4px;
}

.footer .footer-social {
  margin-top: 35px;
}

.footer .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

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

.footer .footer-social ul li a {
  font-size: 14px;
  color: #622fcd !important;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  background: #e8ecf1;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 3;
}

.footer .footer-social ul li a i {
  margin: 0 !important;
  color: #622fcd !important;
}

.footer .footer-social ul li a:hover {
  color: #fff;
  background-color: var(--main);
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.footer .footer-social ul li a:hover i {
  color: #fff !important;
}


.footer .footer-middle {
  padding: 40px 0;
}

.nav-folderized .col.nav {
  padding: 0 !important;
  display: block !important;
}

.footer h3 {
  color: var(--white);
  font-size: 18px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
}

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

.footer ul li a {
  color: #cddce8;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.footer ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  width: 8px;
  background: #7e8890;
}

.footer ul li a:hover::before {
  background: #fff;
  opacity: 1;
}

.footer ul li a:hover {
  color: #fff;
  padding-left: 15px;
}

.footer {
  border-top: 1px solid #eee;
  background: var(--black) url(../images/footer_bg.jpg);
  color: #ffff;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer .inner {
  padding: 10px 0;
  text-align: left;
}

.footer .inner p {
  font-size: 14px;
  color: #7e8890;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer .inner p a {
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  color: #7e8890;
}

.footer .inner p a:hover {
  color: #300864;
  text-decoration: underline;
}

.footer .inner .right ul {
  text-align: right;
}

.footer .inner .right ul li {
  display: inline-block;
  margin-right: 15px;
}

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

.footer .inner .right ul li a {
  color: #7e8890;
}

.footer .inner .right ul li a:hover {
  text-decoration: underline;
  color: #300864;
}

.footer .newsletter form {
  margin-top: 30px;
}

.footer .newsletter input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #eee;
  color: #622fcd;
  padding: 0 25px;
}

.footer .newsletter button {
  height: 50px;
  margin-top: 15px;
  width: 100%;
}

ul {
  padding: 0;
}

.footer h3 img {
  width: 150px;
}

.f_about img {
  width: 160px;
  margin: 0 0 11px 0;
}


.f_about p {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}

.contact-address li a:hover {
  color: #300864;
  padding-left: 0 !important;
}

.contact-address li a:before {
  display: none;
}

.footer ul li i {
  font-size: 15px;
  margin: 0 9px 0 0;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 20px 0;
}

.footer-bottom p {
  margin: 0;
  color: #b9beca;
  font-size: 14px;
  font-weight: 500;
}

.footer-bottom p a {
  color: #b9beca;
  text-transform: uppercase;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  background-color: #fff;
  color: var(--main);
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-text h3 {
  font-size: 30px;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.footer .footer-top .download-text p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.download-text h3 {
  margin: 0;
}



/* footer */

.job-search-form {
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px 20px;
  background: #fff;
  color: #fff;
  /*! border: 1px solid rgba(255, 255, 255, 0.24); */
}

 .job-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
 
 .job-search-form .single-field-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
  padding: 0 10px;
  height: 100%;
  margin-bottom: 0;
}





 .job-search-form .submit-btn .btn {
  background-color: var(--main);
  color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
  text-transform: capitalize;

  letter-spacing: 0.6px;
  height: 58px;
  /*! margin-top: 24px; */
  max-width: 160px;
  padding: 0 20px;
} 
.job-search-form .form-floating > label{
  display: block;

  color: #646464;
  text-transform: capitalize;
  font-weight:600;
}
.job-search-form  .form-floating > .form-control {
  border-radius: 5px;
  border: 2px solid #dcdcdc;
}
 .job-search-form .submit-btn .btn:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  background-color: var(--black);
  color: #fff;
  border-color: transparent;
}

 .job-search-form .single-field-item:first-child::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #e2e4ea;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.keywords ul li {
  display: inline-block;
}

.keywords ul li a {
 
  color: #999;
  padding: 0 7px;
  border: 1px solid #e4e5ec;
  border-radius: 3px;
  margin-bottom: 4px;
  line-height: 22px;
  margin-right: 0;
}

.keywords ul li a:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  background-color: #300864;
  color: #fff;
  border-color: transparent;
}

.keywords ul li a {

  color: #999;
  padding: 0 7px;
  border: 1px solid #e4e5ec;
  border-radius: 3px;
  margin-bottom: 4px;
  line-height: 22px;
  margin-right: 0;
}

.keywords.style-two .title {
  font-size: 14px;
  color: #300864;
  margin-right: 10px;
  line-height: 22px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  top: -2px;
}

.locate_ico {
position: absolute;
right: 3px;
top: 3px;
width: 50px;
height: 52px;
line-height: 13px;
background: var(--light-bg);
border-radius: 5px;
  text-align:center;
  line-height: 54px;
} 
 
.locate_ico img{
width: 20px;
}
.partner_JB{
  text-align: right;
}
.partner_JB a {
display: inline-block;
padding: 7px 20px;
border-radius: 10px;
color: #fff;
text-transform: uppercase;

font-weight: 600;
letter-spacing: 0.4px;
text-decoration: underline;
}

/* job */
.job_seatchS {
  padding: 20px 0;
  background: var(--white);
  border-bottom: 1px solid #d4dbe1;
}

.job_seatchS .job-search-form {
  border-radius: 10px;
  padding: 0;
  background: transparent;
  color: #000;
}

.job_seatchS .job-search-form form {
  width: 100%;
  padding: 0px 0;
  align-items: center;
}

.job_seatchS .partner_JB a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 10px;
  color: var(--main);
  text-transform: uppercase;

  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  margin: 0;
  white-space: nowrap;
}

.job_seatchS .partner_JB p {
  margin: 0;
}

.job_seatchS .btn-secondary:hover{
	color: var(--white);
	background-color:var(--main);
	border:2px solid var(--main);
}
.font-12{font-size: 12px!important;}
.trendingjob_links{
    text-align: center;
}
.job_seatchS .col-grey{color:#dcdcdc}
.job_seatchS .btn-secondary {
	color: #646464;
	background-color: rgb(255, 255, 255);
	border: 2px solid #dcdcdc;
	margin:2px 2px; 
 
	font-weight: 500;
	text-transform: capitalize;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 0.90rem;
}  

.colgrey_bold {
  font-size: 36px;
  font-weight: 300;
  padding-right: 10px;
  color: var(--black);
}

.colgrey_Font_Wid {
  /*! border-right: 1px solid #dfdfdf; */
  color: #536777;
 
  display: inline-block;
  font-weight: 500;
  /*! padding-right: 32px; */
  /*! margin-right: 32px; */
  line-height: 16px;
}
 
.colgrey_TxtBold {
  font-size: 36px;
  font-weight: 400;
  padding-right: 10px;
  color: var(--black);
}
b{font-weight:600;}

.colgrey_Font_Widlast {
  color: #536777;
 
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  padding-right: 0;
}

 
.main {
  background: var(--light-bg);
  padding: 50px 0;
}

.job_amount_c {
  font-size: 20px;
  font-weight: 600;
  color: var(--heading_color);
}

.job_amount_c span {
  color: var(--main);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.filterd_btnn ul {
  padding: 0;
}

.filterd_btnn ul li {
  padding: 0;
  list-style: none;
  display: inline-block;
}

.filterd_btnn ul li a {
  display: flex;
  padding: 4px 11px;
  border: 1px solid #afacef;
  align-items: center;

  font-weight: 500;
  text-transform: capitalize;
  border-radius: 5px;
  background: #f0eff9;
  color: #4b556f;
  margin: 0 8px 0 0;
}

.filterd_btnn ul li a:hover {
  text-decoration: line-through;
}

.filterd_btnn ul li a i {
  color: var(--main);
  margin: 0 0 0 10px;
}

.applied_filter h4 {
  font-weight: 600;
}

.applied_filter .clear_btn {
  color: var(--main);
  text-transform: capitalize;
  font-weight: 600;

  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.filter_cetogry_main {
  background: var(--white);
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  display: block;
}

.filter_type_item {
  padding: 15px;
  border-bottom: 1px solid #d7d7d7;
}

.brd_btm {
  border-bottom: 1px solid #d7d7d7;
}

.filter_cetogry_main h4 {
  padding: 0 15px;
  font-weight: 600;
  color: var(--black);
}

.filter_type_item h5 {
  font-weight: 600;
  color: var(--main);
  margin: 0 0 6px 0;
}

.filter_type_item label {
 
  font-weight: 500;
  color: var(--black);
  transition: 0.4s;
  cursor: pointer;
}

.filter_type_item label:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: 0.4s;
}

.filter_type_item .form-select {
  background-color: #f0eff9;
  background-size: 16px 12px;
  border: 2px solid #afacef;

  color: var(--main);
  font-weight: 600;
}

.filter_type_item .form-check {
  margin-bottom: 5px;
}


.sort-by p.variation-area {
  border: 1px solid var(--main);
  display: inline-block;
  border-radius: 13px;
  padding: 4px;
}

.sort-by p.variation-area a {
  color: var(--main);
  padding: 3px 18px;
  border-radius: 13px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}

.sort-by p.variation-area a.selected-sortby-option {
  color: #fff;
  background: var(--main);
}

.sort-by span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
}

.job_item {
  padding: 20px;
  background: #fff;
}

.job_result_item {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 15px 20px 20px;
  color: #0f151a;
  border-radius: 4px;
  overflow: hidden;
  max-height: 1000px;
  transition: max-height .5s;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
}

.badge-container .label-featured {
  color: #87650d;
}

.badge-container .label-promoted {
  color: #fff;
  background: #d63786 !important;
}


.saved_jobs_button a {
  font-size: 14px;
  font-weight: 500;
  background: #f8f8f8;
  display: block;
  margin: 0 5px 0 0;
  color: var(--main);
  transition: 0.4s;
}

.btn.active {
  background: var(--main);
  color: var(--white);
}

.saved_jobs_button a:hover {
  background: var(--main);
  color: var(--white);
  transition: 0.4s;
}

.Jblogo {
  border-radius: 5px;
  overflow: hidden;
  height: 55px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background: var(--white);
  /*! box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); */
  width: 55px;
  margin: auto;
  border: 1px solid #ddd;
}

.Jblogo img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.results_main .metadata {
  display: block;
  overflow: hidden;
  padding: 10px 0 0 0;
}

.results_main .metadata ul {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.results_main .metadata ul li {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 20px 7px 0;
  font-weight: 600;
  font-size: 14px;
  color: #536777;
}

.results_main .metadata ul li i {
  /*! width: 28px; */
  /*! height: 28px; */
  /*! line-height: 25px; */
  /*! border: 1px solid var(--main); */
  /*! border-radius: 100%; */
  /*! text-align: center; */
  /*! color: #cacaca; */
  /*! font-size: 17px; */
  /*! background: #f1f1f9; */
  margin: 0px 2px 0 0;
}

.header_job h3 {
  font-weight: 600;
  color: var(--black);
}

.header_job h3 a {
  color: var(--main);
  transition: 0.3s;
  display: block;
  line-height: normal;
  margin-bottom: 0px;
}

.header_job h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: 0.3s;
}


.badge-container .label {
  text-transform: capitalize;
  background-color: #f8f8f8;
  padding-left: 0;
  border: 0;
  font-weight: 400;
 
  margin: 0 6px 0 0;
  /*! position: absolute; */
  top: 0;
  left: 0;
  /*! background: #d63786; */
  padding: 2px 11px;
  border-radius: 40px;
  font-size: 0.95rem;
}

.badge-container .label i {
  /*! color: var(--bs-info); */
  font-size: 16px;
}

.badge-container .label-new {
  color: #3d8439;
}

.badge-container .label-easyapply {
  color: var(--main);
}

.badge-container .badge {
  font-size: .65em;
}

.posted-by {

  color: var(--gray);
}

.posted-by a {

  color: var(--black);
  /*! font-weight: 600; */
  margin: 0;
  /*! text-decoration: underline; */
} 

.description p {
  color: #536777;
  margin: 0 0 10px 0;
  max-height: 70px;
  overflow: hidden;

}

.seemorelikejob b {
  
  color: var(--gray);
}

.seemorelikejob a {
  
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: underline;
  color: var(--gray);
}

.saved_jobs_button {
  /*! justify-content: end; */
  display: flex;
}


/* job */


/* populerjob */

/* populerjob */

/* courses */


/* courses */


/* Courses_extras */

/* Courses_extras */



/* what_main_item */






/* what_main_item */


/* job-details */
 .jd_main {
  margin-top: 14px;
}

.descripTion_header h3 {
  font-weight: 600;
  color: var(--main);
}



.jd_main .metadata {
  /*! background: #f8f7fe; */
  border-radius: 10px;
  /*! padding: 20px; */
  /*! border: 1px solid #ddd; */
  margin: 12px 0 10px 0;
  /*! padding-bottom: 9px; */
  color: var(--gray);
}

.jd_main .metadata ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
 
.jd_main .metadata ul li {
  padding: 0;
  display: inline-block;
  width: 48%;
  margin: 0 0 8px 0;

  display: flex;
  /*! align-items: center; */

  font-weight: 400;
  /*! font-size: 96%; */
}

.jd_main .metadata ul li i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
 
  color: var(--gray);
  background: #f8f8f8;
  margin: 0 9px 0 0;
  line-height: 20px;
}


.jd_main .header_job {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  padding: 24px;
 
}

.jd_main .posted-by span {

}


.jd_main .posted-by span i {
  color: #ffcb00;
}

.jd_main .header_job .bottom {
  color: #ffb300;
}

.header_job .stat {
  padding-left: 10px;
}

.header_job .stat:first-child {
  padding-left: 0;
}

.header_job .stat>label {
  font-size: 11px;
  font-weight: 400;
  color: var(--gray);
}

.header_job .stat>span {
  font-size: 11px;
  font-weight: 500;
  color: #7874e7;
  margin: 0 0 0 4px;
}

.seemorlike_job {
  text-align: right;
  display: inline-block;

  font-weight: 400;
  /*! text-decoration: underline; */
  color: var(--gray);
}
.seemorlike_job b{font-weight:500}
/* job_descD */
.job_descD {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}

.job_descD h3 {
  font-weight: 600;
  color: var(--black);

}

.job_descD p {
  color: #565d6c;
}

.job_descD ul {
  padding: 0 0 0 20px;
}

.job_descD ul li {
  list-style: disclosure-closed;
 
  /*! font-weight: 500; */
  margin: 0 0 7px 0;
  color: #565d6c;
}

.job_descD b {
  color: var(--main);
}

.job_descD strong {
  color: var(--main);
}

.skill_main ul {
  padding: 0;
}

.skill_main ul li {
  list-style: none;
  display: inline-block;
  padding: 3px 20px;
  background: #e0dffa;
  color: var(--main);
  border-radius: 40px;
  text-transform: capitalize;
  border: 1px solid #1e1ef04a;
  margin: 0 5px 5px 0;
  font-weight: 600;
}

.btn.apply_btnD {
  background: var(--main);
  font-weight: 600;
  color: var(--white);

  padding: 10px 0;
  margin: 11px 0 0 0;
}

.btn.outline_btnD {
  background: #4540de13;
  font-weight: 600;
  color: var(--main);
 
  padding: 10px 0;
  margin: 11px 0 0 0;
  border: 2px solid var(--main);
  transition: 0.3s;

}

.btn.outline_btnD:hover {
  background: var(--main);
  color: var(--white);
  transition: 0.3s;
}

/* job_descD */


.widghet h3 {
  font-weight: 600;
  color: var(--black);
}

.sideber {
  padding-top: 14px;
}

.widghet {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  border-radius: 5px;
  margin-bottom: 20px;
}

.share-job .form-control {
  border: 2px solid var(--main);
  background: #e3e2fa;
  color: var(--main);
  font-weight: 300;
 
}

.share-job #copyBT {
  background: var(--main);
  color: #ffff;
  border-color: var(--main);
}

.share_social {
  padding: 0;
  margin: 0;
}

.share_social li {
  list-style: none;
  display: inline-block;
}

.share_social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 19px;
  border-radius: 100%;
}


.similirjob_item a {
  display: block;
  padding: 15px 16px;
  border-bottom: 1px solid #ededfc;
  transition: 0.3s;

}

.similirjob_item h4 {
  font-weight: 600;
  color: var(--main);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.similirjob_item span {
  display: block;

  color: var(--gray);
}

.similirjob_item a:hover {
  background: rgba(0, 40, 100, 0.01);
  transition: 0.3s;
}





/* job-details */


/* course-All */

/* course-All */



/* career-advice_banner */



/* blog */


/* blog */


/* courses-details */

.summery_navigate .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: var(--black);

  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #f2f2f2;
}

.summery_navigate .nav-link:hover {
  color: var(--main);
}

.summery_navigate .nav-link:focus {
  color: var(--main);
  background-color: whitesmoke;
  border-right: 5px solid var(--main);
  border-bottom: none;
}

.summery_navigate .active {
  color: var(--main);
  background-color: whitesmoke;
  border-right: 5px solid var(--main);
  border-bottom: none;
}

.summery_navigate .navbar-brand {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 15px;
}

.snav_main {
  /*! margin-top: 14px; */
  position: sticky;
  top: 90px;
}

.snav_main .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--main);
  background-color: #f0f6fd;
  border-right: 5px solid var(--main);
  border-bottom: 1px solid #d9e0e6;
}

.media_item {
  margin: 10px;
  cursor: pointer;
}

.media_item a {
  display: block;
}

.summary-card {
  padding: 20px;
  background: #f4f4fd;
  margin-top: 16px;
  border-radius: 10px;
}

.summary-card h6 {
  font-weight: 600;
  color: var(--main);
  margin: 0;
}

.summary-card .row {
  align-items: center;
}

.Coursemetadeta p {
  margin: 0;
}

.summary-card ul {
  padding: 0;
  margin: 0;
}

.summary-card ul li {
  padding: 6px 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd24;
}

.summary-card ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.PCNt_MAIn {
  display: flex;
  align-items: stretch;
}

.pM_btn {
  padding: 6px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 300;
  position: relative;
  height: 45px;
  display: block;
  width: 45px;
  text-align: center;

  line-height: 45px;
  padding: 0 0 11px 0;
  color: #626262;
}

.pM_btn:hover {
  background: #dfdfdf;
  color: #555;
}


.p_Count {
  width: 70px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.buy_btn {
  padding: 16px 10px;
  display: inline-block;
  width: 100%;
  background: var(--main);
  color: var(--white) !important;
  font-weight: 600;
  text-transform: capitalize;

  border-radius: 6px;
}


.summary-card ul .heading {
  width: 250px;
}

.summary-card ul .Coursemetadeta {
  width: 100%;
}

.well {
  box-shadow: none;
  /*! background-color: #f8f8f8; */
  border-radius: .25rem;
  /*! padding: 20px; */
}



.feature-well-text p {
  margin: 8px 0 3px 0;
  line-height: 0;
}

.btn_s_course {
  padding: 0;
  border: none;
  background: transparent;

  margin: 0;
  font-weight: 600;
  text-decoration: underline;
  color: var(--main);
  line-height: 0;
}

.payment-method-dividebuy {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.pe-1 {
  padding-right: .3125rem !important;
}

.logo-wrap {
  width: 35px;
}

.sideber ul {
  margin: 17px 0 0 0;
  padding: 0 0 0 17px;
}

.sideber ul li {
  list-style: square;

  font-weight: 600;
  color: var(--main);
  margin: 0 0 6px 0;
}

.info_btn {
  background: #e1e0fa;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  color: var(--main);
  font-size: 11px !important;
}

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--main);
  border-bottom: 1px solid rgba(0, 47, 255, 0.2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  text-transform: capitalize;
  color: var(--white);
}

.job_result_item {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
}

.filter_cetogry_main {
  margin-bottom: 20px;
}

.folderized_coursedetails .nav {
  display: block !important;
  border-bottom: 1px solid #ddd;
  padding: 0 0 12px 0;
  margin-bottom: 20px;
}



.job_seatchS h3 {
  font-weight: 600;
  padding: 0px;
  color: var(--black);
  margin: 0px;
} 

/* dashboard */

.sortname {
  /*! width: 64px; */
  /*! height: 64px; */
  /*! border-radius: 50%; */
  /*! font-size: 28px; */
  /*! display: flex; */
  /*! align-items: center; */
  /*! justify-content: center; */
  /*! color: #4640de; */
  /*! font-weight: 700; */
  /*! background-color: #f0f6fd; */
  /*! border: 1px solid #718fb317; */
  position: relative;
}

.filename {
  float: left;
  width: 100%;
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  padding: 0.75rem;
  color: var(--black);
  background: #f0f6fd;
  border: 1px solid #e6f0fd;
}

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  /*! max-width: 600px; */
}

.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 7px;
  background: #fff;
  border: 3px solid #e6f0fd;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.uploader label:hover {
  border-color: #454cad;
}

.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}

.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #start.hidden {
  display: none;
}

.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}

.uploader input[type=file] {
  display: none;
}

.uploader div {
  margin: 0 0 0.5rem 0;
  color: #718fb3;
}

.card hr {
  background-color: #d4dbe1;
  opacity: 1;
}

.card {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  border: 1px solid #eee;
  border-radius: 6px;
  color: var(--black);
}
.btn-group .fa-ellipsis-v{color: var(--gray);}
.card-header {
  margin-bottom: 0;
  background-color: transparent;
  padding: .65rem 1rem;
  border-bottom: 1px solid #eee;
}

.card-header h3 {
  color: var(--black);
  font-weight: 600;
  margin:0px;
  font-size: 1.45rem;
  text-transform: capitalize;
  font-weight: 700 !important;
} 
 .card-header h4 {
  color: var(--black);
  font-weight: 600; margin:0px;
  text-transform: capitalize;
} 
.update_edit_btn {
  display: inline-block; 
  padding: 7px 20px;
  border-radius: 10px;
  color: var(--main);
  text-transform: capitalize;
 
  font-weight: 500;
  /*! letter-spacing: 0.4px; */
  text-decoration-thickness: auto;
  text-decoration-thickness: 2px;
  margin: 0;
  white-space: nowrap;
  font-size: 0.9rem;
}
 
.card-body h4 {
  letter-spacing: 0px;
  color: var(--black);
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.20rem;
}
.card-body h4 a{  color: var(--black);}
.card_preview {
  margin-bottom: 15px;
}
.card_preview h4{font-size:1.20rem;}
.card_preview ul {
  padding: 0;
  margin: 0px;
  list-style: none
} 

.card_preview:last-child {
  margin-bottom: 0
} 

.card_preview:last-child ul {
  margin: 0
}

.card_preview ul li {

  /*! color: var(--main); */
  margin-bottom: 0
}
.card_preview p{margin-bottom:10px;color: var(--black);}
.card_preview p i{color:var(--gray);/*! opacity: 0.6; */}
 
.dd_none {
  display: none;
} 
 
.modal-header {
  padding: 0.65rem 1rem;
  color: var(--main)
} 

.modal-footer {
  align-items: center;
  justify-content: center;
}

.modal label {
 font-weight: 600;
  color: var(--black);
  margin-bottom: 6px;
}

.form-check label {

  font-weight: 400;
  color: var(--black);
  margin-bottom: 0px;
}

.form-check-label {

  font-weight: 400 !important;
  color: var(--black);
  margin-bottom: 0px;
}

.modal h5 {
  margin-top: 0;
  margin-bottom: .0rem;
  font-weight: 600;
}

.form-label {
  
  font-weight: 400 !important;
}

.form-control {
  height: 44px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  color: var(--main);
  transition: all .2s ease-in;
  border-radius: 4px;
  font-weight: 400;
  background-color: #fff;
}

textarea.form-control {
  height: 90px;
}

select.form-control {
  color: #666;
}

tbody,
td,
tfoot,
th,
thead,
tr {

}

.btn_lg {
  height: 44px;
  line-height: 30px;
  border-radius: 4px;
}

.modal .accordion-button {
  padding: 0.5rem 1.25rem;
}

.modal .accordion-item {
  border: 0px solid rgba(0, 0, 0, .125);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.modal .accordion-item label {
  width: 100%;
  font-weight: 400;
}

.accordion-item .form-check-input {
  margin-right: 4px;
}

.modal .accordion-body {
  border: 1px solid #eee;
}

.modal .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #333
}

.f-18 {
  /*! font-size: 18px !important; */
  /*! font-weight: 600 !important; */
}

.cold_grey {
  color: var(--black) !important
}


.profile-pic {
  width: auto; 
  max-height: 120px;
  display: inline-block;
}
 
.file-upload {
  display: none;
}
 
.circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border: 3px solid #dee0e3;
  background: #fff;
}

.p-image {
  position: absolute;
  top: 93px;
  right: 8px;

  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
} 

.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
   font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #4640de;border:1px solid #dee0e3; 
  border-radius: 4px;
  padding: 4px;
}

.upload-button:hover {
    color: #4640de;
  cursor: pointer;
  background: #fff; border:1px solid #4640de;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);

}

.bgmain {
  /*! background-color: var(--main) !important; */
  /*! border: 0px; */
}
 
.saddow_box {
  background-color: #f0f6fd;
  position: relative;
  border-radius: 4px;
  border: 1px solid #d9e0e6;
  padding: 20px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.12);
  margin: 20px 0;
}

.f-20 {
  font-size: 21px !important
}

.bgmain .card-header {
  /*! border-bottom: 1px solid #625de1; */
}

.col-white {
  color: #fff !important
}

.col-red {
  color: var(--bs-red)
}

.col-black {
  color: var(--black) !important
}

.col-blue {
  color: var(--main) !important
}

.col-grey {
  color: #718fb3
}

.progress {
  margin: 1px 0 15px;
  display: flex;
  height: 10px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 4px;
  border: 1px solid #e9ecef;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #19d069;
}

.sidebar .small {
  float: right;
  opacity: 0.4
}

.sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0rem;
  padding-right: 0rem;
}

.sidebar li .submenu a {
  list-style: none;
  padding-left: 30px;
  font-weight: 400;
} 

.col_danger {
  color: #ff6000 !important
}
.opacity_6 {
  opacity: 0.35;
  width: 90px;
}
.btn-primary {
  color: #fff;
  background-color: var(--main);
  border-color: var(--main);
}

.form-check-input:checked {
  background-color: var(--main);
  border-color: var(--main);
}

.btn-outline-primary {
  color: var(--main);
  border-color: var(--main);
}

a {
  color: var(--main);
}

.Join_main .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--main);
  background-color: transparent;
  border-bottom: 5px solid #504bdf;
}

.Join_main .nav-pills .nav-link {
  margin: 0 0 0 0px;
  border-bottom: 5px solid #eee;
}

#filter-widget {
  display: block
}

.show-filter-button-class {
  display: none
}

.filter_cetogry_main h2 {
  margin: 3px 0;
  color: var(--black);

  font-weight: 600;
}

.filter_cetogry_main h3 {
  color: var(--black);
}

.filter_cetogry_main h3 span {
  color: var(--black);
}

@media screen and (max-width:991px) {
  #filter-widget {
    display: none;
    width: 100%;
    max-width: 480px;
    z-index: 9;
    position: absolute;
    animation: fadeInLeftBig;
    animation-duration: 0s;
    animation-duration: 0.4s;
  }

  .show-filter-button-class {
    display: block
  }

  .flt_left {
    float: left;
    /*! padding: 10px; */
    font-size: 16px;
  }

}

@media screen and (max-width:767px) {
  .flt_left {
    /*! padding: 10px; */
   
  }
}

@media screen and (max-width:540px) {
  #filter-widget {
    max-width: 300px;
  } 

  .bgmain .card-body .d-flex {
    display: block !important;
  }

  .bgmain .me-4 {
    margin-left: 0
  }

  .bgmain .sortname {
    width: 90px;
  }

  .card-header h3 {
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  } 
}

.bd .posted-by span {
  color: var(--black) !important;
}

.bd .posted-by .gre {
  color: #999 !important;
}

 .bd h3 {
  color: var(--black) !important;
}

.col-orange {
  color: #ffb300 !important
}

.accordion-button .top {
  width: 100%
}

.accordion-item .jd_main {
  margin-top: 0px;
}

.accordion-item .jd_main .header_job {
  padding-bottom: 24px;
}

.apl_sent {
  background: #d7f2e3;
  font-size: 11px;
  color: #039142;
  padding: 3px 7px;
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.progress-nav {
  display: flex;
  align-items: center;
  list-style: none;
  max-width: 850px;
  margin: 20px auto 50px;
}

.progress-nav li {
  display: block;
  width: 25%;
  height: 4px;
  background-color: #4cb743;
  line-height: 1.2;
  color: #4cb743;
  position: relative
}

.progress-nav li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 14px;
  height: 14px;
  margin: auto;
  background-color: #4cb743;
  color: #fff;
  background-image: url("https://brand.workingsolutions.com/components/images/check-solid-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 8px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: 0;
  left: 0
}

.progress-nav li.active {
  background-color: #b4b4b4;
  color: #b4b4b4
}

.progress-nav li.active:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 4px solid #b4b4b4;
  top: -7px
}

.progress-nav li.active~li {
  background-color: #b4b3b3;
  color: #b4b3b3
}

.progress-nav li.active~li:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #b4b4b4;
  top: -4px;
  background-image: none
}

.progress-nav li a {
  color: currentColor;

  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 22px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 10px;
}

@media(min-width: 767px) {
  .progress-nav li {
    height: 7px
  }

  .progress-nav li:before {
    width: 25px;
    height: 25px;
    top: -9px;
    background-size: 60%;
    font-size: 15px
  }

  .progress-nav li.active:before {
    width: 32px;
    height: 32px;
    border-width: 8px;
    top: -11px
  }

  .progress-nav li.active~li:before {
    width: 22px;
    height: 22px;
    top: -7px
  }

  .fs10 {
    font-size: 10px;
    color: #b4b3b3
  }
}

.col-green{color:#039142}.mt-20 li{list-style:none!important}.mt-20 p{margin:0;/*! line-height:22px; */color:#333;/*! font-weight:400 */}.infosec{color:#222;display:-webkit-box;display:-ms-flexbox;display:flex;margin:6px 0}.percNum{font-size:22px;font-weight:500;line-height:20px;margin-top:5px}.infosec .text{line-height:18px;font-weight:400;font-size:13px;color:#333}.infosec ul{-webkit-overflow-scrolling:touch;margin:0;padding:0}.mt-20 sub,.mt-20 sup{font-size:.5em;line-height:0}.mt-20{padding:0!important;margin-bottom:0!important}.infosec ul li{display:inline-block;font-weight:400;color:#777;font-size:13px;margin-right:10px;list-style:none;padding-right:10px;border-right:1px solid #eee}.accordion-collapse .job_descD a{font-size:13px}.hideview{display:none}.datashow{display:none}.step_ing .post-review span{position:absolute;left:5px;top:0;z-index:0;font-size:58px;line-height:58px;letter-spacing:-6px;color:#f5f6ff;font-weight:600;opacity:1;-webkit-transition:.3s;transition:.3s;pointer-events:none}.post-review{position:relative}.fa-2x{font-size:20px;color:#777}.bdr-right{border-right:1px solid #eee}.profile-menu .dropdown-menu{right:0;left:unset;width:240px;padding-bottom:0}.profile-menu .fa-fw{margin-right:10px}.nav-item,.nav_icon ul li{position:relative}.nav-item .badge,.nav_icon ul li .badge{display:flex;justify-content:center;align-items:center;position:absolute;top:10px;right:5px;min-width:22px;height:22px;border-radius:20px;background-color:#1f1ffa;color:#fff;font-size:10px;border:2px solid #fff}.sign_img__icon .badge{top:-6px;right:-6px}
.profile__img_bg,.profile__img_meter{fill:none;stroke-width:6px}
.Left__Side__profile{display:-webkit-box;display:-ms-flexbox;display:flex;/*! font-size:14px; */margin-left:-12px;position:relative}
.Left__Side__profile p{/*! font-size:16px; *//*! line-height:18px */}
.Left__Side__profile img{border-radius:50%;height:64px;margin-left:-78px;margin-top:-2px;overflow:hidden;position:absolute;width:64px}
.profile__img_svg{height:82px;margin-top:-10px;width:90px}
.profile__img_meter{stroke-dasharray:360;stroke-dashoffset:360;stroke-linecap:round;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.profile__img__percentage{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e8f9f6;border:2px solid #fff;border-radius:30px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#18c1a3;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:11px;font-weight:600;height:22px;justify-content:center;margin-left:28px;top:54px;position:absolute;width:40px;z-index:33}
.btn-group .dropdown-menu::before,.dropdown-toggle::after{display:none}
 /* ===================================
      messages
====================================== */
.messages-page{height:75.5vh;}.messages-page__header{display:flex;justify-content:space-between;align-items:center} .messages-page__title{color:#333;font-weight:600;font-size:1.65rem;}.messages-page__list{list-style:none;flex-grow:1;overflow-y:auto;scrollbar-width:thin;overflow-x:hidden}.messages-page__list::-webkit-scrollbar{width:6px}.messages-page__list::-webkit-scrollbar-track{background:#f7f7f7}.messages-page__list::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:0}.messages-page__list-scroll{height:100%;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between}
.custom-form{color:#333;padding:1.5rem;border-radius:13px}.custom-form__search-wrapper,.custom-form__send-wrapper{width:100%;height:100%;position:relative}.custom-form__search-wrapper input::-moz-placeholder,.custom-form__send-wrapper input::-moz-placeholder{color:#9b9b9b;font-size:.9rem}.custom-form__search-wrapper input:-ms-input-placeholder,.custom-form__send-wrapper input:-ms-input-placeholder{color:#9b9b9b;font-size:.9rem}.custom-form__search-wrapper input::placeholder,.custom-form__send-wrapper input::placeholder{color:#9b9b9b;font-size:.9rem}.custom-form__search-wrapper input:focus,.custom-form__send-wrapper input:focus{outline:none;box-shadow:none}.custom-form__search-wrapper input{padding-right:3rem;background-color:#f2f2f2;border:1px solid #fff}.custom-form__search-wrapper input:-moz-placeholder-shown{background-color:#f2f2f2;border:1px solid #fff}.custom-form__search-wrapper input:-ms-input-placeholder{background-color:#f2f2f2;border:1px solid #fff}.custom-form__search-wrapper input:placeholder-shown{background-color:#f2f2f2;border:1px solid #fff}.custom-form__search-wrapper input:focus{background-color:#fff;border-color:#e8e7e7;color:#666}.custom-form__send-wrapper input{padding-right:6rem;padding-left:1.25rem;background-color:#f2f2f2;border:none}.custom-form__send-wrapper input:focus{background-color:#f2f2f2;border-color:transparent;color:#666}.custom-form__search-submit{position:absolute;top:0;right:0;height:100%;width:3.5rem;cursor:pointer;background-color:transparent;border:none;outline:none;display:flex;justify-content:center;align-items:center;color:#ccc;font-size:24px}.custom-form__search-submit:focus{outline:none;border:none}.custom-form__send-submit{position:absolute;top:50%;right:4px;transform:translateY(-50%);height:42px;width:42px;display:flex;justify-content:center;align-items:center;background-color:#4640de;border-radius:42px;border:none;outline:none;text-align:center;color:#fff}.custom-form__send-submit:focus{outline:none;border:none}.custom-form__send-submit:hover{background-color:#4640de}
.messaging-member{border-radius:8px;margin:1px 0}.messaging-member:hover{background-color:#f7f7f7}.messaging-member--new .messaging-member__name{color:#333}.messaging-member--new .messaging-member__message{color:#777}.messaging-member--online .user-status{background-color:#7bc9aa}.messaging-member--active{background-color:#e8f3ff}.messaging-member--active:hover{background-color:#e8f3ff}
@media screen and (max-width:992px){.messaging-member--active:hover{background-color:#f7f7f7}}
.messaging-member__wrapper{cursor:pointer;padding:.5rem .75rem;border-radius:13px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:start;overflow:hidden}.messaging-member__avatar{position:relative;margin-right:8px}.messaging-member__avatar img{border-radius:50%;width:42px;height:42px}.messaging-member__name{font-weight:500;color:#333;/*! font-size:14px; */line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.messaging-member__message{white-space:nowrap;word-break:break-word;text-overflow:ellipsis;overflow:hidden;font-weight:400;font-size:0.95rem;width:100%;color:#777;float:left;-webkit-line-clamp:1;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}
.chat{height:87%;}.chat__container{height:100%;width:100%}.chat__wrapper{background-color:#fff;height:100%;width:100%;border-left:1px solid #e8e7e7;border-right:1px solid #e8e7e7;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between;border-top: 1px solid #e8e7e7;}.chat__messaging{width:100%;border-bottom:1px solid #e8e7e7;display:flex;justify-content:space-between;align-items:center}.chat__previous{width:8%;min-width:2rem;height:100%;display:flex;justify-content:center;align-items:center;font-size:1.7rem;cursor:pointer;color:#4640de}.chat__notification{width:4%;min-width:1.5rem}.chat__notification span{display:none;width:1.4rem;height:1.4rem;text-align:center;border-radius:50%;font-weight:600;color:#fff;background-color:#4640de;font-size:.9rem}.chat__notification--new span{display:block}.chat__infos{flex-grow:1}.chat__content{flex-grow:1;overflow-y:auto;scrollbar-width:thin;overflow-x:hidden}.chat__content::-webkit-scrollbar{width:6px}.chat__content::-webkit-scrollbar-track{background:#f7f7f7}.chat__content::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:0} .chat__list-messages{list-style:none;display:flex;flex-direction:column;justify-content:flex-start;/*! font-size: 98%; */}.chat__list-messages li{margin-bottom:.7rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start} .chat__list-messages li .chat__bubble{margin-bottom:.2rem}.chat__bubble{position:relative;color:#333;padding:.5rem 1rem;border-radius:20px;background-color:#fff;max-width:30rem;/*! font-size:14px; *//*! line-height:20px; */overflow:hidden;overflow-wrap:break-word;word-break:break-word}.chat__bubble--you{margin-right:2rem;color:#333;background-color:#eef6ff}.chat__bubble--me{margin-left:2rem;background-color:#f6f6f6;align-self:flex-end}.chat__time{/*! font-size:.8rem; */color:#9b9b9b;align-self:center;padding-bottom:.2rem;}.chat__send-container{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee}.chat-member__wrapper{width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center}.chat-member__avatar{position:relative;width:42px}.chat-member__avatar img{border-radius:50%;width:100%;height:42px}.chat-member__name{font-weight:700;color:#333;margin-top:auto;white-space:nowrap;word-break:break-all;text-overflow:ellipsis;overflow:hidden;/*! font-size:16px; */}.chat-member__details{margin-left:8px;display:flex;justify-content:center;flex-direction:column}.chat-member__age{font-size:.9rem;color:#9b9b9b;position:relative}.chat-member__age::after{content:" . ";font-size:0;position:absolute;top:50%;right:-4px;width:3px;height:3px;background-color:#9b9b9b;border-radius:50%}.chat-member__status{color:#9b9b9b;font-size:0.9rem;}.chat__profile{width:100%;height:100%;max-width:20rem}.chat--mobile{position:fixed;top:0;left:0;z-index:10001;transform:translateY(100%);display:none;transition:transform .3s ease-in-out .1s}.chat--mobile .chat__wrapper{border-radius:0}.chat--mobile.chat--show{display:block;transform:translateY(0%);border-radius:0}.user-status{position:absolute;left:30px;top:30px;width:12px;height:12px;background-color:#9b9b9b;border:2px solid #fff;border-radius:50%}.user-status--online{background-color:#7bc9aa} 
.snav__main{position:sticky;top:64px;height:auto;border-top:1px solid #eee}.snav__main .chat__wrapper{height:calc(100vh - 64px)}
.auto_hgt{height:auto}

  
.messages-page__list .jd_main{margin-top:0px;margin-bottom: 5px;}
.none_saddow{-webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .0)!important;box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .0)!important;}
.switches-container{width:100%;position:relative;display:flex;padding:0;position:relative;background:var(--main);line-height:38px;border-radius:24px;max-width:300px;margin:-20px auto 18px}
.switches-container input{visibility:hidden;position:absolute;top:0}
 .switches-container label{width:50%;padding:0;margin:0;text-align:center;cursor:pointer;color:#cecdfb;/*! font-size:15px */}
.switch-wrapper{position:absolute;top:0;bottom:0;width:50%;padding:.15rem;z-index:3;transition:transform .5s cubic-bezier(0.77,0,0.175,1)}
  .jd_main .active{border:1px solid var(--main)!important}
  .bdr_flt_N{border-left:0px solid #fff}
  /* switch box highlighter */
  .switch {border-radius:3rem;background: var(--white);height:100%;}
  .messages-page__list .header_job{border:1px solid #fff;margin-bottom:5px!important;cursor: pointer;}
 .messages-page__list .header_job:hover{border:1px solid var(--main)!important;}
 .switch div {width:100%;text-align:center;opacity:0;display:block;color:var(--main);transition:opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;will-change:opacity; position:absolute;top:0;left:0;/*! font-size:15px; */} 
   /* slide the switch box from right to left */
  .switches-container input:nth-of-type(1):checked ~ .switch-wrapper {transform: translateX(0%); }
  .switches-container input:nth-of-type(2):checked ~ .switch-wrapper {transform: translateX(100%);}  
  .switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {opacity: 1;}
  .switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {opacity: 1;}
  .card .jd_main .header_job{background-color:#fff;border-radius:0;padding:20px;/*! padding-bottom:15px; */border-right:1px solid #eee;-webkit-box-shadow:0 2px 7px 1px rgba(98,98,98,.00);box-shadow:0 2px 7px 1px rgba(98,98,98,.00);margin:0}
  .sc-gauge{width:200px;margin:40px auto 0;position:relative}
  .sc-background{position:relative;height:100px;margin-bottom:1px;background-color:#18c1a3;border-radius:150px 150px 0 0;overflow:hidden;text-align:center}
  .sc-mask{position:absolute;top:20px;right:20px;left:20px;height:80px;background-color:#fff;border-radius:150px 150px 0 0}
  .sc-percentage{position:absolute;top:100px;left:-200%;width:400%;height:400%;margin-left:100px}
  .sc-percentage-a{transform:rotate(130deg);transform-origin:top center;background-color:#ffe650}
  .sc-percentage-b{transform:rotate(55deg);transform-origin:top center;background-color:#e06950}
  .sc-value{position:absolute;top:50px;left:0;width:100%;font-size:31px;font-weight:600;color:#ffe650}
  .sc-low{position:absolute;top:25px;left:-15px;font-size:12px;font-weight:600;color:gray;transform:rotate(-55deg)}
  .sc-med{position:absolute;top:-20px;left:44%;font-size:12px;font-weight:600;color:gray}
  .sc-high{position:absolute;top:37px;right:-17px;font-size:12px;font-weight:600;color:gray;transform:rotate(65deg)}
  .sc-hr{background:#ddd;height:1px}
  .sc-arrow{background:#6d6d70;height:2px;transform:rotate(90deg);width:51px;left:77px;position:absolute;top:25px}
  .sc-title{margin-top:10px;width:100%;font-size:14px;font-weight:600;color:gray}
  .sc-gauge p{/*! font-size:14px; *//*! margin-bottom:0; */font-weight:400;line-height:18px;color:gray;}
  .activity_level{margin-top:20px}.levelText{/*! font-size:14px; */color:#999;font-weight:600}
  .levelContainer .iconWrap{width:25px;display:inline-block}.levelContainer .levels{display:inline-block;/*! font-size:14px; */color:#333}
  .levelContainer .levels .link{/*! font-size:13px; */color:#4640de;font-size: 92%;}.levelContainer .noLink{/*! font-size:14px; */color:#999;font-size: 95%;}
  .levelContainer .level1{margin-top:10px;display:flex;align-items:top;justify-content:start}.levelContainer i{color:#18c1a3}
  .card_preview h4{font-size:1.0rem;}
@media screen and (max-width: 1199px) {
  .chat-member__name {
      
  } 
  .auto_hgt {
    height: 100%;
  } 
  .snav__main {
    height: 100%;
  }
} 
@media screen and (max-width:992px) {
   .container {
    max-width: 100%;
  }
  .switches-container {
    margin-top:15px; margin-bottom:5px;}
  .messages-page__list-scroll {
    border-left:0px solid #eee;
  }

  .trendingjob_links {display: none;}
  .locate_ico {
    height: 46px;
    line-height: 45px;
  }
  .job-search-form .submit-btn .btn { height: 48px; max-width: 100%;}
  .form-floating > label {padding: 0.75rem .75rem;}
  .form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.0rem + 2px);}
  .chat__wrapper {
      border-left: none;
      border-right: none;
  }
  .snav__main .chat__wrapper {
    height: calc(100vh - 0px);
  }
  .messaging-member {
      margin: 1px 10px;
  }
}

.notification {
  position: absolute;
  top: 2.5rem;
  line-height: 1.5;
  color: #27303d;
  width: 20rem!important;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}



.notification .notification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-grid;
  display: grid;
  padding: 0.65rem 0!important;
  border-bottom: 1px solid #eee; cursor: pointer;
}
 
#heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-grid;
  display: grid;
  padding: 0.5rem 1rem;
  border-bottom: 0.01rem solid #eee;
} 

 .notification-link {
  position: absolute;
  /*! margin: 0.4rem 0; */
} 

.heading-left, .img-left {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0 1rem 0 0;
}

.heading-left, .user-content {
  grid-column: span 9;
  width: 13.5rem;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.heading-right, .img-left {
  grid-column: auto;
} 

.heading-right, .user-content {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 90%;
}
  
.heading-right {
  width: 2.5rem;
}

.img-left {
  width: 3rem;
}
.notification-list{padding:0em 0.75em !important;    overflow-y: auto;scrollbar-width:thin;
  overflow-x: hidden;
max-height: 340px; display:block !important;
} 
.notification-list::-webkit-scrollbar {
  width:6px; 
}
.notification-item:hover .user-info{color:var(--main);}
.notification-list::-webkit-scrollbar-track {
  background: #f7f7f7;
}
 
.notification-list::-webkit-scrollbar-thumb {
  background-color:#aaa; 
  border-radius:0px; 
} 
.user-photo {
  display: inline-block;
  vertical-align: middle;
  height: 3rem;
  width: 3rem;
  margin: 0 0.5rem 0 0;
  border-radius: 50%;
  max-width: 100%;
}
 
.notification p.user-info {
  margin: 0.15rem 0 0;
  line-height: 18px;
  color: #121f3e;
} 
.notification p.time {
  margin: 0;
  color: #9da4ae;
}

.notification span.name {
  font-weight: 500;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
  list-style: none;
  padding: 0;
}
.sessions h4{font-size:1.0rem;margin: 0px;}
.sessions li {
  list-style: none;
  padding: 0;
} 

.sessions li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #abaaed;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}

.sessions li:last-child {
  border: 0px;
  padding-bottom: 0;
}

.sessions li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #4e5ed3;
  box-shadow: 3px 3px 0px #bab5f8;
  box-shadow: 3px 3px 0px #bab5f8;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}

.sessions li p {
  margin: 0px;  
  color: #5a5a5a;
}


.sessions .time {
  color: var(--gray); font-size:0.85rem;
  font-weight:500;                                  
}
.drawer_head{background:#153379;}.drawer_head p{color:#fff;}
.menu_drawer-btn { background-color: #153379; border-radius: 50%; box-shadow: 0 2px 8px rgba(0, 0, 0, .16); cursor: pointer; height: 56px; right: 24px; position: fixed; bottom: 24px;width: 56px; top: auto;z-index: 999999;} 
.menu_drawer { font-size:90%; bottom: 90px;background-color: #f0f6fd;right: 0;margin: 0;padding:0px;position: fixed;overflow: hidden;top: auto;width:100%;max-width:340px;transform: translate3d(100%, 0, 0); transition: transform .2s linear;height:auto;border-radius:8px;-webkit-box-shadow: -1px 4px 5px -6px rgba(0,0,0,0.79); -moz-box-shadow: -1px 4px 5px -6px rgba(0,0,0,0.79);box-shadow: -1px 4px 5px -6px rgba(0,0,0,0.79);border: 1px solid rgba(0,0,0,.125);color:var(--black);}  
 .progress.active .progress-bar, .progress-bar.active {-webkit-animation: progress-bar-stripes 2s linear infinite;-o-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite;}
.menu_drawer .progress {-webkit-border-radius: 8px;-moz-border-radius: 8px;-ms-border-radius: 8px;border-radius:8px;background: #fff;}  
.menu_drawer-btn li { background-color: #ffffff; bottom: 0; height: 2px; left: 0; margin: auto; position: absolute; right: 0;width:24px;list-style:none;top: 0; transition: all .3s ease-in-out;}  
.menu_drawer-btn li:first-child {transform: translate3d(0, -8px, 0);}
.menu_drawer-btn li:last-child {transform: translate3d(0, 8px, 0);}
.menu_drawer-btn--on li:first-child {transform: rotate(135deg) translate3d(0, 0, 0);}
.menu_drawer-btn--on li:last-child {transform: rotate(-135deg) translate3d(0, 0, 0);}
.menu_drawer-btn--on li:nth-child(2) {opacity: 0;}
.menu_drawer--open {transform: translate3d(0, 0, 0); right:15px;}.menu_drawer--open h3{color: #fff;margin-bottom:8px;}
.menu_drawer--open h5{font-size:1.05rem;}
.menu_drawer--open ul{margin-bottom: .5rem;}
.menu_drawer--open p{font-size:14px;line-height:19px;margin-bottom: 10px;}
.menu_drawer--open  li.strick:hover{ color:var(--black); text-decoration:none;padding-left:2.0rem;}
.menu_drawer--open li{list-style:none;font-size: 14px;/*! margin: 2px 0; */font-weight:400; padding-left:2rem;cursor: pointer;}
.menu_drawer--open li:hover{text-decoration: underline; color:var(--main);padding-left:2.5rem;}

.menu_drawer--open li:before { content: "→"; display: inline-block; margin-left: -1.3em;  width: 1.3em; font-weight:bold; font-size:16px;color: #153379;}
.menu_drawer--open li.strick:before { content: "\f046"; color:#02b502; font-family: FontAwesome;}
.full_model{max-width: 100%;margin-top: 0;}
        .full_model .modal-content{border-radius:0px;}
        .full_model .bgmain { background-color: #f0f6fd; box-shadow:none; border-bottom:1px solid #eee;}
        .full_model h2{padding-left: 4rem;padding-top: 1.0rem;padding-bottom: 0.75rem;}
/* Styling */ 
.timeline {
  margin: 4em auto;
  position: relative;
  max-width: 46em; list-style: none;
}
.timeline:before {
  background-color: #96a0b5;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%;
}

.timeline-event {
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: var(--main);
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 var(--main);
  -webkit-box-shadow: inset 40em 0 0 0 var(--main);
  box-shadow: inset 40em 0 0 0 var(--main);
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width:100%; padding-bottom:0px
}

.timeline-event-copy h4 {
  font-size: 1.2em; color:var(--black);
  margin-bottom: 1.2em;
} 
.timeline-event:hover  h4 {
 color:#fff;
}
.timeline-event-copy strong {
  font-weight:600;color: var(--black);
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom:0em; margin-bottom:5px;
}
.timeline-event-copy h5 {
  padding-bottom:0em; margin-bottom:5px;
}
.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #96a0b5;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
} 

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 0.75em;
  background-color: #f0f6fd;
  -moz-box-shadow: inset 0 0 0 0em var(--main);
  -webkit-box-shadow: inset 0 0 0 0em var(--main);
  box-shadow: inset 0 0 0 0em var(--main);
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;border-radius: 4px;
  color: black;
}
 
.pagination_main {
	background: #fff;
	padding: 15px;
	border-radius: 6px; 
	-webkit-box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
	box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
}

.pagination_main .pagination { 
	margin: 0;
	justify-content: center;
}

.pagination_main .pagination .page-link {
	border: none;
  font-size:0.95rem;
  color: var(--gray);
  border-radius:5px;
}

.pagination_main .page-item.active .page-link {  
	color: #fff !important;
}.accordion-item {border-radius:.25rem; border:1px solid #edecfc}
.accordion-item:not(:first-of-type) {border-top:1px solid #edecfc;}
.accordion-item h3 a{color: var(--black)!important;}
.accordion-item h3:hover a{color: var(--main)!important;}
.accordion-item a:hover{color: var(--main)!important;}
.top .accordion-button:not(.collapsed) {color:var(--main);  background-color:transprent;box-shadow:inset 0 -1px 0 rgba(0,0,0,.000);}
.top .accordion-button { width:auto; padding:0;}
.top .accordion-button::after {background-size:24px;background-repeat:no-repeat;cursor:pointer;background-position:center;border:1px solid #f8f8f8;border-radius:5px;height:54px;width:54px;margin-left:5px;}
.messages-page__search{border-bottom:1px solid #eee}
.messages-page__search{border-right:1px solid #eee}

.progress-nav li a {
  font-size: 12px;
}
.select_role_main{
  padding: 0;
}

.select_role_main li{
   list-style: none;
   display: inline-block;
   margin: 0 6px 10px 0;
}

.select_role_main li .btn.btn-outline-primary {
 font-size:0.90rem;
 font-weight: 600;
 border-radius: 50px;
 padding-left: 24px;  
 border-color: var(--gray);
 color: var(--gray);
 background-image: url(../images/plus.png); 
 background-size: 8px;
 background-repeat: no-repeat;
 background-position: 10px 13px;
}

.select_role_main li .btn-outline-primary:hover {
 color: var(--main)!important;
 background-color: #e3e3ff;
 border-color: #c7c7f9 !important;
}
.select_role_main li .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, 
btn-outline-primary.dropdown-toggle.show {
 color: var(--main)!important;
 background-color: #e3e3ff!important;
 border-color: #c7c7f9 !important;
 background-image: url(../images/close_arrow.png)!important;
 background-size: 10px;
 background-repeat: no-repeat;
 background-position: 9px 11px;
}
.btn.save_btn {
 background: var(--main);
 color: #fff;
 padding: 10px 20px;

 font-weight: 600;
 letter-spacing: 0.5px;
}
.selected_role_box {
 padding: 15px;
 background: var(--light-bg);
 border-radius: 5px;
 border: 1px solid #e6f0fd;
 margin: 0 0 10px 0; 
 display: flex;
 align-items: center;
 justify-content: space-between;
} 
.selected_role_box h6 { 
 margin: 0 0 5px 0; 
}

.sector_blank_area{padding:12px 0;margin-bottom:10px; border-top: 1px solid #e6f0fd;border-bottom: 1px solid #e6f0fd;}
.sector_prev .selected_role_box{ 
 background:#fff;
}
.S_items span{
 display:inline-block;
 color:var(--main);
 font-size:0.95rem;
 font-weight: 600;
 padding: 3px 13px;
 background: #eff2f8;
 margin: 0 0 4px 0; 
 border-radius: 40px;
}
.add_btn {
 display: inline-block;
 margin: 5px 0 13px 0;
 padding: 5px 14px;
 border: 1px solid var(--main);
 border-radius: 4px;
 
 font-weight: 600;
}
.edt_delt_bx {width:60px;text-align: right;}

@media screen and (max-width:992px) {
  .messages-page {height:85.5vh;}
  .chat {height:100%;}
  .d_none_head{display:none} 
}
@media screen and (max-width: 600px) {
  .sessions .time {margin-bottom:0.3rem; }
  
}

.show--pass {
  position: absolute;
  top: 20%;
  right: 0;
 height: 34px;
  line-height: 35px;
  width: 35px;
  z-index: 999;
  cursor: pointer;
  color: var(--main);
}


.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
}

    .plans .plan .plan-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #e1e2e7;
        border-radius: 10px;
        -webkit-transition: -webkit-box-shadow 0.4s;
        transition: -webkit-box-shadow 0.4s;
        -o-transition: box-shadow 0.4s;
        transition: box-shadow 0.4s;
        transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
        position: relative;
    }

        .plans .plan .plan-content img {
            margin-right: 10px;
            height: 72px;
        }

    .plans .plan .plan-details span {
        margin-bottom: 4px;
        display: block;
        font-size: 14px;
        line-height: 18px;
        color: #252f42;
    }

.plans .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid var(--white);
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked + .plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
    .plans {
        /*! margin: 0 20px; */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
         padding: 20px; 
        text-align: center;
    }

        .plans .plan {
            width: 100%;
        }

    .plan.complete-plan {
        margin-top: 20px;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%; 
    }

    .plans .plan .plan-content {
        padding: 20px; 
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}
.accordion .seemorelikejob{margin-left:5px;}
.btn_hover{display:none;}
.card:hover .btn_hover{display:inline;}
.indv h5 .indv_btn_hover{display:none;}
.indv p .indv_btn_hover{display:none;}
.indv p i{width:20px;}
.indv h5:hover .indv_btn_hover{display:inline;}
.indv p:hover .indv_btn_hover{display:inline;}
.col-green{color:#02b502!important} .font-bold{font-weight:600;} .text-right{text-align:right;}
.card .selected_role_box  hr {
  background-color: #e6f0fd;
  opacity: 1;
}

.filter_type_item {
	padding: 15px;
	border-bottom: 1px solid #d7d7d7;
	max-height: 240px;
	overflow: hidden; 
	scrollbar-width: thin; 
}   

.filter_type_item:hover {overflow:auto;}
.filter_type_item::-webkit-scrollbar {width: 12px;}
.filter_type_item::-webkit-scrollbar-track {background: #f1eee9;}
.filter_type_item::-webkit-scrollbar-thumb {background-color: #c3bdbd;border-radius: 20px;border: 3px solid #f1eee9;}







/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
	.contant_box_404{ margin-top:-50px;}






  
  .container-err {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: white;
    color: black;
    font-family: arial, sans-serif;
    overflow: hidden;
  }
  
  .content {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 20px;
    background: white;
    padding: 60px 40px;
    text-align: center;
    box-shadow: -10px 10px 67px -12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: apparition 0.8s 1.2s cubic-bezier(0.39, 0.575, 0.28, 0.995) forwards;
  }
  .content p {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 0.6rem;
    letter-spacing: 0.1rem;
    color: #595959;
  }
  .content p:last-child {
    margin-bottom: 0;
  }
  .content button {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    border: 3px solid #595959;
    background: transparent;
    font-size: 1rem;
    color: #595959;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
  }
  
  .particle {
    position: absolute;
    display: block;
    pointer-events: none;
  }
  .particle:nth-child(1) {
    top: 35.3374233129%;
    left: 94.5812807882%;
    font-size: 15px;
    filter: blur(0.02px);
    animation: 28s floatReverse2 infinite;
  }
  .particle:nth-child(2) {
    top: 91.6767189385%;
    left: 58.3090379009%;
    font-size: 29px;
    filter: blur(0.04px);
    animation: 28s floatReverse infinite;
  }
  .particle:nth-child(3) {
    top: 61.6136919315%;
    left: 49.115913556%;
    font-size: 18px;
    filter: blur(0.06px);
    animation: 34s floatReverse infinite;
  }
  .particle:nth-child(4) {
    top: 95.7264957265%;
    left: 27.4779195289%;
    font-size: 19px;
    filter: blur(0.08px);
    animation: 30s float2 infinite;
  }
  .particle:nth-child(5) {
    top: 53.5279805353%;
    left: 38.1604696673%;
    font-size: 22px;
    filter: blur(0.1px);
    animation: 30s float infinite;
  }
  .particle:nth-child(6) {
    top: 68.9655172414%;
    left: 32.6086956522%;
    font-size: 12px;
    filter: blur(0.12px);
    animation: 25s float2 infinite;
  }
  .particle:nth-child(7) {
    top: 93.7198067633%;
    left: 22.373540856%;
    font-size: 28px;
    filter: blur(0.14px);
    animation: 40s float infinite;
  }
  .particle:nth-child(8) {
    top: 60.3406326034%;
    left: 93.9334637965%;
    font-size: 22px;
    filter: blur(0.16px);
    animation: 40s floatReverse infinite;
  }
  .particle:nth-child(9) {
    top: 76.4207980653%;
    left: 89.5813047712%;
    font-size: 27px;
    filter: blur(0.18px);
    animation: 38s floatReverse infinite;
  }
  .particle:nth-child(10) {
    top: 63.9606396064%;
    left: 38.4995064166%;
    font-size: 13px;
    filter: blur(0.2px);
    animation: 22s float infinite;
  }
  .particle:nth-child(11) {
    top: 52.5547445255%;
    left: 18.5909980431%;
    font-size: 22px;
    filter: blur(0.22px);
    animation: 37s float2 infinite;
  }
  .particle:nth-child(12) {
    top: 88.8888888889%;
    left: 9.7276264591%;
    font-size: 28px;
    filter: blur(0.24px);
    animation: 29s float infinite;
  }
  .particle:nth-child(13) {
    top: 34.6987951807%;
    left: 86.4077669903%;
    font-size: 30px;
    filter: blur(0.26px);
    animation: 36s floatReverse infinite;
  }
  .particle:nth-child(14) {
    top: 10.6280193237%;
    left: 91.439688716%;
    font-size: 28px;
    filter: blur(0.28px);
    animation: 24s floatReverse infinite;
  }
  .particle:nth-child(15) {
    top: 6.8711656442%;
    left: 13.7931034483%;
    font-size: 15px;
    filter: blur(0.3px);
    animation: 25s float2 infinite;
  }
  .particle:nth-child(16) {
    top: 70.5018359853%;
    left: 91.4454277286%;
    font-size: 17px;
    filter: blur(0.32px);
    animation: 26s float2 infinite;
  }
  .particle:nth-child(17) {
    top: 54.501216545%;
    left: 71.4285714286%;
    font-size: 22px;
    filter: blur(0.34px);
    animation: 36s floatReverse infinite;
  }
  .particle:nth-child(18) {
    top: 82.1256038647%;
    left: 35.9922178988%;
    font-size: 28px;
    filter: blur(0.36px);
    animation: 27s float2 infinite;
  }
  .particle:nth-child(19) {
    top: 75.3056234719%;
    left: 77.6031434185%;
    font-size: 18px;
    filter: blur(0.38px);
    animation: 37s float infinite;
  }
  .particle:nth-child(20) {
    top: 89.4348894349%;
    left: 8.875739645%;
    font-size: 14px;
    filter: blur(0.4px);
    animation: 30s floatReverse infinite;
  }
  .particle:nth-child(21) {
    top: 62.8220858896%;
    left: 80.7881773399%;
    font-size: 15px;
    filter: blur(0.42px);
    animation: 36s float2 infinite;
  }
  .particle:nth-child(22) {
    top: 67.5642594859%;
    left: 60.9636184857%;
    font-size: 17px;
    filter: blur(0.44px);
    animation: 35s float infinite;
  }
  .particle:nth-child(23) {
    top: 9.768009768%;
    left: 26.4965652601%;
    font-size: 19px;
    filter: blur(0.46px);
    animation: 29s floatReverse2 infinite;
  }
  .particle:nth-child(24) {
    top: 64.8648648649%;
    left: 56.2130177515%;
    font-size: 14px;
    filter: blur(0.48px);
    animation: 36s float2 infinite;
  }
  .particle:nth-child(25) {
    top: 75.7687576876%;
    left: 90.8193484699%;
    font-size: 13px;
    filter: blur(0.5px);
    animation: 33s float infinite;
  }
  .particle:nth-child(26) {
    top: 29.3757649939%;
    left: 90.4621435595%;
    font-size: 17px;
    filter: blur(0.52px);
    animation: 33s floatReverse2 infinite;
  }
  .particle:nth-child(27) {
    top: 52.281134402%;
    left: 45.4995054402%;
    font-size: 11px;
    filter: blur(0.54px);
    animation: 33s float infinite;
  }
  .particle:nth-child(28) {
    top: 9.7799511002%;
    left: 30.4518664047%;
    font-size: 18px;
    filter: blur(0.56px);
    animation: 29s float infinite;
  }
  .particle:nth-child(29) {
    top: 41.075794621%;
    left: 37.3280943026%;
    font-size: 18px;
    filter: blur(0.58px);
    animation: 32s floatReverse2 infinite;
  }
  .particle:nth-child(30) {
    top: 74.2168674699%;
    left: 87.3786407767%;
    font-size: 30px;
    filter: blur(0.6px);
    animation: 23s floatReverse2 infinite;
  }
  .particle:nth-child(31) {
    top: 66.1800486618%;
    left: 75.3424657534%;
    font-size: 22px;
    filter: blur(0.62px);
    animation: 29s floatReverse2 infinite;
  }
  .particle:nth-child(32) {
    top: 55.6776556777%;
    left: 20.6084396467%;
    font-size: 19px;
    filter: blur(0.64px);
    animation: 31s float infinite;
  }
  .particle:nth-child(33) {
    top: 78.3555018138%;
    left: 13.6319376826%;
    font-size: 27px;
    filter: blur(0.66px);
    animation: 25s floatReverse infinite;
  }
  .particle:nth-child(34) {
    top: 88.2424242424%;
    left: 10.7317073171%;
    font-size: 25px;
    filter: blur(0.68px);
    animation: 28s floatReverse infinite;
  }
  .particle:nth-child(35) {
    top: 10.6666666667%;
    left: 37.0731707317%;
    font-size: 25px;
    filter: blur(0.7px);
    animation: 36s float2 infinite;
  }
  .particle:nth-child(36) {
    top: 0.9685230024%;
    left: 81.8713450292%;
    font-size: 26px;
    filter: blur(0.72px);
    animation: 40s floatReverse infinite;
  }
  .particle:nth-child(37) {
    top: 37.1638141809%;
    left: 21.6110019646%;
    font-size: 18px;
    filter: blur(0.74px);
    animation: 36s floatReverse2 infinite;
  }
  .particle:nth-child(38) {
    top: 66.1800486618%;
    left: 51.8590998043%;
    font-size: 22px;
    filter: blur(0.76px);
    animation: 35s floatReverse2 infinite;
  }
  .particle:nth-child(39) {
    top: 26.6337854501%;
    left: 50.4451038576%;
    font-size: 11px;
    filter: blur(0.78px);
    animation: 35s floatReverse2 infinite;
  }
  .particle:nth-child(40) {
    top: 70.1583434836%;
    left: 91.0871694417%;
    font-size: 21px;
    filter: blur(0.8px);
    animation: 22s float2 infinite;
  }
  .particle:nth-child(41) {
    top: 29.9155609168%;
    left: 75.8017492711%;
    font-size: 29px;
    filter: blur(0.82px);
    animation: 39s floatReverse2 infinite;
  }
  .particle:nth-child(42) {
    top: 20.4131227217%;
    left: 1.9550342131%;
    font-size: 23px;
    filter: blur(0.84px);
    animation: 22s float2 infinite;
  }
  .particle:nth-child(43) {
    top: 47.8048780488%;
    left: 70.5882352941%;
    font-size: 20px;
    filter: blur(0.86px);
    animation: 30s floatReverse infinite;
  }
  .particle:nth-child(44) {
    top: 95.3316953317%;
    left: 49.3096646943%;
    font-size: 14px;
    filter: blur(0.88px);
    animation: 22s floatReverse infinite;
  }
  .particle:nth-child(45) {
    top: 26.6009852217%;
    left: 85.9683794466%;
    font-size: 12px;
    filter: blur(0.9px);
    animation: 23s float infinite;
  }
  .particle:nth-child(46) {
    top: 43.3497536946%;
    left: 3.95256917%;
    font-size: 12px;
    filter: blur(0.92px);
    animation: 39s float2 infinite;
  }
  .particle:nth-child(47) {
    top: 12.6984126984%;
    left: 92.2473012758%;
    font-size: 19px;
    filter: blur(0.94px);
    animation: 28s floatReverse infinite;
  }
  .particle:nth-child(48) {
    top: 24.154589372%;
    left: 67.1206225681%;
    font-size: 28px;
    filter: blur(0.96px);
    animation: 40s float2 infinite;
  }
  .particle:nth-child(49) {
    top: 90.7521578298%;
    left: 90.0098911968%;
    font-size: 11px;
    filter: blur(0.98px);
    animation: 34s floatReverse2 infinite;
  }
  .particle:nth-child(50) {
    top: 52.7472527473%;
    left: 34.3473994112%;
    font-size: 19px;
    filter: blur(1px);
    animation: 33s float2 infinite;
  }
  .particle:nth-child(51) {
    top: 86.0635696822%;
    left: 2.9469548134%;
    font-size: 18px;
    filter: blur(1.02px);
    animation: 39s floatReverse2 infinite;
  }
  .particle:nth-child(52) {
    top: 95.652173913%;
    left: 47.6653696498%;
    font-size: 28px;
    filter: blur(1.04px);
    animation: 39s floatReverse2 infinite;
  }
  .particle:nth-child(53) {
    top: 68.0437424058%;
    left: 55.7184750733%;
    font-size: 23px;
    filter: blur(1.06px);
    animation: 35s float2 infinite;
  }
  .particle:nth-child(54) {
    top: 28.0871670702%;
    left: 67.2514619883%;
    font-size: 26px;
    filter: blur(1.08px);
    animation: 30s floatReverse2 infinite;
  }
  .particle:nth-child(55) {
    top: 18.6046511628%;
    left: 85.5457227139%;
    font-size: 17px;
    filter: blur(1.1px);
    animation: 27s floatReverse infinite;
  }
  .particle:nth-child(56) {
    top: 10.8508014797%;
    left: 4.9455984174%;
    font-size: 11px;
    filter: blur(1.12px);
    animation: 33s float infinite;
  }
  .particle:nth-child(57) {
    top: 42.4607961399%;
    left: 86.491739553%;
    font-size: 29px;
    filter: blur(1.14px);
    animation: 21s floatReverse2 infinite;
  }
  .particle:nth-child(58) {
    top: 68.5434516524%;
    left: 83.5791543756%;
    font-size: 17px;
    filter: blur(1.16px);
    animation: 28s floatReverse2 infinite;
  }
  .particle:nth-child(59) {
    top: 24.2718446602%;
    left: 67.3828125%;
    font-size: 24px;
    filter: blur(1.18px);
    animation: 29s floatReverse infinite;
  }
  .particle:nth-child(60) {
    top: 67.8787878788%;
    left: 64.3902439024%;
    font-size: 25px;
    filter: blur(1.2px);
    animation: 33s float infinite;
  }
  .particle:nth-child(61) {
    top: 35.3808353808%;
    left: 87.7712031558%;
    font-size: 14px;
    filter: blur(1.22px);
    animation: 24s float2 infinite;
  }
  .particle:nth-child(62) {
    top: 63.1319358816%;
    left: 19.7823936696%;
    font-size: 11px;
    filter: blur(1.24px);
    animation: 39s float infinite;
  }
  .particle:nth-child(63) {
    top: 83.8554216867%;
    left: 51.4563106796%;
    font-size: 30px;
    filter: blur(1.26px);
    animation: 33s floatReverse infinite;
  }
  .particle:nth-child(64) {
    top: 89.1041162228%;
    left: 88.693957115%;
    font-size: 26px;
    filter: blur(1.28px);
    animation: 36s floatReverse2 infinite;
  }
  .particle:nth-child(65) {
    top: 76.8472906404%;
    left: 84.9802371542%;
    font-size: 12px;
    filter: blur(1.3px);
    animation: 21s float2 infinite;
  }
  .particle:nth-child(66) {
    top: 8.8669950739%;
    left: 11.8577075099%;
    font-size: 12px;
    filter: blur(1.32px);
    animation: 38s float2 infinite;
  }
  .particle:nth-child(67) {
    top: 42.2085889571%;
    left: 81.7733990148%;
    font-size: 15px;
    filter: blur(1.34px);
    animation: 34s float2 infinite;
  }
  .particle:nth-child(68) {
    top: 87.2549019608%;
    left: 55.1181102362%;
    font-size: 16px;
    filter: blur(1.36px);
    animation: 34s floatReverse infinite;
  }
  .particle:nth-child(69) {
    top: 43.6893203883%;
    left: 68.359375%;
    font-size: 24px;
    filter: blur(1.38px);
    animation: 23s floatReverse2 infinite;
  }
  .particle:nth-child(70) {
    top: 30.5418719212%;
    left: 45.4545454545%;
    font-size: 12px;
    filter: blur(1.4px);
    animation: 28s float2 infinite;
  }
  .particle:nth-child(71) {
    top: 88.1272949816%;
    left: 2.9498525074%;
    font-size: 17px;
    filter: blur(1.42px);
    animation: 28s float infinite;
  }
  .particle:nth-child(72) {
    top: 32.15590743%;
    left: 62.6836434868%;
    font-size: 21px;
    filter: blur(1.44px);
    animation: 37s floatReverse2 infinite;
  }
  .particle:nth-child(73) {
    top: 8.8235294118%;
    left: 93.5039370079%;
    font-size: 16px;
    filter: blur(1.46px);
    animation: 28s floatReverse2 infinite;
  }
  .particle:nth-child(74) {
    top: 36.3190184049%;
    left: 55.1724137931%;
    font-size: 15px;
    filter: blur(1.48px);
    animation: 36s floatReverse2 infinite;
  }
  .particle:nth-child(75) {
    top: 0.9685230024%;
    left: 50.6822612086%;
    font-size: 26px;
    filter: blur(1.5px);
    animation: 39s floatReverse infinite;
  }
  .particle:nth-child(76) {
    top: 59.7307221542%;
    left: 26.5486725664%;
    font-size: 17px;
    filter: blur(1.52px);
    animation: 30s floatReverse2 infinite;
  }
  .particle:nth-child(77) {
    top: 91.0411622276%;
    left: 76.0233918129%;
    font-size: 26px;
    filter: blur(1.54px);
    animation: 40s float infinite;
  }
  .particle:nth-child(78) {
    top: 20.4379562044%;
    left: 53.8160469667%;
    font-size: 22px;
    filter: blur(1.56px);
    animation: 31s floatReverse infinite;
  }
  .particle:nth-child(79) {
    top: 88.9975550122%;
    left: 3.9292730845%;
    font-size: 18px;
    filter: blur(1.58px);
    animation: 30s float2 infinite;
  }
  .particle:nth-child(80) {
    top: 89.646772229%;
    left: 67.5808031342%;
    font-size: 21px;
    filter: blur(1.6px);
    animation: 28s float2 infinite;
  }
  
  @keyframes apparition {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(180px);
    }
  }
  @keyframes floatReverse {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-180px);
    }
  }
  @keyframes float2 {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(28px);
    }
  }
  @keyframes floatReverse2 {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-28px);
    }
  }


  .fullclickDv {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
  }
  
  .crsdtil .click_four {
    position: relative;
    z-index: 2;
  }
  .btn:hover {
    opacity:0.8
  }
  
  .applicants_steps .step_count {
    text-align: start;
    font-weight: 500;
    color: var(--black);
    font-size: 0.875rem;
  }
  
  
  .applicants_steps .progress_step .progress-bar {
    background-color: var(--main);
  }
  
  .h_32 {
    height: 34px;
  }
  .applicants_steps .progress_step {
    position: relative;
  }
  .dtleft {
    width: 100%;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-weight: 400;
  }
  
  .dtright {
    width: 100%;
    color: var(--black);
    font-size: 1.075rem;
    display: block;
    font-weight: 600;
    overflow: hidden;
  }
  
  .applicants_steps .btn-sm {
    padding: .25rem .5rem;
    font-size: .805rem;
  }
  
  .myDiv {
    display: none;
  }
  
  .btn,
  .btn:focus,
  .btn:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  .bd-example {
    position: relative;
    padding: 1rem;
    margin:10px 0;
    border-radius: 4px;
    border-radius: 7px;
    background: #fff;
    border: 2px solid #e6f0fd;
  
  }
  
  .highlight {
    padding: 1rem;
    border-radius: 4px;
    border-radius: 7px;
    background: #fff;
    border: 2px solid #e6f0fd;
  }
  
  .application_step_3 .uploader {
    width: 100%
  }
  
  .application_step_3 .uploader:after,
  .application_step_3 .uploader:before {
    display: none;
  }
  
  .application_step_4 .card {
    box-shadow: 0 2px 6px -2px rgba(0, 106, 194, .0);
    border: 1px solid #ebf0f6 !important;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  
  .application_step_4 .card-header {
    color: var(--main);
  }
  
  .application_step_4 article {
    margin-bottom: 30px;
    color: #000;
  }
  
  .application_step_4 .img-responsive {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    box-shadow: .2rem .2rem 1rem 0 rgba(0, 0, 0, 0.00) !important;
  }
  
  .application_step_4 figcaption {
    margin-top: 8px;
  }
  
  .application_step_4 article h3 {
    font-size: 1.2rem;
    margin: 0px;
  }
  
  .application_step_4 article p {
    color: #000 !important
  }
  
  .application_step_4 article>h4 {
    font-size: 1.05rem !important;
    margin: 0px;
  }
  
  
  .application_step_4 .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-weight: 500;
  }
  
  .application_step_4 .dl-horizontal dd {
    margin-left: 180px;
    font-weight: 400;
    overflow: hidden;
  }
  
  .application_step_4 dl p {
    margin: 0px !important;
  }
  
  .application_step_4 figcaption p {
    margin: 0px;
  }
  
  .application_step_4 .panel {
    border: 0px solid #dee2e6;
    border-radius: 0px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .0);
    box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .0);
  }
  
  .application_step_4 .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*! max-width: 207px; */
  }
  
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .Lhide{display:none;}
    .dtright {
        font-size:98%;
    }
  
    .application_step_4 .img-responsive {
        width: 110px;
        height: 110px;
    }
  
    .application_step_4 .dl-horizontal dt {
        float: left;
        width: 100%;
        clear: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #999;
        font-weight: 500;
        margin-bottom: 0;
    }
  
    .application_step_4 .dl-horizontal dd {
        margin-left: 0;
        font-weight: 400;
        overflow: hidden;
        width: 100%;
        margin-bottom: 15px;
    }
  
    .application_step_4 .card .btn {
        padding: .15rem 0.5rem;
        font-size: 0.80rem;
    }
  }

  
  .percent-20 {
    width: 20%;
      }

      
  .percent-40 {
    width: 40%;
      }

      
  .percent-60 {
    width: 60%;
      }

      
  .percent-80 {
    width: 80%;
      }
      .percent-100 {
        width: 100%;
          }
        