/********** Template CSS **********/
:root {
    /* --primary: #00B074; */
    /* --secondary: #2B9BFF; */
    --primary: #004aad;
    --secondary: #ef9e3a;
    --light: #EFFDF5;
    --dark: #2B3940;
}
 
 
 /* :root {
    --primary: #3B71CA;
    --secondary: #9FA6B2;
    --light: #FBFBFB;
    --dark: #FBFBFB;
} */

.bg-primary{
	background-color: var(--primary) !important;
}

a{
	color: var(--primary);
}

.text-primary{
	color: var(--primary) !important;
}

.btn-primary{
	background-color: var(--primary) !important;
	border-color: var(--secondary) !important;
}

.btn-secondary {
	background-color: var(--secondary) !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid var(--primary);
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: var(--primary);
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/banner-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


.breadcrumb-item a {
    color: var(--bs-warning);
	font-weight:700;
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 20px;
}

nav.navbar.bootsnav ul.nav > li > a {
  color: #657582;
  text-transform: uppercase;
  background-color: transparent !important;
}

.side-dashboard {
  background: #ffffff;
  padding: 2rem 0rem;
  min-height: 100vh;
}

.dashboard-avatar {
  width: 100%;
  padding: 2rem;
  text-align: center;
}

.dashboard-avatar-thumb {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: table;
  margin: 0 auto 10px;
  border: 5px solid #e9ecf3;
}

.dashboard-avatar-thumb img {
  border-radius: 50%;
  max-width: 110px;
}

.dashboard-avatar {
  text-align: center;
}

.dashboard-menu ul {
  padding: 0;
  margin: 0;
}


.dashboard-menu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dashboard-menu h4 {
  margin-top: 12px;
  margin-left: 17px;
}

.dashboard-menu ul li.active a {
  background: rgba(17, 183, 25,0.1);
  border-color: rgba(17, 183, 25,0.1);
  color: #11b719;
  background: rgba(84, 93, 100,0.1);
  border-color: rgba(84, 93, 100,0.1);
  color: #0084FF;
  color: #F76E11;
  background: rgba(225, 188, 128,0.5);
  border-color: rgba(225, 188, 128,0.5);
}
.dashboard-menu ul li a {
  color: #8894a9;
  width: 100%;
  display: inline-block;
  padding: 1.4rem 0 1.4rem 1.5rem;
  border-bottom: 1px solid #f3f5f9;
    border-bottom-color: rgb(243, 245, 249);
}

.dashboard-menu ul li a i {
  margin-right: 8px;
}

.dashboard-body {
  padding: 2rem 2rem 2rem 0;
  background: #f6f7f9;
}

.dashboard-caption {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #eef2fd;
}

.dashboard-caption-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem;
  border-bottom: 1px solid #f3f5f9;
  background-color: #F76E11;
}

.dashboard-caption-header h4 {
  flex: 1;
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
}

.dashboard-caption-wrap {
  padding: 2rem;
}

.dashboard-stat.widget-1 {
  background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color: rgba(0, 0, 0, 0);
  background-color: #1baf65;
}

.dashboard-stat {
  display: inline-block;
  padding: 0;
  height: 160px;
  background-color: #444;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  transition: .3s;
  cursor: default;
}

.dashboard-stat-content {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.dashboard-stat-icon {
  font-size: 65px;
}
.dashboard-stat-icon {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-40%);
  font-size: 80px;
  opacity: .2;
}

.dashboard-stat-icon {
  font-size: 65px;
}

.inner-header-title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #242d3e;
  opacity: 0.6;
}

.inner-header-title {
  border-bottom: 4px solid #aa68fc;
}



.inner-header-title {
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
  overflow: visible;
  position: relative;
  border-bottom: 4px solid #004aad;
  background-size: cover;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-header-title h1 {
  font-weight: 600;
}

.advance-search{
	padding: 20px 0 20px 0
}

html body .full-width {
  width: 100%;
}
html body .mrg-bot-20 {
  margin-bottom: 20px !important;
}

.ur-detail-wrap {
  width: 100%;
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding: 0 2em 1.50em 2em;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}

.ur-detail-wrap-header {
  padding: 18px 0 10px 0;
  border-bottom: 1px solid #e0dfe6;
  margin-bottom: 1.5em;
}

.sidebar-widgets {
  margin-bottom: 30px;
}

.btn-info {
  background: #1db9aa;
  border-color: #1db9aa;
  color: #fff;
}

.filter-wraps {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  padding: 20px 25px;
  border: 1px solid #eef4f9;
  align-items: center;
  flex-wrap: wrap;
}

.filter-wraps-one {
  flex: 1;
}

.filter-wraps-one ul {
  margin: 0;
  padding: 0;
    padding-left: 0px;
  display: inline-block;
  padding-left: 1.5rem;
}

.filter-wraps-one ul li {
  display: inline-block;
  padding-right: 10px;
  list-style: none;
}

.filter-wraps-one ul li a {
  font-size: 12px;
  background: #ecf0f7;
  padding: 5px 10px;
  border-radius: 2px;
  color: #566788;
}

.filter-wraps-one ul li a i {
  margin-left: 4px;
}

.hidden-lg {
    display: none !important;
}
  
.candidate-list-layout, .newjob-list-layout {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  padding: 20px 25px;
  border: 1px solid #eef4f9;
  align-items: center;
  flex-wrap: wrap;
}

.cll-wrap {
  flex: 1;
}

.cll-thumb {
  max-width: 80px;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  height: 80px;
  float: left;
}

.cll-caption {
  display: inline-block;
  padding-left: 2rem;
  margin-top: 1.4rem;
}

.cll-caption h4 {
  padding-top: 0;
  margin-top: 0;
  font-size: 17px;
}

.cll-caption h4 span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dbe6ef;
  font-size: 14px;
  font-weight: 400;
  color: #8596b3;
}

.cll-caption ul {
  margin: 0;
    margin-top: 0px;
  padding: 0;
  margin-top: 1rem;
}

.cll-caption ul li:first-child {
  padding-left: 0px;
}
.cll-caption ul li {
  display: inline-block;
  list-style: none;
  padding-right: 1rem;
  border-right: 1px solid #dbe6ef;
  padding-left: 5px;
}
.cll-caption ul li {
  display: inline-block;
  list-style: none;
  padding-right: 1rem;
}

.btn.theme-btn.btn-shortlist {
  text-transform: capitalize;
  background: #11b719;
  border-color: #11b719;
  padding: 10px 20px;
  color: #ffffff;
  box-shadow: none;
}

.dashboard-gravity-list {
  margin: 0px 0 30px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.dashboard-gravity-list h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 20px 30px;
  background-color: #fff;
  display: block;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 0 0;
}

.dashboard-gravity-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.dashboard-gravity-list.with-icons ul li {
  padding-left: 87px;
  font-size: 14px;
}
.dashboard-gravity-list ul li {
  padding: 23px 30px;
    padding-left: 30px;
  border-bottom: 1px solid #eaeaea;
  transition: .3s;
  position: relative;
}

.dashboard-gravity-list ul li i.dash-icon-box {
  height: 38px;
  width: 38px;
  color: #7f8bab;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  transition: .3s;
  display: inline-block;
  background-color: #f4f5f7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

a.close-list-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  opacity: 0;
  padding: 4px;
  color: #ea2828;
  transition: .3s;
}

.pagination {
  display: table;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin: 20px auto 0px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination li:first-child a {
  background: #aa68fc;
  border: 1px solid #aa68fc;
}
.pagination li:first-child a {
  background: #11b719;
  border: 1px solid #11b719;
  border-radius: 2px;
  color: #ffffff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 20px;
  margin: 5px;
    margin-left: 5px;
  line-height: 1.42857143;
  color: #8296a2;
  text-decoration: none;
  background-color: #fff;
  border-radius: 2px;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination li:last-child a {
  background: #252d40;
    background-color: rgb(37, 45, 64);
  border: 1px solid #252d40;
    border-top-color: rgb(37, 45, 64);
    border-right-color: rgb(37, 45, 64);
    border-bottom-color: rgb(37, 45, 64);
    border-left-color: rgb(37, 45, 64);
  border-radius: 2px;
  color: #ffffff;
}

.filter-wraps h5 {
  margin: 0;
} 

.glow-text {
    /* font-size: 2rem; */
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 30px #0ff;
    background-color: var(--primary); /* Optional: Adds contrast */
    padding: 10px;
    display: inline-block;
  }

.glow {
  /* font-size: 80px; */
  /* color: #fff; */
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #ef9e3a, 0 0 20px #343a40, 0 0 30px #007bff, 0 0 40px #007bff, 0 0 50px #007bff, 0 0 60px #007bff, 0 0 70px #007bff;
  }
  
  to {
    text-shadow: 0 0 20px #343a40, 0 0 30px #ff4da6, 0 0 40px #ef9e3a, 0 0 50px #ff4da6, 0 0 60px #ef9e3a, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.masonry img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	cursor: pointer; /* 👈 This makes the cursor change */
}

@media only screen and (min-width: 1024px) {
  nav.navbar .navbar-brand {
    margin: 0;
  }
 nav.navbar .navbar-brand img.logo {
    width: 100px;
  }
 nav.navbar.bootsnav ul.nav > li {
    padding: 4px 12px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-right, .navbar-left {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 9px 22px 9px;
  }
}

footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {
  color: #858b9f;
  transition: all ease 0.4s;
  font-size: 14px;
}
footer.dark-footer {
  background: #252c41;
}
.skin-dark-footer .footer-bottom {
  background: #1b2132;
  border-top: none;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #e9edf3;
}
.text-right {
  text-align: right;
}
ul.footer-bottom-social {
  margin: 0;
  padding: 0;
}
ul.footer-bottom-social li {
  display: inline-block;
  list-style: none;
  margin-right: 17px;
  margin-top: 0;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
  color: #858b9f;
  font-size: 14px;
}
ul.footer-bottom-social li a {
  color: #546e7a;
}
ul.footer-bottom-social li {
  list-style: none;
}


.dashboard-body .table>thead>tr>th {
    border-bottom: 1px solid #eceff5;
}
.dashboard-body .table>tbody>tr>td, .dashboard-body .table>tbody>tr>th, .dashboard-body .table>tfoot>tr>td, .dashboard-body .table>tfoot>tr>th, .dashboard-body .table>thead>tr>td, .dashboard-body .table>thead>tr>th {
    padding: 16px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eceff5;
}
.dashboard-body .table tbody tr th a{
    color: #4683da;
}
.filt-width {
    min-width: 200px;
}


/* ==========================================================================
Form And Button
========================================================================== */
button:hover, input:hover, input:focus, button:focus{
outline:none;
}
.form-control {
    height:50px;
    /* border: 1px solid #dde6ef; */
    border: 1px solid #0E6783;
	margin-bottom:10px;
    box-shadow: none;
    border-radius: 0;
    background: #fbfdff;
    font-size: 15px;
	color:#445461;
    font-weight: 400;
}
.form-group-verify{
    margin-bottom: 5px;
}
.form-control-verify {
    height:37px;
    /* border: 1px solid #dde6ef; */
    border: 1px solid #F0F0F0;
	margin-bottom:10px;
    box-shadow: none;
    border-radius: 0;
    background: #fbfdff;
    font-size: 15px;
	color:#445461;
    font-weight: 400;
    width:100%;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
	margin-bottom:10px;
    border: 1px solid #dde6ef;
}
.form-control:hover, .form-control:focus{
border:1px solid #dde6ef;
-webkit-box-shadow:0 1px 1px rgba(7,177,7,.075);
box-shadow:0 1px 1px rgba(7,177,7,.075);
outline:none;
}
.form-control .btn.dropdown-toggle.btn-default:hover, .form-control .btn.dropdown-toggle.btn-default:focus{
border:none;
-webkit-box-shadow:none;
box-shadow:none;
outline:none;
}
.bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-default {
    background: transparent;
    height: 46px;
    border: 1px solid transparent;
    color:#445461;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
    outline:none !important;
    outline-offset:0 !important;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    padding: 8px 10px;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
    box-shadow: none;
    background: #11b719;
    color: #ffffff;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color:#445461;
    background-color: transparent;
    border-color: transparent;
}
button.btn.dropdown-toggle.btn-default {
    background: transparent;
    border: none;
    box-shadow: none;
    height: 46px;
}
textarea::-moz-placeholder{color:#6a7884;opacity:1;}
textarea::-ms-input-placeholder{color:#6a7884;}
textarea::-webkit-input-placeholder{color:#6a7884;}

.form-control::-moz-placeholder{color:#99abb9;opacity:1;}
.form-control::-ms-input-placeholder{color:#99abb9;}
.form-control::-webkit-input-placeholder{color:#99abb9;}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline: none;
    outline-offset: 0;
}

/*---------- Custom Upload Button -----------*/
.dashboard-body .input-group {
    width:100%;
}
.custom-file {

    height: calc(2.8em + 0.75rem + 2px);
}
.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.8em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.8em + 0.75rem + 3px);
    padding: 1.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
/* .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.9em + 0.75rem);
    padding: 1.388rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
} */
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

label {
  font-size: 13px;
  font-weight: 600;
  color: #495677;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.form-control::placeholder {
  color: #99abb9;
  opacity: 1;
}

article {
  position: relative;
}

.brows-job-position {
  padding: 0 15px 15px;
}

.brows-job-location {
  margin-top: 23px;
}

.btn.btn-popular-jobs {
  padding: 17px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  background: #f2f3f5;
}

.tg-featuretag::after {
  top: 100%;
  left: 0;
  border-top: 5px solid #eb344f;
  border-left: 5px solid transparent;
}

.tg-themetag {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
}

.tg-themetag {
  top: 7px;
  left: -5px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: absolute;
  background: #ff526c;
  padding: 5px 3px 3px 10px;
  text-transform: uppercase;
}

.brows-job-position .job-type {
  padding: 3px 12px;
  color: #ffffff;
  margin-left: 10px;
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 13px;
}
.brows-job-position p span {
  margin-top: 12px;
}
html body .cl-success {
  color: #11b719 !important;
}
html body .bg-trans-success {
  background: rgba(15, 183, 107,0.12) !important;
}

.item-click .brows-job-list .brows-job-sallery {
  margin-left: 15px;
}
.brows-job-position p .brows-job-sallery {
  margin-right: 0;
}
.brows-job-position p span {
  margin-top: 12px;
}

.tg-featuretag::before {
  top: 0;
  left: 100%;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #ff526c;
}
.tg-featuretag::before, .tg-featuretag::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.tg-featuretag::after {
  top: 100%;
  left: 0;
  border-top: 5px solid #eb344f;
  border-left: 5px solid transparent;
}

.item-click .brows-job-position {
  padding: 0;
}

.brows-job-list {
  display: flex;
  width: 100%;
  clear: both;
  padding: 20px;
  transition: .4s;
  margin-top: 25px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(88,96,109,0.14);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(88,96,109,0.14);
  -moz-box-shadow: 0px 0px 10px 0px rgba(88,96,109,0.14);
  align-items: center;
}

.item-fl-box {
  width: 100%;
  display: flex;
  align-items: center;
}

.brows-job-company-img img {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
}

.brows-job-company-img {
  width: 75px;
  margin: 0 auto;
  margin: 10px auto;
  height: 75px;
  display: inline-block;
  background: #f4f5f7;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 75px;
}

.item-fl-box .brows-job-company-img {
  margin: 0;
    margin-right: 0px;
  margin-right: 15px;
  display: table;
}


.intern.hero {
  background: linear-gradient(135deg, #4f46e5, #9333ea);
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}
.intern.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.intern.feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}