@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700;800&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url(../css/animate.min.css);
/*Google Fonts*/
:root {
  /* basic */
    --H-family:'Sora',sans-serif;
    --B-family: 'Inter', sans-serif; 
  /* basic */
 
--noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='10' stitchTiles='stitch' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='0.1'  filter='url(%23noiseFilter)' /%3E%3C/svg%3E");

  --white: #fff;
  --black: #000;
  --grey-900: #23263b;
  --grey-800: #36395a;
  --grey-700: #484c7a;
  --grey-600: #5a5e9a;
  --grey-500: #777aaf;
  --grey-400: #9698c3;
  --grey-300: #b6b7d5;
  --grey-200: #d6d6e7;
  --grey-100: #f5f5fa;
  --grey-050: #fcfcfd;  
  --xenon-1300: #050914;
  --xenon-1200: #0b1535;
  --xenon-1100: #0e2058;
  --xenon-1000: #0e297e;
  --xenon-900: #0c31a7;
  --xenon-800: #0738d2;
  --xenon-700: #003dff;
  --xenon-600: #2857ff;
  --xenon-500: #5172ff;
  --xenon-400: #7990ff;
  --xenon-300: #a2afff;
  --xenon-200: #cad1ff;
  --xenon-100: #f2f4ff;   
  --search: #5468ff;
  --answers: #952aff;
  --recommend: #ff2a6a;
  /* color-main*/
    --main:#4640de;
    --c_main:#a435f0;
    --secondry:#121f3e;
    --highlighter:#ee786b;
  /* color-main*/
    
 
    --heading_color:rgb(8, 27, 75); 
    --light-bg: #fafbfe;
    --gray: #5e6b92;
    --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:rgb(249, 250, 254);
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 1.5;
    color: var(--black); 
    /*! font-size: 1rem; */
} 
 
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;color: var(--main); opacity:0.95;
}

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

p {
	letter-spacing: inherit;
	color: #4d5b7c;
  letter-spacing: -.010625rem;
}
 
li {

    letter-spacing: inherit;
    color:var(--black);
}
li b, li strong{
    color:var(--black);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:var(--H-family);
    padding: 0;
     font-weight:600;
     letter-spacing: -.02em;
}

.h5, h5 {
  font-size: 1.20rem;
}
b, strong {
  font-weight: 600;
}
/* header */
header {
    border-bottom: none;
    transition: 0.4s;
}

.navbar-light .navbar-brand {
    width: 150px;;
    padding: 0;
    margin: 0;
}

.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: 26px 20px;
    text-decoration: none;
    color:var(--black);
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
    transition: 0.4s;
}

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

.navbar-expand-xl .navbar-nav .active .nav-link {
    color: var(--main);
}

.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 0.9rem;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eef1f9;
}

.dropdown-menu::before {
    position: absolute;
    top: -10px;
    left: 12px;
    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:#0130c4;
    content: '';
    z-index: 999;
}

.dropdown-item {
	/* font-size: 95%; */
	display: block;
	padding: 7px 16px;
	text-decoration: none;
	border-radius: 8px;
	color: var(--heading_color);
	position: relative;
	white-space: nowrap;
	/* text-transform: uppercase; */
	/* border-bottom: 1px solid #f0eff9; */
	font-weight: 500;
}
.dropdown-menu {
	border-radius: 8px;
	border: none;
	box-shadow: 0 5px 15px 0 rgba(37,44,97,0.15),0 2px 4px 0 rgba(93,100,148,0.2);
	padding: 14px 11px;
	margin: 0 !important;
	/* padding: 0; */
	border: 1px solid #0130c4;
}
 
.bTn_OrDeR i {
    font-size:1.60rem;
    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;
} 
.Bfixed {
    position: fixed;
    left: 0;
    bottom: 0; 
    width: 100%;
    z-index: 999; padding:8px 0px;
    background-color:#fff;
    border-top:1px solid #d1d8eb;
    /*! 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: 8px;
    font-size:0.95rem!important;
    /*! height: 40px; */ 
    line-height: 30px;
    color: var(--main) !important;
    box-shadow: rgb(214, 220, 234) 0px 0px 0px 1px inset;
} 

.nav-link.header_btn:hover {
    border-color: var(--main);
    color: var(--white) !important;
    background: var(--main);
    transition: 0.4s;
    box-shadow: rgb(79, 73, 223) 0px 0px 0px 1px inset;
}

.nav-link.login_btn {
	border: 2px solid var(--main);
	transition: 0.4s;
	text-align: center;
	padding: 4px 17px !important;
	border-radius: 8px;
	font-size: 0.95rem !important;
	height: 40px;
	line-height: 26px;
	color: var(--white) !important;
	box-shadow: rgba(11, 43, 158, 0.24) 0px 6px 20px -6px;
	background: var(--main);
	margin-left: 0.9rem;
}

.nav-link.login_btn:hover {
    border-color: #625ce9;
    color: var(--white) !important;
    background: var(--main);
    transition: 0.4s;
    box-shadow: 0px 4px 8px rgba(45, 35, 66, 0.4),0px 7px 13px -3px rgba(45, 35, 66, 0.3),inset 0px -3px 0px #5A54E8;
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
}
  
.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-size:1.20rem;
	font-weight: bold;
	line-height: 20px;
	color: #3f5651;
}
.call_btbhd span small {
	font-size: 12px;
	font-weight: 600;
	color: #3f5651;
}


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


/* header */
  

/* banner */
    .hero_banner {
	padding: 90px 0 60px 0;
    background: #f5f8ff url(../images/banner_bg.jpg) no-repeat right;
	background-size: contain;
    color: var(--heading_color);

}     
.post_banner {
	padding: 90px 0 60px 0;
    background: #fff!important;
	    color: #081351;

} 
.hero_banner p{
    color: #1e2860;
    font-weight: 600;
}
 
 
   .job-search-form {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
    color: #fff;
    border: 1px solid rgba(91, 105, 135, 0.22);
    text-align: left;
    /*
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1px, rgba(0, 0, 0, 0.08) 0px 2px 2px; */
    box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px;
  } 

    .job-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    /*! padding: 0px 0; */
  }

   .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 .single-field-item label {
    display: block;
    color: rgb(70, 64, 222);
    text-transform: capitalize;
    margin: 0 0 6px 0;
    font-weight: 600; 
    font-size: 0.95rem;
  } 

  .job-search-form .single-field-item input {
    width: 100%;
    border: none;
    color: rgb(3, 27, 78);
    font-weight: 400;
    padding: 0 15px;
    line-height: inherit;
    height: 50px;
    border-radius: 8px;
    border: 2px solid rgb(220 220 220);
    overflow: hidden;
}

   .job-search-form .submit-btn {
    width: 100%;
  }
 
   .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: 50px;
    margin-top: 28px;
    line-height: 35px;
    border-radius: 8px;  max-width: 220px;
    padding: 6px 20px;
  }

 
   .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 {
    font-size:0.95rem;
    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 {
    font-size:0.95rem;
    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 {
     color: #300864;
    margin-right: 10px;
    line-height: 22px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    top: -2px;
  }

  .banner_heading h1 {
	font-weight: 700;
	letter-spacing: -0.5px;
}
  .banner_heading h1 span{
	font-weight: 300;
} 
.locate_ico { 
	position: absolute;
	right: 0px;
	top: 1px;
	width: 50px;
	height: 48px;
	line-height: 13px;
	background: #dbeafe;
	border-radius: 0 8px 8px 0;
    text-align:center;
    line-height: 45px;
}

.locate_ico img{
	width: 20px;
}
.partner_JB{
    text-align: right;
}
.partner_JB a {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 10px;
	color: #081351;
	text-transform: uppercase;
  font-size:0.95rem;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-decoration: underline;
}


/* banner */
.impo_link_main{
    text-align: center;
    background: #e5e4fb;
}
.impo_link_main a{
    display: block;
    padding: 17px 10px;
    font-weight: bold;
    color: var(--black);
    font-size:1.35rem;  
}

.impo_link_main a:hover{
    text-decoration: underline; 
text-decoration-thickness: 2px;
}


/* trending job */
.trending_job_main {
	padding: 40px 0;
}
 .sec_title h2 { 
	font-weight: 700 !important;
	color: var(--black);
	text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
	font-size: 1.75rem;
	letter-spacing: -0.5px;
} 
 
.sec_title h2::before {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -1px;
	height: 2px;
	width: 50px;
	background: var(--main);
	content: "";  
}

.sec_title.left_line h2::before {
	position: absolute;
	left: 0%;
	margin-left: 0;
	bottom: -1px;
	height: 2px;
	width: 50px;
	background: var(--main);
	content: "";  
} 
 .sec_title h1 { 
	font-weight: 700 !important;
	color: var(--black);
	text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;

} 
 
.sec_title h1::before {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -1px;
	height: 2px;
	width:50px;
	background: var(--main);
	content: "";  
	/*! right: auto; */
} 
  
.sec_title.left_line h1::before {
	position: absolute;
	left: 0%;
	margin-left: 0;
	bottom: -1px;
	height: 2px;
	width: 50px;
	background: var(--main);
	content: "";  
}
 .white_title h2 {
	font-weight: 700;
	color:#fff;
	/*! text-transform: capitalize; */
    position: relative;
    padding-bottom: 15px;
}
 
.white_title h2::before {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -1px;
	height: 2px;
	width: 50px;
	background:#fff;
	content: "";  
}

.white_title.left_line h2::before {
	position: absolute;
	left: 0%;
	margin-left: 0;
	bottom: -1px;
	height: 2px;
	width: 50px;
	background:#fff;
	content: "";  
} 
 

 .trending_job_main .sec_title h2 {
    margin-bottom: 16px;
}
.btn-secondary:hover{
	color: var(--white);
	background-color:var(--main);
	border: 2px solid var(--main);
}

.trendingjob_links{
    text-align: center;
}

.btn-secondary {
	color: var(--main);
	background-color: rgba(8, 19, 81, 0.06);
	border: 2px solid var(--main);
	margin: 7px 6px; 
	font-weight: 600;
	text-transform: capitalize;
	padding: 10px 20px;
	border-radius: 5px;
}
 .trending_job_main {
	padding: 40px 0;
	/*! background: #fff; */
	/*! border-top: 1px solid #ebf0f6; */
	border-top: 1px solid #ebf0f6;
} 

#profile-description { 
    position:relative;
  }
  #profile-description .text { 
    margin-bottom: 5px; 
    color: #777; 
    padding: 0 15px; 
    position:relative;
    display: block;
  } 
  #profile-description .show-more { 
    color: var(--black);
    position: relative;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding-top: 20px;
  }  
  #profile-description .show-more:hover { 
      color: #1779dd;
  }
  #profile-description .show-more-height { 
    max-height: 300px; 
    overflow:hidden; 
  }

/* trending job */

/* search_bySectormain */

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: 0; 
	color: var(--black);
	font-weight: 600;
	margin: 0 0 0 34px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--main);
	background-color: whitesmoke;
    border-bottom: 1px solid #f2f2f2;
} 
.sector_item {
	margin: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	background: #fff; 
}
.sector_item h3 {
	margin: 0;
	font-weight: 600;
	padding: 15px 0 0;
	color: var(--black); 
	font-size: 1.20rem;
}
.sector_item h5 {
	margin: 0;
	/*! padding: 15px 0 0; */
	color: var(--black); 

}
.sector_item .image {
	max-height: 150px;
	min-height: 150px;
	overflow: hidden;
	position: relative;
}
.sector_item .image img { 
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.btn_show_more {
	display: inline-block;
	text-align: center;
	font-weight: 600;
	color: var(--main);
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.jo_sectorMAin {
	text-align: center;
}
.jo_sectorMAin h3{font-size:1.20rem;}
 .search_bySectormain {
	padding-bottom: 40px;
	/*! background: #fff; */
}
  
/* search_bySectormain */

/* recent_job_main */

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

/* recent_job_main */

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

.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);
	border: 1px solid #ebf0f6 !important;

	box-shadow: 0 2px 6px -2px rgba(0,106,194,.2);
}   
.course_item a{
    display: block;
}
.course_item h4 { 
	font-weight: 600;
	color: var(--black);
	/*! margin: 0; */
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
	font-size: 1.20rem;
} 
.course_item h5 {
	color: var(--main);
	margin: 0;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	/* font-weight: 500 !important; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 600;
	min-height: 46px;
}
.course_item:hover h5 {  text-decoration:underline;
color: var(--main);}
.provider { 
	color: var(--black);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 6px 0;
}    
.course-price-height {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
 
.carousel-well ul {
	padding: 0;
	margin: 5px 0;
} 
 
.carousel-well ul li {
	padding: 0;
	color: #707888;
	list-style: none;
	font-weight: 400;
     color: var(--gray);
	/*! font-size: 0.95rem; */
} 
  
.carousel-well ul li i{  
	color: var(--gray); 
    margin: 0 10px 0 0;
}
    
.btn_R span {
	display: inline-block;
  color: var(--main); 
	font-weight: 400;	
 font-size:0.95rem; 
 
} 
.w-auto span {
  color: var(--gray); 
	

}
 .btn_R:hover span {
	color:var(--main);text-decoration: underline;
} 
.course-price span{
    font-size:1.25rem;
    color: var(--main);
    font-weight: 700;
}  
.was-price {
	font-size:1.0rem !important;
	font-style: italic;
	color: var(--gray) !important;
	font-weight:400 !important;
	text-decoration: line-through;
	font-size: 100% !important;
	display: none;
} 
.label-saving {
  font-size:0.8rem;
	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;
	line-height: 30px;
	color: var(--main);
	font-weight: 600;
}

.btn.btn_page:hover{ 
	transition: 0.4s; 
	color: var(--white); 
    background: var(--main);
}
 .bg__white .btn.btn_page {
	border: 2px solid #fff;
	transition: 0.4s;
	text-align: center;
	padding: 8px 26px ;
	border-radius: 10px;
	line-height: 30px;
	color:#fff;
	font-weight: 600;
}
.bg__white{background-color:var(--main);background-image: url(../images/course.png),linear-gradient( 189.71deg,#0E297E 0%,#0B1535 98.77% );/*! background-size: 250px, 100%; */}
   
 /* Recommended courses   */

  .ondemand_course_main {
    padding: 40px 0;
    background: var(--light-bg);
  }

 /* companies_main */

  .companies_main {
	padding: 40px 0 0;
	/*! background: #fff; */
}  
 
.companie_logo ul{
    margin: 0;
    padding: 0;
}

.companie_logo ul li{
    margin: 0 10px 9px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
} 
.companie_logo ul li a{
    display: inline-block;
    border: 1px solid #ebf0f6;
    width: 160px;
    height: 77px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background: #fff;
}    
.companie_logo ul li a img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
    max-height: 100%;
}
 



 /* companies_main */

 /* career_asdvice_main */

 .career_asdvice_main{
    padding: 40px 0;
}
.career_advice_item {
	border-radius: 5px;
	overflow: hidden; 
	margin: 10px;
	padding: 0;  
	border-bottom: none;
	background: #fff;
     transition: 0.2s;
	-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 #ebf0f6 !important;
	border-radius:  15px !important;
	box-shadow: rgba(3, 27, 78, 0.06) 0px 2px 4px;
} 
 .career_advice_item:hover{
     transition: 0.2s;
	box-shadow: rgba(11, 43, 158, 0.23) 0px 6px 6px;
} 
.career_advice_item .image{
	 position: relative;
     min-height: 200px;
     max-height: 200px; 
     overflow: hidden;
	 border-radius: 0;  
} 
.career_advice_item .image img{ 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.career_advice_item .C_description{
    padding: 15px;
}
.career_advice_item .C_description h3{
    color: var(--black);
    font-weight: 600;
    max-height: 45px;
    min-height: 45px;
    overflow: hidden;
    font-size: 1.20rem;
}  
.career_advice_item .C_description h5{
    color: var(--black);
    min-height: 45px;
    overflow: hidden;

    font-weight: 500 !important;
    letter-spacing: 0.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}  
.career_advice_item .C_description a{
   color: var(--gray); 
    /*! text-decoration: underline; */
    /*! text-decoration-thickness: 2px; */
    font-weight: 500;
   color: var(--main);
   font-weight: 500;
   font-size: 0.95rem;
}
  
.career_advice_item:hover .C_description a{
 text-decoration: underline; 
    text-decoration-thickness: 2px;   
   font-weight: 500;
}
 /* 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(--grey-400);
    font-size: 0.987rem;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;  
    letter-spacing: 0.05em;
  } 
  
  .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: 0.881rem;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    font-family: var(--H-family);
    padding-left: 0;
  } 
  
  .footer  ul li a::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 47%;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 3px;
    width: 0;
    background: #fff;
  }
  
  .footer  ul li a:hover::before {
    background: #fff;
    opacity: 1;
    width: 8px;
    height: 2px;
    opacity: 0.6; 
  }
   
  .footer  ul li a:hover {
    color: #fff;
    padding-left: 15px;
  }
  
  .footer  {
    border-top: 1px solid #ebf0f6;
    background: var(--black) ;
    color: #ffff; 
    background-size: cover;
    background-image: var(--noise),linear-gradient( 189.71deg,#0E297E 0%,#0B1535 98.77% );
    background-size: 250px, 100%;
  } 
  
  .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 #ebf0f6;
    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-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 */ 
.job_seatchS {
	padding: 30px 0;
	background: rgb(249, 250, 254);
	border-bottom: 1px solid #eef1f9;
	font-size: 0.95rem;
	color: var(--black);
} 
.job_seatchS .job-search-form {
	border-radius: 10px;
	padding: 0;
	background: transparent;
	color: #000;
}  

.job_seatchS .job-search-form  {
	width: 100%;
	padding: 0px 0;
	align-items: center;
	box-shadow: none;
	border: none; 
}
.job_seatchS .partner_JB a {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 10px;
	color: var(--main);
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	margin: 0;
	white-space: nowrap;
}
.job_seatchS .partner_JB p { 
  margin: 0;
}
.job_seatchS .job-search-form  .single-field-item {
-ms-flex: 0 0 37%;
flex: 0 0 37%;
max-width: 37%;
padding: 0 10px;
	 
}
  .job_seatchS .locate_ico { 
	position: absolute;
	right: 1px;
	top: 1px; 
	/*! width: 50px; */
	/*! height: 45px; */
}

 .job_seatchS .job-search-form  .submit-btn .btn { 
	  margin-top:0;
}
 .job_seatchS .job-search-form  .submit-btn  { 
	 max-width: 160px;
}
.w-100 {
  max-width: 100% !important;
}
 .job_seatchS .job-search-form  .single-field-item label { 
	margin: 0 10px 0 0; 
}
.courseAllsrch .job-search-form .single-field-item { 
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%; 
}
.courseAllsrch .job-search-form .single-field-item label { 
	white-space: nowrap;
}
.colgrey_bold {
  font-size: 36px;
  font-weight:300;
  padding-right: 10px;
  color: var(--black);
}
.colgrey_Font_Wid{
    border-right: 1px solid #dfdfdf;color: var(--gray);
    font-size:0.90rem; 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);
  } 
.colgrey_Font_Widlast {
    color: var(--gray);
    font-size:0.90rem;
    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:1.3rem; */
	font-weight: bold;
	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-size:0.875rem; */
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 5px;
	background: #fff;
	color: var(--black); 
	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 .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 0 30px 0 rgba(0,12,105,0.15);
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px;
  display: block;
  font-size: 0.95rem;
}  
.filter_type_item {
	padding: 15px;
	border-bottom: 1px solid #d7d7d7;
}  
.brd_btm { 
	border-bottom: 1px solid #d7d7d7;
} 

.filter_cetogry_main h5 {
	padding: 0 15px;
	font-weight: 600;
	color: var(--black);
	margin: 13px 0 0 0;
}
 .filter_type_item h6{
  font-weight: 600 !important;
  color: var(--main);
  margin: 0 0 6px 0;
  letter-spacing: 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: 500;
	font-size: 0.95rem;
}  
.filter_type_item .form-check { 
	margin-bottom: 5px;
} 
.cource_tb .filter_type_item p{ 
 
  margin: 0;
 
} 
.cource_tb .filter_type_item a{  
  display: block; 
  padding: 20px;
  border-bottom: 1px solid #d7d7d7;
} 
.cource_tb .filter_type_item span{  
   font-weight: bold;
   text-decoration: underline;
   text-decoration-thickness: 2px;
   color: var(--main); 
   display: block;
   padding: 7px 0 0 0;
} 

.cource_tb .viel_allCource a{  
   font-weight: 600;
   text-decoration: underline;
   text-decoration-thickness: 2px;
   color: var(--main);  
   display: block;
   padding: 12px 20px;
   border-bottom: none;
}  

 
.sort-by p.variation-area {
	border: 1px solid var(--main);
	display: inline-block;
	border-radius: 30px;
	padding: 4px;
} 
.sort-by p.variation-area a {
	color: var(--main);
	padding: 3px 10px; 
	border-radius: 30px;
	cursor: pointer;
	display: inline-block;
}
.sort-by p.variation-area a.selected-sortby-option {
	color: #fff;
	background: var(--main);
} 
.sort-by span {
	display: inline-block;
	margin-bottom: 0;
}  
.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: 8px;
	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: #d63786;
	/*! background: # !important; */
}

 
.saved_jobs_button a{
  font-weight: 500;
  background: #f8f8f8; 
  display: block;
  margin: 0 5px 0 0;
  color: var(--main);
  transition: 0.4s;  
  font-size: 98%;
  font-weight: 500 !important;
  font-style: normal !important;
  text-decoration: none !important;
}   
.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 #ebf0f6;
} 
 
.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: 400;
color: var(--black);
font-size: 0.975rem;
  
}      
.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 {
	/*! margin: 6px 0 2px; */
	font-weight: 600 !important; 
	color: var(--black);
	font-size: 1.3rem;
	letter-spacing: 0;
}      
.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;color: var(--main);
    text-decoration-thickness: 2px;
    transition: 0.3s;
}

 
.badge-container .label {
	text-transform: capitalize;
	background-color: transparent;
	padding-left: 0;
	border: 0;
	font-weight: 400;
  font-size:0.90rem;
	margin: 0 6px 0 0;

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

.badge-container .label-easyapply {
	color: var(--main);
	
	font-size: .825rem;
} 
.badge-container .badge { 
	font-size: .65em; 
} 
.posted-by {
	color: var(--gray);
	font-size: 0.965rem;
	font-weight: 400;
} 
.posted-by a{	
	color: var(--black); 	
	margin: 0;
}   
.posted-by a:hover{	
	color: var(--main); 
 text-decoration: underline; 
} 
.description p{
	color: var(--black);
	/*! margin: 0 0 10px 0; */
	/*! max-height: 70px; */
	overflow: hidden;
}       
.seemorelikejob b{
  color: var(--black);
    font-weight:400;
} 
.seemorelikejob a {

	font-weight:400;
	text-transform: capitalize;
	/*! text-decoration: underline; */
	color: var(--main);
}
 .seemorelikejob a:hover {
	 text-decoration: underline; 

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


/* job */


/* populerjob */

.trending_panel {
	position: relative;
	border: 1px solid #ebf0f6;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 15px 20px 20px;
	color: #0f151a;
	border-radius: 8px;
	overflow: hidden;
	/*! max-height: 1000px; */
	transition: max-height .5s;
}
 
.trending_panel h4{
  font-weight: 600;
  color: var(--black);
  margin: 0;
  padding: 0 0 10px 0;
  /*! margin: 0 0 10px 0; */
  border-bottom: 1px solid #ebf0f6;
}
.trending_panel h6{
  font-weight:500!important;
  color:  var(--black);
 
  margin-bottom: .0rem !important;
  margin-top: 5px;
} 
.trending_panel a:hover h6{
  color:  var(--main);text-decoration: underline;
} 
.trending_panel h5{
  font-weight: bold;
  color: var(--black);
  margin-bottom: 20px;
}
.trending_panel ul{   
  padding: 0;
  margin: 0;
  clear: both;
  float: left;
  width: 100%;
}
.trending_panel ul h5{
width: 100%;
float: left;
margin-bottom: 10px;
margin-top: 10px;}
.trending_panel ul li{ 
   list-style: none;  
width:25%; float:left;
 
}.trending_panel ul li ul{margin-left:0px;margin-bottom: 8px;}
.trending_panel ul li ul li{ list-style: none; width:100%;float:left;font-size:.875rem;}
  

.trending_panel ul li:first-child{  
   margin-bottom: 0;
}.trending_panel ul li p {margin:0px; line-height:18px}
.trending_panel p b{color: var(--black)}
.trending_panel ul li p a{
 display: inline-block; 
  font-weight:400; 
  color: var(--black); margin: 0 0px 2px 4px;
            -webkit-column-break-inside: avoid;
   page-break-inside: avoid;
   break-inside: avoid;
 padding-right: 24px;
} 
.w-auto { 
  width: auto !important;
  min-width: 85px;
}
.trending_panel ul li a{ width:100%;
   display: block;   overflow:hidden;
  font-weight:400;white-space:nowrap;
    text-overflow:ellipsis;
  
  color: var(--gray); margin: 0 0 6px 4px;
            -webkit-column-break-inside: avoid;
   page-break-inside: avoid;
   break-inside: avoid;
}
.trending_panel ul li a:hover{ 
  text-decoration: underline;
  text-decoration-thickness: 2px;color: var(--main);
}

.trending_panel .location-list {
  column-count: 1;
  column-width: 100%;
  column-gap: 0px;
}
 
 .joblocation{display: flex;
  padding:40px 0;
  align-items: center;
  border-radius: 16px;
  flex-direction: column;background:rgba(200, 223, 255, 0.6);margin-bottom:35px}
/* populerjob */
.callToAction{
    height: 164px;
    margin:40px auto 80px;
    display: flex; 
    position: relative;
    background: rgba(200, 223, 255, 0.6);
    align-items: flex-start;max-width: 1320px;
    border-radius: 16px;color: var(--black);
} 
.callToAction_Lft { 
  top: -28px;
  left: 6%;  
  width: 425px;
  border: 1px solid rgba(91, 105, 135, 0.22);
  /*! height: 204px; */
  padding: 50px 24px; 
  position: absolute;
  background: #FFFFFF;
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px;
  text-align: center;
  border-radius: 16px;
}
.w-dt160{max-width:160px;}
.action_one{text-align: center;width:80%;margin-top: 32px;}
.action_one h6 {color: #191B1F;line-height: 20px;}
.action_one img{width:48px;margin-bottom: 4px;opacity:0.8;}
/* courses */

.courses_banner .job-search-form .single-field-item {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	padding: 0 20px 0 0; 
}

.courses_banner .job-search-form  .single-field-item:first-child::after { 
  display: none;
}



.link_impo a {
	padding: 0 15px;
	border-right: 1px solid #ebf0f6;

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

.link_impo a:hover{ 
  text-decoration:underline;
  text-decoration-thickness: 2px;
} 

.link_impo .owl-prev span, .link_impo .owl-next span {

	background: #fff;
	line-height: normal;
	border-radius: 0;
	text-align: center;
	color: var(--main);
	margin: 0 -18px 0 -18px;
  padding: 2px 2px;
  height: auto;
  width: auto;
}

.courses_featurs {
	background-color: var(--main);
	position: relative; 
	padding: 20px 0;
} 
.courses_featurs h6{ 
  font-weight: 600;
  color: var(--white);
  margin: 0 0 5px 0;
}
.courses_featurs img{  
  height: 60px;
  /*! opacity: 0.5; */
  filter: brightness(100);
} 
.courses_featurs p{ 
  margin: 0;
    color: var(--white);
}

.ondemand_course_main .course_item {
	background: #fff;
	margin: 10px;
	padding: 0; 
	border-radius: 10px;
	border: none;
	overflow: hidden;
    margin-bottom: 20px;
	/*! border: 1px solid #d9d9d9; */
	position: relative;
} 
 
.ondemand_course_main .course_description {
	padding: 15px;
	overflow: hidden;
}
 


.col-carousel {
	margin: 70px 0;
}

/* owl nav */
 .owl-prev span, .owl-next span {

	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 41px;
	border-radius: 100%;
	text-align: center;
	color: var(--main);
	margin: 0 -15px 0 -18px;
	border: 1px solid #ebf0f6; 
}

.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;
}


/* courses */

.pagination_main { 
	padding: 15px; 
}
 
.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;
}


/* Courses_extras */
.Courses_extras {
	padding: 40px 0;
}
.certificate_itembx {
	text-align: center;
	padding: 10px;
	margin: 0 0 10px 0;
	background: var(--white);
	/*! border: 1px solid #e3e3e3; */
	border-radius: 10px;
	overflow: hidden; 
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
} 
.certificate_itembx .image {
	min-height: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
	width: 100%;
}  
 
.certificate_itembx .image img{ 
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 75%;
  overflow: hidden;
  height: 100%;
  object-fit: contain;
} 
.certificate_itembx:hover h6{
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.certificate_itembx a{
  display: block;
} 

.certificate_itembx h6 {
	color: var(--grey-050);
	font-weight: 600 !important;
	font-size: 0.689rem;
	color: var(--main);
	text-transform: capitalize;
	letter-spacing: 0.4px;
} 
.certificate_itembx:hover h6 {
	color: var(--main);
	
} 
.certification_main {
	padding: 40px 0;
	background: #e0edff;
}
 
/* Courses_extras */



/* what_main_item */
.whatuwant_main {
	padding: 40px 0;
	background: var(--light-bg);
}

.what_main_item ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.what_main_item ul li{ 
  list-style: none;
  display: inline-block;
  width: 25%;
}

.what_main_item ul li a {
	display: flex;
	padding: 6px 10px;
	border: 2px solid var(--black);
	border-radius: 10px;
	background: #fff;
	align-items: center;   

	font-weight: 600; 
	color: var(--black);
	margin-bottom: 15px; 
	margin-right: 15px;   
} 

.what_main_item ul li a:hover{ 
  text-decoration: underline;
  text-decoration-thickness: 2px;
    border: 2px solid var(--main);
    color:var(--main);
} 

.what_main_item ul li a .image{ 
  width: 40px;
  height:40px;
  position: relative;
  display: block;
  margin: 0 7px 0 0;
} 

.what_main_item ul li a .image img{  
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%; 
  opacity: 0.7;  
}






/* what_main_item */
 

#Course_added_extras .course_item { 
	padding: 0; 
  overflow: hidden;
  border: 1px solid #e3e3e3;
}

#Course_added_extras .course_description  {
	padding: 14px;
}

#Course_added_extras .course_item h4 {
	color: var(--main); 
}


#Course_added_extras .course_item p {

	/*! margin: 5px 0 1px 0; */
	max-height: 45px;
	overflow: hidden;
} 

 

.breadcrumb-item {
  font-size:0.95rem;
}
.course_SUbheader{
  background: #fff;
  padding: 6px 0; 
  position: sticky; 
  top: 74px; 
  z-index: 99; 
  border-bottom: 1px solid #ebf0f6;
}

.courseAllsrch .job-search-form form .single-field-item { 
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%; 
}
.courseAllsrch .job-search-form form .single-field-item label { 
	white-space: nowrap;
}


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

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



.jd_main .metadata {
	/*! background: #f8f7fe; */
	border-radius: 10px;
	/*! padding: 20px; */
	/*! border: 1px solid #ebf0f6; */
	margin: 12px 0 10px 0;
	/*! padding-bottom: 9px; */
}

.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; 
  line-height: 20px;
}  
  
.jd_main .metadata ul li i {
	width: 20px;
	height: 20px; 
	border-radius: 100%;
	text-align: center; 

	color: var(--main);
	background: #f8f8f8;
	margin: 0 9px 0 0;

}


 .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;
	/*! padding-bottom: 15px; */
}

.jd_main .posted-by span{
  font-size:0.90rem;
}

.jd_main .posted-by span i{
	color: orange;
}
.fa-star{
	color: orange;
}
.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:0.80rem;
	font-weight: 400;
	color: var(--gray);
}
.header_job .stat > span {
  font-size:0.80rem;
	font-weight: 500;
	color: #7874e7;
	margin: 0 0 0 4px;
}
.seemorlike_job {
	text-align: right;
	display: inline-block; 
  font-size:0.90rem;
	font-weight: 500;
	/*! text-decoration: underline; */ 
	color: var(--main);
}
.seemorlike_job:hover {
	 text-decoration: underline; color: var(--main);
}
/* 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 ul {
	padding: 0 0 0 20px;
}
.job_descD ul li{   
  list-style: disc;
  /*! font-weight: 500; */
  margin: 0 0 7px 0;

} 
.job_descD b{ 
  color: var(--black);
} 
.job_descD strong{
  color: var(--black);
}
  
.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: bold;
  color: var(--black);
  font-size: 1.35rem;
} 
.widghet h4{
  font-weight: bold;
  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;

	border-radius: 100%;
}
.facebook {
	background: #1877f2;
}
.twitter{
  background: #1da1f2;
}
.linkedin{
  background: #0a66c2;
}
.instagram{
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

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

.similirjob_item h4 {
	font-weight: 600;
	color: #010101;
	margin: 0 0 3px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;  

}
.similirjob_item h6 {
	color: var(--grey-900);
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 8px 0;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	letter-spacing: 0;
	font-size: 0.878rem;
}
.similirjob_item a:hover h6 {	
	color:var(--main);text-decoration: underline;
	
}
 .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 */
#SUbject_linkmain { 
  position:relative;
}
#SUbject_linkmain .text { 
  margin-bottom: 5px; 
  color: #777; 
  padding: 0; 
  position:relative; 
  /*! font-family: Arial; */ 
 
  display: block;
} 
#SUbject_linkmain .show-more { 
  color: var(--black);
  position: relative;

  text-align: center;
  cursor: pointer;
  font-weight: 600;
  padding-top: 12px; 
}  
#SUbject_linkmain .show-more:hover { 
    color: #1779dd; 
}
#SUbject_linkmain .show-more-height_subjectlink { 
  max-height: 114px; 
  overflow:hidden; 
}

#Certificate_linkmain { 
  position:relative;
}
#Certificate_linkmain .textC { 
  margin-bottom: 5px; 
  color: #777; 
  padding: 0; 
  position:relative;  
  font-size: 14px; 
  display: block;
} 
#Certificate_linkmain .show-moreC { 
  color: var(--black);
  position: relative;

  text-align: center;
  cursor: pointer;
  font-weight: 600;
  padding-top: 12px; 
}  
#Certificate_linkmain .show-moreC:hover { 
    color: #1779dd; 
}
 #Certificate_linkmain .show-more-height_Certificatelink{ 
  max-height: 115px; 
  overflow:hidden; 
}
.block_links a{
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  transition: 0.3s;
  padding: 4px 0;
}
 
.block_links a:hover{ 
  color: var(--main);
  transition: 0.3s;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}


.exprt_badges .new-badge {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: .75rem;
  margin-right: 4px;
}
.exprt_badges .badge {
  display: inline-block; 
  padding: 6px 10px;
  font-size: 70%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color:var(--black);
}

.exprt_badges .great-service-badge {
  background-color: #ddf4f8;
  color: #4caabb;
}

.al_c .metadata { 
	padding: 10px 10px;
	background: #f7f5f5;
	margin-top: 20px;
	border-radius: 10px;
}

.al_c .Jblogo { 
	width: 100%;  
}
.al_c .metadata ul li { 
	margin: 0 0 10px 0; 
}

.al_c .metadata ul li  i {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-align: center;
  font-size:0.80rem;
	color: var(--main);
	background: #f7f5f5;
	margin: 0 3px 0 0;
	line-height: 20px;
}

.al_c .results_main .metadata { 
	padding: 16px 0 0 0;
}
.compare_c .form-check-label{

  font-weight: 600;
}
.popular-badge {
	background-color: #ffc1997a;
	color: #d27336 !important;
}
.highly-rated-badge {
	background-color: #fad2e385;
	color: #e63982 !important;
}
.trending-badge {
	background-color: #b9e1b569;
	color: #5cb054 !important;
}
.page-item.active .page-link { 
	background-color: var(--main);
	border-color:  var(--main);
	color: #fff !important;
} 
 
/* course-All */

/* login */
.login_main { 
	padding-top: 134px; 
	min-height: 100vh;
	background: url(../images/login_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
} 
.login_dv {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 12px 18px 2px rgba(34,0,51,.04),0 6px 22px 4px rgba(7,48,114,.12),0 6px 10px -4px rgba(14,13,26,.12);
	margin: 0 auto; 
	padding: 60px;     
	position: relative;
	/*! min-height: 670px; */
	box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
}
.login_dv:before{  
	position: absolute;
    content:'';
    right:0;
    width:48.6%;  
    height:100%;
    background:#f2f2f2;  
	top: 0;
	opacity: 0;
	display: none;
} 

/* login-form */
 

.popover__inner p {
  font-size:0.95rem;
  color: #9f9f9f;
}

.login_dv h4 {
  margin: 0 0 28px 0;
  color: var(--main);
  text-transform: capitalize;
  font-weight: bold;  
  text-align: center; 
} 

.login_dv .form-floating > .form-control, .login_dv .form-floating > .form-select {
	padding: 12px 0 0 14px;
	/*! border-radius: 0; */
	border: none; 
	margin: 0 0 22px 0;
	background: #f0f6fd;
	height: 59px; 
	overflow: hidden; 
	border: 1px solid #e6f0fd;
	color: var(--main);
	font-weight: 600;
}

.login_dv .form-floating>label { 
  padding: 17px 10px 14px 15px;  

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

.login_dv .form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.75) translateY(-.5rem) translateX(.15rem);
}

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

  border-radius: 6px;
  text-align: center;
} 

.creat_acc_main {
  padding: 16px 0 0 0;
}
 
.terms_txt p a{
  font-weight: 600;
  color: var(--main);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.btn.auth_btn {
	border-radius: 3px; 
	height: 50px;
	margin: 0 0 16px 0;
	width: 100%;
	background: #fff;
	color: var(--black);
	font-weight: 600;

	display: flex;
	align-items: center;
	border: 2px solid var(--black);
}

.btn.auth_btn:hover{
  background: rgba(70, 64, 222, 0.08);
  color: var(--black);
}  
  


.creat_acc_main p {
  margin: 0 0 9px 0;
  line-height: normal;
} 

.creat_acc_main p a {
  margin: 0;
  font-weight: 600;
  margin: 0 0 0 6px;
  color: var(--main);
  text-decoration: underline; 
}
.login_dv .form-group h5 {
	text-align: center;
	font-weight: 600;
	color: #979798;
	margin: 15px 0 14px 0; 
}
.login_dv .form-group h5::before {
	content: "";
	height: 1px;
	background: linear-gradient(to right, #9012fe 0%, #002663 100%);
	width: 30%;
	position: relative;
	top: -7px;
	right: 5px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	opacity: 0.2;
}
.login_dv .form-group h5::after {
	content: "";
	height: 1px;
	background: linear-gradient(to right, #002663 0%, #9012fe 100%);
	width: 30%;
	position: relative;
	top: -7px;
	left: 5px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	opacity: 0.2;
}
.creat_account_div_main {
  padding: 0;
}

/* login-form */
 
.card_main {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 12px 18px 2px rgba(34,0,51,.04),0 6px 22px 4px rgba(7,48,114,.12),0 6px 10px -4px rgba(14,13,26,.12);
	margin: 0 auto;
	padding: 60px;
	position: relative;
	min-height: 670px;
	box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
}

.Join_main {
	padding-top: 134px;
	min-height: 100vh;
	background: url(../images/login_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 60px; 
	background-attachment: fixed;
} 

.login_dv h6 {
	margin: 0 0 15px 0;
	color: var(--black);
	text-transform: capitalize;
	font-weight: 600; 
}  

 .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;
}
.selected_role_box h6 { 
	margin: 0 0 5px 0; 
}
.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;
}
 

/* login */

.img_sec {
	position: relative;
	background: #f2f2f2;
	padding: 0 0 0 26px;
}

.img_sec .logoImg {
	width: 150px;
	margin: 0 auto;
	display: inline-block;
	margin: 0 0 15px 0;
}
.s_gogle img {
	height: 20px;
	margin: 0 10px 0 0;
} 
.img_sec {
  text-align: center;
}

/* .login_div_main .form-check-label {

}
 .creat_account_div_main .form-check-label {

}
  */

.toggle-password {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 50px;
	line-height: 50px;
	width: 45px;
	z-index: 999;  
	cursor: pointer;
	color: var(--main);
}
.pr44{
  padding-right: 44px;
}
 .form-select {
	background-color: #f0eff9;
	background-size: 16px 12px;
	border: 2px solid #afacef;

	color: var(--main);
	font-weight: 600;
}
.course_selectbtn {
	margin: 0;
	border-radius: 5px;
	padding: 5px 20px;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: var(--main);
	border-color: var(--main);
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, 0.034);
}

.nav_course ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav_course ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.nav_course ul li a{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;  
  text-align: center;
  color: var(--main);
  border: 1px solid #ebeafc;
  border-radius: 6px;
  background: #ebf0f6;
  margin: 0 0 0 7px;
}


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

.header_job p.label{ 
  margin: 0;
}


/* career-advice_banner */ 
.advice_banner {
	padding: 50px 0; 
	/*! background: url(../images/career_advice.png) aliceblue; */
	background-size: cover;
	background-position: center;
	color: #fff; 
	margin-top: 40px; 
	border-radius: 1rem;
	background-image: url(../images/career_advice.png),linear-gradient( 270deg,#050914 0%,#003DFF 100% );
	/*! background-size: 250px, 100%; */
}

.advice_banner .banner_heading p{
  color: #fff;
}

.advice_banner .btn-secondary {
	color: var(--white);
	background-color: rgb(255, 255, 255);
	border: none;
	margin: 0 8px 8px 0;
	font-weight: 500; 
	text-transform: capitalize;
	padding: 8px 20px;
	border-radius: 8px;
	box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px;
	letter-spacing: 0px !important;
	background: linear-gradient( 243.43deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 83.33% );
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.32),inset 0px 1px 0px rgb(255 255 255 / 40%);
}
.advice_banner .btn-secondary:hover {
	color: var(--main);
	background-color:var(--white);
	border-color:var(--white); 
}
.f_artc .sec_title h2::before { 
	left: 0;
	margin-left: 0px;
	bottom: -1px; 
} 
.featured_articles_main {
	padding: 50px 0;
}
.F_article_item {
	background: #fff;
	margin: 10px;
	padding: 0;
	border-radius: 1rem; 
	/* border: 1px solid #8c92a6; */
	-webkit-box-shadow: rgba(3, 27, 78, 0.06) 0px 2px 4px;
	box-shadow: rgba(3, 27, 78, 0.06) 0px 2px 4px;
  overflow: hidden;
}
.F_article_item h5{ 
	color: var(--black);
	min-height: 45px;
	overflow: hidden; 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.F_article_item:hover h5{color: var(--main);}

.F_article_item h4 {
	font-weight: 600;
	color: var(--black);
	/*! margin: 0; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.F_article_item .btn_R span {
	display: inline-block;
	color: var(--grey-500);
font-weight: 500;
font-size: 0.95rem;
}
.F_article_item .btn_R:hover span {
	display: inline-block;
	color: var(--main);	text-decoration: underline;
	
} 

.FA_description{
  padding: 1.4rem;
} 



/* blog */

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

.post-slide .image{
  height: 160px;
  position: relative;
  background: var(--grey-900); 
  overflow: hidden; 
}  

.post-slide .image.noimage{ 
  background: var(--grey-900) url(../images/noimage.png);
      background-size: cover;
  background-position: center; 
} 

 .post-slide .image img{
	position: absolute;
	left: 0;
	top: 0;
	
	 max-height: 100%; 
  /*! object-fit: initial; */  
	margin: 0;
	border-radius: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto;
     max-width: 100%; 
}

.article_main .post-slide {
  background: #fff;
  margin: 15px; 
  padding: 0; 
  border-radius: 21px;
  /*! border: 1px solid #8c92a6; */
  -webkit-box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px;
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px;
  overflow: hidden;
    transition: 0.3s;
}
.article_main .post-slide:hover{
    transition: 0.3s;
    box-shadow: rgba(11, 43, 158, 0.35) 0px 10px 20px;
}



.article_main .post-bar {
  padding: 6px 0 0px;
  list-style: none;
  text-align: left;
  display: flex;
  margin: 0;
  justify-content: start;
}

.article_main .post-review {
  margin: 0px auto;
  text-align: left;
  padding: 20px;
  border-radius: 8px;
  min-height: 172px;
} 
.article_main .post-review .date {
padding: 7px 20px;
background: #ecebfc; 
display: inline-block;
border-radius: 60px;
font-size:0.95rem;
color: var(--main);
font-weight: 400;
margin: 0 0 4px 0;
}

.article_main .post-bar>li {
  display: inline-block;
  color: var(--black);
  margin-bottom: 6px;
  background: rgba(19, 36, 92, 0.1);
  border-radius: 16px;
  margin: 0 10px 0 0;
  padding: 5px 9px;
  text-align: left;
}

.article_main .post-bar>li i {
  margin-right: 4px;
}

.article_main .post-bar>li>a {
  text-transform: capitalize;
  color: var(--gray);
  display: block;
}

.article_main .post-bar>li>a:hover {
  text-decoration: none;
  color: var(--blog-btn-color);
}

.article_main .post-title {
  margin-top: 0;
  display: block;
  overflow: hidden;
  font-size:1.20em; 
  color: rgb(8, 27, 75);
     font-family: var(--H-family); 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
    margin-bottom: 15px;
  min-height: 70px;
}  
 
.article_main .post-title>a {
  color: rgb(8, 27, 75);
  font-weight:600; 
  display: block;  
  text-align: left;
  margin: 11px 0 0 0;
  font-family: var(--H-family); 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
  
.article_main .post-title:hover {
  text-decoration:underline;
  color: var(--main);
}

.article_main .post-slide:hover .post-title a {
  text-decoration: underline;
  color: var(--main);
}

 .article_main .post-description {
  color:var(--gray);
  /*! font-size:1.0rem; */
  text-align: left; 
  max-height: 66px;
  overflow: hidden;
  /*! margin: 0 0 8px 0; */
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article_main .readmore {
  text-transform: capitalize;
  display: inline-block;
  color: var(--main);
  margin: 0; 
  /*! font-size:0.95rem; */ 
  font-weight:500;
  text-decoration: none;
  text-decoration-thickness: 2px; 
   
}

.article_main .readmore:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 900;
  padding-left: 10px;
  display: inline-block;
  display: none;
}

.article_main .readmore:hover {
  color: var(--main);
  text-decoration: underline;
}


/* blog */


/* courses-details */

.summery_navigate .nav-link {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: var(--black);
	font-weight: 500;
	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: 1.40rem !important;
  font-weight: 600;
  margin: 0 0 0 15px;
  color: var(--main);}

.snav_main {

	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;
  border-radius: 6px;
  overflow: hidden;
} 
.media_item a{
  display: block;
}
.media_item video{
  width: 100%;
  height: 206px;
  object-fit: initial;
}

.summary-card {
	padding-left: 1rem;
	/*! background: #f9faff; */
	/*! margin-top: 1rem; */
	/*! border-radius: 10px; */
	/*! margin-bottom: 1rem; */
} 
.summary-card h6{
  font-weight: 600;
  color: var(--black);
  margin: 0;
  /*! font-weight: 500 !important; */
}  
.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 #ebf0f6;
 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 #ebf0f6;
 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;
}
.buy_btn:hover, .buy_btn:focus {
  -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;
}

.summary-card ul .heading {
	width: 250px;
	color: var(--gray);
}

.summary-card ul .Coursemetadeta {
	width: 100%;
}
.well {
	box-shadow: none;
	/*! background-color: #f8f8f8; */
	border-radius: .25rem;
	/*! padding: 20px; */
}
 
.f14 {
	font-size: 14px;
}
.feature-well-text p{
  margin: 8px 0 3px 0;
}
.btn_s_course {
	padding: 0;
	border: none;
	background: transparent;

	margin: 0;
	font-weight: 500;
	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:0;
	padding: 0;
}
 
.sideber ul li{
  list-style: square;

  font-weight: 500;
  /*! color: var(--gray); */ 
  margin: 0 0 6px 0;
} 

.info_btn {
	background: #e4e4e8;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	border-radius: 100%;
	color: #565657;
	font-size:0.85rem!important;
	border: 1px solid #ddd;
}
 
.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	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: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px;
}
 .filter_cetogry_main { 
	margin-bottom: 20px;  
}
 
.folderized_coursedetails .nav{
  display: block!important;
  border-bottom: 1px solid #ebf0f6;
  padding: 0 0 12px 0;
  margin-bottom: 20px;
} 

.job_seatchS p{ margin:0px;}
.job_seatchS h3{font-weight:600; padding:0px; margin:0px;color:var(--black);}
/* 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:#333;background: #f0f6fd;border: 1px solid #e6f0fd;/*! margin-left: 80px; */}
     .uploader { 
  display: block;
  clear: both;
  margin: 0 auto;
  width: 90%;
  /*! max-width: 600px; */
  position: relative;
  margin: 10px 5%;
}   
.uploader::before {
  content: 'or';
  color: #2b2b2b;
  position: absolute;
  top: -25%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 0.5em;
  width: 0.5em;
  left: 108%;
  z-index: 900;
  font-size: 24px;
}  
.uploader:after {
  content: '';
  position: absolute;
  background: rgba(128, 128, 128, 0.3);
  top: 0;
  right: 0;
  left: 112%;
  bottom: 0;
  margin: 0px auto;
  height: 3.25em;
  width: 0.1em;
  /*! left: 2.15em; */
  -moz-box-shadow: 0 8.8em 0 0 rgba(128, 128, 128, 0.3);
  -webkit-box-shadow: 0 8.8em 0 0 rgba(128, 128, 128, 0.3);
  box-shadow: 0 8.8em 0 0 rgba(128, 128, 128, 0.3);
}
.uploader label { 
  /*! float: left; */
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;letter-spacing: 0.5px;
  border-radius: 7px;
  background: #fff;
border:2px solid #e6f0fd;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*! margin: 10px 5%; */
}
.uploader label:hover {
  border-color: #454cad;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #ebf0f6;
}
.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:1.55rem; */
  /*! 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:var(--gray);
}
.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 #d4dbe1;border-radius:6px;color:var(--black);
} 
.build {
  float: left;
  clear: both;
  width: 90%;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 7px;
  background: #fff;
  border: 2px solid #e6f0fd;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 10px 5%;
  color:var(--gray);
}
.build p{margin: 0 0 0.5rem 0!important;
color:var(--gray);}
.card-header {
  margin-bottom: 0;
  background-color:transparent;padding:.65rem 1rem;
  border-bottom: 1px solid #d4dbe1;
}
.card-header h3 {
  margin: 0px 0;color:var(--black);

  font-weight:700;

}
.update_edit_btn {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 10px;
  color: var(--main);
  text-transform:capitalize;
  font-weight:600;
  letter-spacing: 0.4px;
  text-decoration-thickness: auto;
  text-decoration-thickness: 2px;
  margin: 0;
  white-space: nowrap;
} 
.card-body h4 {
  margin-top: 0;letter-spacing: 0px;
  margin-bottom: .0rem;
  font-weight:500;
  line-height: 1.2;color:var(--black);
}
.card_preview {
  margin-bottom:15px;
} 
.card_preview ul {
  padding:0; margin:0px;
  list-style:none
 }
 .card_preview:last-child { 
  margin-bottom:0
 }
 .card_preview p,
 .card_preview ul li{ color:var(--main);margin-bottom:0
 }
 .card_preview:last-child p,
 .card_preview:last-child ul {
  margin:0
 }
.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: 500; color:var(--black); margin-bottom:6px;} 
.filter_type_item .form-check label span{font-weight:400; color:var(--black); margin-bottom:0px;}
.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:700;}
.form-label{font-weight:400!important;}
.form-control {height:44px; padding:5px 15px; border:1px solid #ebf0f6;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 #ebf0f6;}
.modal .accordion-button:not(.collapsed) { background-color: #fff;color:#333}
.f-18{font-size:18px!important; font-weight:700!important;}
.cold_grey{color:var(--black)!important}


.profile-pic {
  width: 90px;
  max-height: 90px;
  display: inline-block;
}

.file-upload {
  display: none;
}
.circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border:3px solid #fff;
  background: #fff;
}
 
.p-image { 
position: absolute;
top:68px;
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:#cccaff; cursor: pointer;
}

.upload-button:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
opacity: 0.5;
}
.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:var(--gray)}
     .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:500;}
.col_danger{color:#ff6000!important}
.btn-primary {
  color: #fff !important;
  background-color:var(--main) !important;
  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 #ebf0f6;
}
      #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{ margin: 0px 0; margin-bottom: 0px; color: var(--black); font-weight:500;}
.filter_cetogry_main h3 span{color: var(--black); font-weight:600;}
 @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:20px}

 } 
 @media screen and (max-width:767px){
 .flt_left {
   padding:10px;
   font-size:0.95rem;
 }
} @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: 150px; 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:0.85rem;
  color: #039142;
  padding: 3px 7px;
  border-radius: 2px; font-weight:500;
  letter-spacing: 0.5px;text-transform: capitalize;}
  /* .accordion-item .header_job h3 {}
   .accordion-item .job_descD h3 {} */
  .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:700;
    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-size:0.90rem;
    font-weight:500;
    position:absolute;
    left:50%;top: 22px;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    text-align:center
   }
   @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:0px;color:#333;font-weight: normal;}
   .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: normal;
    /*! width: 220px; */font-size:0.95rem;color:#333;
  } 
  .infosec ul {
   
    -webkit-overflow-scrolling: touch;
   margin:0; padding:0px;
  }
  .mt-20 sub, .mt-20 sup {
    font-size: .5em;
    line-height: 0;
  }
.mt-20 {
    padding: 0 0 0 0px!important;margin-bottom:0px!important
  }
  .infosec ul  li {
    display: inline-block; font-weight:normal;
    color: #777;
    margin-right: 10px;list-style: none;
    padding-right: 10px;
    border-right: 1px solid #ebf0f6;
  }
  /* .accordion-collapse .job_descD a {} */
  .hideview{display: none;} .datashow{display:none}
  .step_ing .post-review span {position: absolute;left: 5px;top: 0px;z-index: 0;font-size: 58px;line-height: 58px; letter-spacing: -6px;color: #f5f6ff;font-weight: 800;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;pointer-events: none;}
.post-review {position: relative;}
.testimonial-section {position:relative;padding:120px 0px;background:#ecebfc url(../images/testimonials.jpg) repeat;border-top: 1px solid #d1d8eb;border-bottom:1px solid #d1d8eb;}
.testimonial-section .bg-layer {position:absolute;content:'';width:50%;height:100%;top:0px;right:0px;background-repeat:no-repeat;background-size:cover;background-position:center;}
.testimonial-section .testimonial-inner {position:relative;background:#fff;padding:50px;border-radius: 10px;overflow: hidden;box-shadow: 0 0px 30px rgba(0,24,73,0.1);}
.testimonial{margin:0 10px 75px;position:relative;}
.testimonial .description{padding:20px;background-color:rgba(255, 255, 255, 0.25);font-size:1.55rem;font-style: italic;color: #333;margin-bottom: 0;line-height: 32px;font-family: georgia;}
.testimonial .testimonial-content{padding:10px 10px;position:absolute;bottom:-75px;}
.testimonial .pic{width:60px;height:60px; border-radius: 50%;overflow: hidden; float: left; border:2px solid #e2e1f3;margin-right: 10px;} 
.testimonial .pic img{width: 100%; height: auto;}
.testimonial-content .testimonial-title{ font-weight: 600; margin:10px 0 0 0; display: inline-block;}
.testimonial-content .testimonial-title small{display: block;font-size:0.90rem;font-style: italic; margin-top:5px;}
  .jobEveryOne {  
  display: flex;
  justify-content:start;
  align-items: center;
    width: auto;
    height:70px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1px, rgba(0, 0, 0, 0.08) 0px 2px 2px;
    border-radius:12px;
    padding: 12px 12px;
    font-weight:600;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    text-decoration: none;color: var(--black);position: relative;
    margin:5px;text-align:left;
  font-size: 0.95rem;
  line-height: 18px;
  }
  .jobEveryOne .imag_icon {
    position: relative;
    height: 60px;
    width: 60px;
    /*! border-radius:100%; */
    overflow: hidden; margin-right:10px;
    opacity: 0.8;
    margin-top: 2px;
  }  
  .applied_filter{font-size:0.85rem;margin-top: -20px;}
  .header__btn a{ color:  var(--gray);}
  .header__btn a:hover{ color:  var(--main);}
  .header__btn .cross_element {
    background: #f7f5f5;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    color:#5e6b9294; 
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    /*! padding: 2px 6px; */
    display: inline-block;
} 
  .imag_icon {
  position: relative;
  height: 68px;
  width: 68px !important;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 8px;
  opacity: 0.8;
  /*! margin-top: 1rem; */
  /*! margin-bottom: 0; */
  display:  inline !important;
}  
.jobEveryOne .secnd_div{width: 119px;white-space: pre-wrap;}
.Lst_div{position: absolute;right: 0px;background: #fff;}
  .vacancies { 
    color: var(--gray);
    font-weight: 500;
    margin-left: 0px; 
      font-size:0.85rem;margin-top:0;  }  
  .sector_items { 
    cursor: pointer; 
    padding:5px; 
    position: relative;
    background: #FFFFFF; 
    min-height: 80px;
    text-align: center; display: flex; align-items:center; justify-content: center;
 
    border: 1px solid #ebf0f6 !important;
border-radius:8px;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);} 

  .sector_items h5 {color: var(--black); font-weight: 600; margin:0px;font-size: 1.05rem;} 
#JB_BySCt .sector_items a{justify-content: start;   align-items: center;}
#JB_BySCt .sector_items { text-align: left;}
  .sector_items:hover h5 {
  color: var(--main);
  }
  .companies_main_area{background-color:#fff;
    padding: 50px 0;
align-items: center;
border-radius: 16px;
flex-direction: column;/*! box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
 
}
.companie_logo ul {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none}

  .companie_logo ul li a {
    height: 56px;
  width: 148px;
  cursor: pointer;
  position: relative;

  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  /*! box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1px, rgba(0, 0, 0, 0.08) 0px 2px 2px; */
  border-radius: 8px;

}

.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-size:0.90rem;
	font-weight:500;
	text-transform: capitalize;
	padding: 6px 12px;
	border-radius: 20px;
} 
.job_seatchS .btn-secondary b{font-weight:500;}
.job-search-form .submit-btnn .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: 50px;
  padding: 0 20px;
}  
.job-search-form .form-floating > label{
  display: block;
  color: #646464;
  text-transform: capitalize;
  font-weight:600;
  padding: 0.75rem .75rem;
}  
.job-search-form  .form-floating > .form-control {
  /*! border-radius: 9px; */
  /*! border: 2px solid #dcdcdc; */
  height: calc(3.0rem + 2px);
}
 .job-search-form .submit-btnn .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;
}
.locate_ico_rgt {  
  height: 46px;right: 2px;
  line-height: 42px !important;
}


@media only screen and (max-width: 480px){
    .testimonial{text-align: center;margin-bottom: 0; }
    .testimonial .testimonial-content{position: relative; right: 0;bottom: 0;}
    .jobEveryOne { width:94%;}
    .job_seatchS .job-search-form .single-field-item {
      max-width: 100%;
      display: block;
      margin-top: 6px;}
      .job-search-form {
        display: block !important;
        position: relative;
        width: 100%;}   
        .job-search-form .submit-btnn .btn {
          margin-top:6px;
        }

} 
 
.companies_main_area{/*! background-color:#fff; */
  padding: 50px 0;
align-items: center;
border-radius: 16px;
flex-direction: column;/*! box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */

}
.companie_logo ul {
margin: 0;
padding: 0;
margin: 0 auto;
display: flex;
-moz-box-pack: center;
justify-content: center;
flex-wrap: wrap;
list-style: none}

.companie_logo ul li a {
  height: 56px;
width: 148px; 
cursor: pointer;
position: relative; 

display: inline-flex;
-moz-box-align: center;
align-items: center;
-moz-box-pack: center;
justify-content: center;
background: rgb(255, 255, 255);
/*! box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1px, rgba(0, 0, 0, 0.08) 0px 2px 2px; */
border-radius: 8px;

  border: 1px solid #ebf0f6 !important;
  /*! border-radius: .3rem !important; */
  box-shadow: 0 2px 6px -2px rgba(0,106,194,.2);
}

.testimonial-section .owl-nav {display: flex;justify-content: end;}
.testimonial-section .owl-prev, .testimonial-section .owl-next {position: inherit; top: 0;height: auto;width: 58px;}   
.testimonial-section .owl-prev span, .testimonial-section .owl-next span {font-size:16px; background:#fff;width:40px;height:40px;line-height:38px;border-radius:10%;text-align:center; color:#4640de94; margin:0px; border:1px solid #e2e1f3;}
@media screen and (max-width:992px) {
.breadcrumb_main{display:none}
.btn {
  padding: .30rem 1rem;
  font-size:0.95rem;
}
    .btn-lg {
  padding: .35rem 1rem;
  font-size: 1.0rem;

}
  .banner_heading{text-align: center;}
  .job-search-form .submit-btnn .btn {
    height: 48px;
    max-width: 100%;
  }
  .container {
   max-width: 100%;
 }
 .trendingjob_links {
  display: none;
}
}



.ln-letters {
  overflow: hidden;
  
}  
.listNav{margin: 0px 0 10px;}
.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
  border: 1px solid var(--gray);
  border-right: none;
  display: block;
  float: left;
  font-size: .9em;
  padding: .45rem .75rem;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
  
.ln-letters .ln-last {
  border-right: 1px solid var(--gray);
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: var(--main);
  color: #fff;
}

.ln-letters .ln-disabled {
  color: var(--gray);
}

.ln-letter-count {
  color:var(--main);
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.howitwork{
  padding: 40px 0;
  background:#fff;
}
.work_item { 
  text-align: center;
  position: relative; /*! border:1px solid #d9dbea9e; */ border-radius:8px;
  min-height: 250px;
  padding: 2.75rem 2rem;
  box-shadow: 0px 2px 6px -2px rgba(0, 106, 194, 0.1);
} 
  
.work_item span {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 21px;
  border-radius: 100%;
  background: var(--main);
  line-height: 44px;
  color: #fff;
  font-size: 24px; 
  position: relative;
  box-shadow: 0 0 0 5px rgba(38, 68, 228, 0.22);
  font-weight: 600;
} 
.work_item span::before { 
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
 
  border-radius: 100%;
 
  left: 0;
  top: 0;
  box-shadow: 0 0 0 11px rgba(38, 41, 228, 0.08);
}
.work_item span::after {
 
  position: absolute;
  width: 10px;
  height: 100px;
  background: #000;
}
 .work_item p {margin:0px;}
.work_item h4 {
  color: var(--black);
    font-size: 18px;
}




.mouse_scroll {
  width: 24px;
  position: absolute;
  right: -4px;
  top: 19%; 
  transform: rotate(-90deg) translateX(-50%); background: white;
}  
 

.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
   
  border-right: 2px solid #c2c8f8;
  border-bottom: 2px solid #c2c8f8;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite; /*! background: white; */
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}
 
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
.trending_panel small { margin-bottom:20px;
  letter-spacing: 0.35px;
}
/* / howitwork / */
.toppage .page-item{flex:1 1 auto;text-align:center;width: auto;} 
.page-link {color:var(--black)!important;}
.page-link:hover {color:var(--main)!important;}
.btnn {
  border-radius: .25rem;
  white-space: nowrap;
  padding: .5rem .875rem;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e4e6ee;
  color: var(--gray);
  background-color: #fff;
  transition: all .3s ease-in-out;
  margin-right: 1rem;
  font-size: .8125rem;
  font-weight: 500;
  height: 2rem;
  margin-top: .625rem;
 
  line-height: 1.43;}
.btnn:hover{ 
background: var(--main); 
color: var(--white);border: 1px solid  var(--main);
transition: 0.4s;
} 
.side_bar {
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10%; 
}
.blog_inbnr{padding: 50px 0;background-color:#fff;color:var(--black);}
.blog_inbnr .job_descD {
  background-color: #fff;
  border-radius:0px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195,192,192,.0);
  box-shadow: 0 5px 10px 2px rgba(195,192,192,.0);
  padding:0px;
  margin-top:0px;
}
    .blog_inbnr h1{font-weight:600;letter-spacing:-1px}.blog_inbnr h3{font-size: 1.35rem;}.blog_inbnr h4{font-size: 1.25rem;}
    .blog_inbnr ul{margin-left:20px;}
    .article-byline-content{flex-grow:1;display:flex;align-items:center}
    .author-list{display:flex;flex-wrap:wrap;margin:0 0 0 4px;padding:0;list-style:none}
.article-byline-content .author-list{justify-content:flex-start;padding:0 12px 0 0;margin:10px 0 0}
.article-byline-content .author-list li{list-style:none}
.author-list-item{position:relative;flex-shrink:0;margin:0;padding:0!important}
.author-avatar{display:block;overflow:hidden;margin:0 -4px;width:50px;height:50px;border:2px solid #fff;border-radius:100%;transition:.5s cubic-bezier(.4,.01,.165,.99) .7s}
.author-profile-image,.avatar-wrapper{display:block;width:100%;height:100%;background:#e4eaed;-o-object-fit:cover;object-fit:cover;border-radius:0!important;margin:0!important}
.article-byline-meta{color:var(--gray);}.stgln{font-size:1.20rem;font-family:georgia;font-style:italic}
.byline-meta-content{font-weight:400}.blog_inbnr img{border-radius:10px;margin:20px 0;}.inner_bgimgbner{padding-top:15px}

.blog_inbnr .accordion-button {
  font-size: 1.1.5rem;
  color:var(--black);
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
    color:var(--main);}
.blog_inbnr .accordion-button:hover, .blog_inbnr .accordion-button:focus {
  color:var(--main);
}
.blog_inbnr .accordion-body {
  color:var(--black);
}
.accordion-flush .accordion-button {
  font-size: 1.1.5rem;
  color:var(--black);
  font-weight: 600;
}
.accordion-flushr .accordion-button:hover, .accordion-flush .accordion-button:focus {
  color:var(--main);
}
.accordion-button:focus { 
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.00);
}
.accordion-flush .accordion-body { 
  color:var(--black);
}

.accordion-flush{margin-bottom:24px}
 
.h_itemM {

	border-radius: 8px;
	padding: 30px; 
	position: relative; 
	z-index: 3;  
	text-decoration: none; 
	overflow: hidden;
	width: 100%;  
	display: block; 
	outline: none;
	min-height: 185px;  
	margin-bottom: 25px;
	background-color: #fff;
	padding-bottom: 63px;
   box-shadow: 0 2px 6px -2px rgba(0,106,194,.2);
   border: 1px solid #ebf0f6 !important;

	}
.h_itemM:hover{   
    transition: 0.1s; 
    border-color: var(--main);  
}  
  
.h_itemM:hover h5{   
    color: var(--main); 
    transition: 0.1s;
}
.h_itemM .image {
	width: 75px;
	filter: grayscale(10);
	float: right;
	margin: 0 0 10px 10px; 
	opacity: 0.5; 
	text-align: center;
	opacity: 0.15;
} 
.h_itemM .image i{font-size:64px;}
.h_itemM  h5{ 
    color:var(--main);
    margin: 5px 0 9px 0;
    font-weight: 600; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
      transition: 0.1s;
    line-height: 24px;
}  
.h_itemM  p{ 
    margin: 0 0 0px 0;
    line-height: 20px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}  

 
.avatar__photo {
  margin-right: 10px;
  float: left;
  margin: 0 15px 0 0 !important;
}
.avatar__image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white;
  position: relative;
  z-index: 4;
  margin: 0 0 0 -8px !important;
}
.avatar__info {
  line-height: 1.4; 
  width:100%;
  font-size: 12px; 
}
 

.c__darker {
  color: var(--secondry);
}
.avatar__info p {
    margin: 0;
    font-size: 14px; 
    color: #888; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    /*! text-decoration: underline; */
    /*! letter-spacing: 1px; */
}
.avatar__info p span{
    margin: 0;
    font-size: 12px; 
    color: var(--secondry);   
    font-weight: 400;
    text-decoration: underline;
}



.viewall {
	display: block;
	border-top: 1px solid #ebf0f6;
	/*! font-size: 14px; */
	padding: 10px 0 0 0;
	color: var(--secondry);
	opacity: 0.4;
	text-align: center; 
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 45px;
	left: 0;
	background: #fff;
	font-weight: 500;
}
.h_itemM:hover .viewall {
	color: var(--main);
	transition: 0.1s;
    opacity: 1;
}
.viewall i{margin-left:5px;}

.bdr_rl{border-right: 1px solid #ebf0f6;border-left: 1px solid #ebf0f6;}
.bdr_rl h2{border-bottom: 1px solid #ebf0f6;padding-bottom: 15px;}
.bdr_rl .accordion-header {padding-bottom:0px;border-bottom:0px solid #fff;}
.accordion-item {background-color: #fff; border: 1px solid #ebf0f6;}
.border {box-shadow: 0 2px 6px -2px rgba(0,106,194,.2);border: 1px solid #ebf0f6 !important;}
.rounded-3 { border-radius:.3rem !important;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);} 
/* help */

.trending_job_main .btn{margin:2.5px;}
.btn-outline-secondary {
	color:var(--xenon-800);
	background-color: #fff; 
	transition: background-color .3s ease-in;
	font-weight: 500;
	border: 2px solid rgba(7, 56, 210, 0.4);
	border-radius: 8px;
}
.btn-outline-secondary:hover {
  color:#fff;
  background-color:var(--main);
  border-color:var(--main);
  transition: background-color .3s ease-in;
} 
.jo_sectorMAin{height:175px;overflow:hidden;}
.hgt__auto{height:auto;}

.demand-label{
color: #fff;
background: #000;
font-size: 12px;
font-weight: 600;
line-height: 12px;
/*! text-transform: uppercase; */
padding: 5px 30px;
transform: rotate(-45deg);
position: absolute;
top: 20px;
left: -28px; 
z-index: 1;
overflow: hidden;
}
.demand-label{
background: var(--bs-danger);
transform: rotate(45deg);
left: auto;
right: -32px;
}

#summery {
	padding: 38px;
	background: #fff;
	margin: 14px 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	border-radius: 7px;
	box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
}



 .course_Dt_banner {
	padding: 3rem 0;
	background: #014292 url(../images/career_advice.jpg);
	color: #fff; 
	padding-bottom: 9rem;
}
 
.course_imgTD {
	max-height: 17rem;
  min-height: 17rem;
	overflow: hidden;  
	position: relative;
	border-radius: 5px; 
	/*! margin-bottom: 10px; */
}
.course_imgTD::before {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
	position: absolute;
}
 
.course_imgTD img{ 
	position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.courstextpreview {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	text-align: center;
	color: #fff;
	padding: 12px 0;
  font-weight: 600;
}
 .playbt {
	position: absolute;
	top: 43%;
	left: 42%; 
  z-index: 99;
  animation: pulse 2s infinite;
  border-radius: 50%;
} 
 

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  5% {
      transform: scale(1.01);
  }
  15% {
      transform: scale(1);
  }
  70% {
      box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
      box-shadow: 0 0 0 100px rgba(168, 63, 57, 0);
  }
}
.playbt img{
	position: relative; 
  width: 50px;
  object-fit: initial;
}



.cPriceDt .course-price span {
	font-size: 2.25rem;
	color: var(--main);
	font-weight: 700;
}
.cPriceDt .course-price {
	display: flex;
	align-items: center;
}
 
.was_priceDTci {
	font-size: 1.1rem !important;
	text-decoration: line-through;
	margin: 0 0.9rem;
	font-weight: 500 !important;
	color: #565656 !important;
	font-style: italic;
}
.end_time {
	margin: 0 0 8px 0;
	color: var(--bs-pink);
}

.rightcdetailW .posted-by { 
	margin-bottom: 1rem;
}


.rightcdetailW .Coursemetadeta p { 
	color: #565656;
	font-size: 0.9rem;
}
.fact_coursee{
  padding: 0 0 0 20px!important;
}

.fact_coursee li {
	color: #565656;
	font-size: 0.9rem;
	list-style: square;
	margin: 0 0 5px 0;
}
.sideber ul:first-child li {
  padding-top: 0;
}

.course_Dt_banner h1 a {
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;  
}

.course_Dt_banner .posted-by a {
	color: var(--white);
	opacity: 0.9;
}
.creatorCourse {
	margin: 16px 0 0 0;
	font-size: 0.8rem;
	opacity: 0.6;
}
.navigatedescription {
	position: fixed;
	left: -33px;
	top: 34%;
	transform: rotate(90deg);
	background: var(--main);
	color: #fff;
	padding: 0.6rem 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 0.8rem;
}
.navgarefxdv {
	position: fixed;
	left: 56px;
	top: 10%;
	z-index: 9;
}
.btn-close.closenavigaredvv {
	position: absolute;
	right: -10px;
	top: -10px;
	background-color: #eee;
	opacity: 1;
	padding: 10px;
	border-radius: 100%;
	background-size: 12px;
  z-index: 9;
}


.top_dtil_crs {
	background: #fff;
	margin-top: -100px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 2rem;
	/* padding: 0; */
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.05);
	padding: 25px;
}
#preview_media .active {
	border:none !important;
}
.kfBOsn {
	background-color: rgb(249, 250, 254);
	background-image: url("../images/bottomWaveSliceBlue5.47e176fb.svg");
	display: flex;
	height: 64px;
	overflow: hidden;
	width: 100%;
}
.bDZnDu {
	background-color: rgb(249, 250, 254);
	background-image: url("../images/topWaveSliceBlue5.57825f7b.svg");
	display: flex;
	height: 64px;
	overflow: hidden;
	width: 100%;
}

#L_articles .post-slide .image {
	height: 200px;
	position: relative;
	border-radius: 0.7rem;
	overflow: hidden;
}
#L_articles .post-slide {
	 background: transparent;  
	margin: 10px;
	padding: 0;
	  border-radius: 0; 
	 border: none;  
	 box-shadow:none;  
	overflow: hidden;
}
#L_articles .post-review {
	margin: 0px auto;
	text-align: left;
	padding: 10px 0;
	border-radius: 8px;
}
#L_articles .post-review .date {
	  padding:0;  
 background: transparent; 
	display: inline-block;
	border-radius: 60px;
	font-size: 0.95rem;
	color: var(--grey-500);
	font-weight: 400;
	margin: 0;
}
#L_articles .post-title > a {
	color: var(--grey-800); 
}

#L_articles .post-slide:hover .post-title a { 
	color: var(--main) !important;
}

.auther_Datemain .author {
	font-weight: 500;
	letter-spacing: -0.3px;
	display: block;
	margin: 0 0 2px 0;
}
 

.auther_Datemain p {
	margin: 0;
	font-size: .898rem!important;
}
 
.course_image {
	width: 100%;
	height: 170px;
	background: #ddd;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}

.course_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.crsdtil .header_job h3 {
	margin: 0 0 0 0;
	max-width: 500px;
}
.course-price .compare-price {
	color: var(--grey-400) !important;
	margin: 0 0 0 9px;
	text-decoration: line-through;
	font-weight: 500 !important;
	font-size: 1rem !important;
}
.crsdtil .metadata { 
	padding: 0px 0 0 0;
}
.crsdtil .metadata ul li { 
	margin: 0 10px 2px 0;
	font-weight: 400;
	color: var(--gray);
	font-size: 0.875rem!important;
}
.course_itemPg .job_result_item { 
	margin-bottom: 30px; 
	padding: 10px; 
}
.exprt_badges.couese_badgessPg {
	position: absolute;
	left: 30px;
	top: 24px;
	background: #fff;
	padding: 0;
	margin: 0 !important;
	line-height: 20px;
	border-radius: 5px;
}
.exprt_badges.couese_badgessPg .badge {
  margin: 0;
}

.crsdtil .header_job h3 a {
	color: #1c1d1f;
	transition: 0.3s;
	display: block;
	line-height: normal;
	margin-bottom: 4px;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 1.1rem;
}


.course_itemPg:hover h3 a { 
	color: var(--main) !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.job_result_item:hover{ 
	-webkit-box-shadow: rgba(11, 43, 158, 0.35) 0px 10px 20px;
	box-shadow: rgba(11, 43, 158, 0.35) 0px 10px 20px;
}
.fullclickDv {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}

.crsdtil .click_four {
	position: relative;
	z-index: 2;
}

.click_four .smalldesc {height:0px;overflow:hidden;transition: all 1s ease;} 
.click_four button {text-decoration: underline; font-weight:600;font-size:0.95rem;background-color: transparent; border: 0px;color:var(--main);}
.click_four button:hover {text-decoration: none;}
.click_four .bigdesc { height: auto;}





