/* :root {
    --primary: #08365A;
    --primary2: #0f7c83;
    --primary3: #0F3733;

    --gradient: linear-gradient(to right, #228A89, #08365A);
    --reverse-gradient: linear-gradient(to right, #08365A, #228A89);

    --secondary: #00efef;
    --secondary2: #228A89;
    --secondary3: #228888;
} */

* {
  margin: 0;
  padding: 0;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #197B72;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #176E41;
}

::-webkit-scrollbar {
  height: 4px;              /* height of horizontal scrollbar ← You're missing this */
  width: 4px;               /* width of vertical scrollbar */
  border: 1px solid #f1f1f1;
}

/* select.form-control:not([size]):not([multiple]) {
  height: 35px;
} */

.search-div {
  width: 700px;
  margin: 0 auto;
  position: relative
}

.search-div .search-input {
  padding: 26px 20px;
  border-radius: 30px;
  position: absolute;
  border: none;
}

.search-div .search-input:focus {
  box-shadow: none !important;
}

.search-div .search-btn {
  position: absolute;
  right: 3px;
  background-color: var(--buttonColor);
  color: #ffffff;
  margin-top: 3px;
  padding: 10px 20px;
  border-radius: 30px
}
.about-content div.search-div input.search-input:focus{
    border: none !important;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50) !important;
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50) !important;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50) !important;
}
.search-div .search-btn:hover {
  color: #ffffff !important;
}

.category-toggle  {
  display: none;
}


@media (max-width: 768px) {
  .search-div {
    width: 100%;
  }
}

@media (max-width: 576px) {

  .category-toggle  {
    display: block;
  }

  .about-content {
    min-height: 38px;
  }

  .search-div {
    width: 95%;
  }

  .search-div .search-input {
    padding: 18px 12px;
    font-size: 13px;
  }

  .search-div .search-btn {
    font-size: 13px;
    position: absolute;
    right: 3px;
    background-color: #2A3990;
    color: #ffffff;
    margin-top: 3px;
    padding: 5px 10px;
    border-radius: 30px;
  }

  .about-content h1 {
    display: none;
  }

  .about-content h2 {
    display: none;
  }

  .about-content p {
    display: none;
  }

  .category-item-wrapper {
    padding: 0px 4px !important;
  }

  .sidebar-category-list {
    display: none;
  }

  .category-show-btn {
    display: block;
  }

  .footer-item h3 {
    font-size: 1.1rem !important;
  }
}





ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

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

.p-60 {
  padding: 60px 0px;
}

.btn-add {
  background: #0f7c83;
  color: #fff !important;
}

.btn-add:hover {
  background: #fff !important;
  color: #0a0a0a !important;
}

.primary-btn {
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 23px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  background: #00cc67;
  position: relative;
}

.primary-btn i {
  margin-left: 5px;
}

img {
  max-width: 100%;
}

.btn:not(:disabled):not(.disabled) {
  color: white;
  text-decoration: none;
}

.header-top {
  background: #363B4D;
  color: #fff;
  padding: 10px;
}

.submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 220px;
  z-index: 999;
}

a.primary-btn:hover .submenu {
  display: block;
}

ul.user-section {
  float: right;
}

.user-section li {
  color: #fff;
  float: left;
}

.header-bottom {
  padding: 20px;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .main-menu {
  margin-top: 10px;
} */

.main-menu ul li {
  float: left;
}

.main-menu ul li a,
.auth-main-menu ul li a {
  padding: 5px 12px;
  border: 1px solid #e8e8e8;
  margin: 0 5px;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #0a0a0a;
}

.main-menu ul li a:hover,
.auth-main-menu ul li a:hover {
  background: #0f7c83;
  color: #fff;
}

ul.user-section li a {
  color: #fff;
  margin-right: 10px;
}
ul.user-section li i {
  margin-right: 10px;
}
img{
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
.about {
    padding: 10px 0px;
    position: relative;
    /* background: #0F3733; */
    /* background: #228A89; */
    /* background: #08365A; */
    /* background: #228888; */
    background: #00efef;
    /* background: var(--secondary2); */
    /* background: linear-gradient(to right, #228A89, #08365A); */
}

.about-content {
  position: relative;
  z-index: 999;
  text-align: center;
  color: #fff;
  width: 100%;
}

.about:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(54, 59, 77, 0.514);
  height: 100%;
  width: 100%;
}

.about fieldset {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}

.about i {
  left: 20px;
  color: #666;
  font-size: 20px;
  float: left;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.about-content .form-group {
  width: 30%;
  float: left;
  border-right: 1px solid #e6e5e5;
  margin-bottom: 0;
  padding-top: 3px;
}

.about-content h1 {
  margin-bottom: 0px;
}

.about-content h2 {
  font-weight: 300;
  margin: 20px 0px;
  font-size: 25px;
}

.about-content .form-group input, .about-content .form-group select {
  border: 0;
  height: 50px;
  border-radius: 0;
  font-size: 16px;
  width: 82%;
  outline: 0;
}

.about-content .form-group select {
  margin-top: 5px;
}

.about-content .form-group input:focus, .about-content .form-group select:focus {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

button.tg-btn {
  background: #44519d;
  border: none;
  padding: 17px 16px;
  color: #fff;
  cursor: pointer;
  margin-right: -1px !important;
}

.about-content p {
  font-size: 14px;
  margin-top: 90px;
  font-weight: 400;
  color: #ececec;
}

.gradient-wrapper {
  border: solid 1px rgba(112,112,112,.38);
  background-color: #ffffff;
  border-radius: 3px;
}

.gradient-title {
  position: relative;
  padding: 0 10px;
}

.gradient-title:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.gradient-title h3 {
  position: relative;
  font-size: 18px;
  z-index: 3;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 500;
}

.gradient-title:after {
  position: absolute;
  background-repeat: no-repeat;
  content: "";
  height: calc(92%);
  width: calc(99%);
  margin: 0 auto;
  top: 2px;
  left: 0.5px;
  right: 0;
  z-index: 2;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 0 !important;
}

.sidebar-category-list .card-header {
  background: transparent;
  padding: 5px 10px;
}
.sidebar-item-box .gradient-title h3 {
  font-family: 'Ubuntu', sans-serif;
  padding-bottom: 10px !important;
  border-bottom: 0px;
}
.product-thumb .carousel-indicators {
  bottom: -30px;
}
.product-thumb .carousel-indicators li {
  width: 110px;
  cursor: pointer;
}
.product-thumb .carousel-indicators li img {
  height: 50px;
  width: 100%;
}

ul.sidebar-category-list li {
  position: relative;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

ul.sidebar-category-list li a {
  width: 100%;
  font-size: 13px !important;
  color: #212529;
  font-weight: bold;
  display: inline-block;
  padding: 8px 8px;
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: inherit;
}
ul.sidebar-category-list li:last-child{
  border-bottom: 0px solid #eaeaea;
}

ul.sidebar-category-list li a i {
  font-size: 18px !important;
  color: #176E41;
}

ul.sidebar-category-list li a img {
  margin-right: 15px;
  display: inline-block;
}
ul.sidebar-category-list li a:hover,  ul.sidebar-category-list li a.active{
  color: #176E41 !important;
}
ul.sidebar-category-list li span {
  position: absolute;
  right: 10px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.short_description {
  font-size: 12px;
}

.breadcrumbs-area {
  padding: 25px 0;
  width: 100%;
}



.breadcrumbs-area ul li, .breadcrumbs-area ul li a {
  display: inline-block;
  color: #28282B !important;
}

.breadcrumbs-area ul .active {
  color: #28282B !important;
}

.footer-item h3 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #363b4d;
  /*position: relative;*/
  padding-bottom: 10px;
}

.footer-item h3:after {
  /*position: absolute;*/
  content: "";
  height: 3px;
  width: 40px;
  background: #393a40;
  left: 0;
  /*bottom: 20px;*/
}

.footer-item ul.list-item li a {
  color: #7d7d7d;
  font-size: 13px;
  padding: 0px;
  display: inherit;
}

.footer-item ul.list-item li:last-child a {
  border-bottom: 0px solid #f1f1f1;
}

.application li {
  width: 48%;
  float: left;
}

ul.social {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
}

ul.social li {
  float: left;
}

ul.social li a i {
  height: 40px;
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.fa-facebook {
  background: #3b5998;
}

.fa-jsfiddle{
  background: #0084FF;
}

.fa-twitter {
  background: #55acee;
}

.fa-google-plus {
  background: #dc4e41;
}

.fa-linkedin {
  background: #0077b5;
}

.fa-pinterest {
  background: #bd081c;
}

.fa-rss-square {
  background: #f57d00;
}

.fa-youtube {
  background: #FF0000;
}

section.category {
  /* background: #F3F6F5; */
  padding: 0px 50px;
}

.sidebar-item-box {
  width: 100%;
}
.category-item {
  text-align: center;
  min-height: 120px;
  width: 100%;
  /* box-shadow: 0px 5px 10px rgb(249, 249, 249); */
  border: solid 1px rgba(112,112,112,.38);
  border-radius: 10px;
  padding-top: 8px;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  height: 170px;
  overflow: hidden;
}

.content-container {
  background-color: #FFFFFF !important;
  border-radius: 10px !important;
}
.category-item img{
  width: 50px;
  height: 50px;
}
.category-item i{
  color: #176e41!important;
}

.category-item h5 a {
  color: #197B72 !important;
  font-size: 15px;
  color: #191616;
  margin-top: 12px;
  display: inherit;
  font-weight: 700;
}

.category-item-wrapper {
    width: 100%;
    padding: 7px 20px;
}
.category-item-wrapper .col-md-3 {
    padding-right: 7px;
    padding-left: 7px;
}
.promotion img {
    width: 1070px;
    height: 80px;
    /* margin: 0 auto; */
    display: block;
}
.footer-bottom {
    border-top: 1px solid #60b09b;
    background: #fff;
    padding: 10px 0px;
    color: #000000;
}
.footer-bottom p{
    margin: 0px;
    padding: 10px 0;
}
.footer-bottom strong{
    color: #000000;
}

.sidebar-category-list button {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #191616;
}
.sidebar-category-list .card{
    border: none;
}

.sidebar-category-list button i {
  font-size: 18px !important;
  color: #176E41;
  padding-top: 2px;
}

.btn-link:hover {
  color: #176E41 !important;
}

.login-wrapper {
  padding: 60px 0px;
  /* background: url(../../assets/images/placeholder.jpg) no-repeat fixed; */
  position: relative;
  width: 100%;
  background-size: cover;
}

.login-user {
    border-radius: 4px;
    float: right;
    background: #fffffff5;
    /* width: 100%; */
    padding: 0px 15px 0px 15px;
}

.login-user .gradient-title{
  width: 100%;
  margin-bottom: 20px;
}
.login-user .gradient-title h3 {
  font-weight: 700;
  color: #64666f;
  font-size: 18px;
  padding: 0px;
}

.login-user .form-group input{
  width: 100%;
  padding: 9px;
  border: 1px solid #eee;
  font-size: 14px;
  outline: 0;
}
.login-user .tg-btn {
  padding: 10px 30px;
  border-radius: 2px;
}
span.or {
  font-size: 22px;
  text-align: center;
  display: inherit;
  margin: 10px 0px;
  color: #3d4051;
  font-weight: 700;
}
.social-login {
  display: inline;
  background: #fff;
  color: #000;
  padding: 10px 25px;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
}
.facebook {
  background: #44519d;
  color: #fff;
}

.tg-btn.secondary-btn {
  background: #363b4d;
  outline: 0;
  border-radius: 4px;
  transition: all .4s ease;
}
.tg-btn.secondary-btn:hover{
  background: #44519d;
}

.quick-rule h4{
  font-size: 20px;
}


.button-group-center {
  margin: 18px auto;
  display: table;
}
a.create-account.text-center {
  display: inherit;
  color: #383940;
  font-size: 17px;
}

.login-user.read-first {
  margin-bottom: 20px;
}

.login-user.read-first .card{
  width: 100%;
}
.login-user.read-first .card .card-text{
  color: #0a0a0a;
}
.sidebar-category-list .nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 100%;
}
.post-add .gradient-wrapper,.post-add .gradient-wrapper,.post-add .nav-tabs .nav-item{
  width: 100%;
}
.post-add .nav-tabs .nav-item{
  border: 1px solid #eee;
}
.caregories-wrapper{
  padding: 20px;
}
.caregories-wrapper .category-item {
  min-height: auto;
  padding-bottom: 30px;
}
.quick-rule h3{
  font-size: 20px;
  padding: 15px 2px 0px 15px;
}
.quick-rule li i{
  margin-right: 5px;
}
.quick-rule li{
  color: #887a7a;
  font-size: 15px;
  margin-bottom: 9px;
}
.user-type input[type="radio"]:checked + label:after {
  border: 5px solid #E91E63;
}
.user-type input[type="radio"] {
  display: none;
}
.user-type input[type="radio"]+label {
  cursor: pointer;
  margin-right: 20px;
  padding-left: 25px;
  vertical-align: sub !important;
  position: relative;
  color: #838383;
  margin-bottom: 0;
}

.user-type input[type="radio"] + label:before {
  border: 2px solid #E91E63;
}

.user-type input[type="radio"] + label:before, .user-type input[type="radio"] + label:after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background-color: transparent;
}
.user-type {
  width: 100%;
  margin-left: 18px;
}
.mce-notification.mce-has-close {
  padding-right: 15px;
  display: none;
}

.form-group input[type='file']{
  display: none;
}
.form-group .ads-photos {
  position: relative;
  background: #363b4d;
  color: #fff;
  padding: 12px 30px;
  display: table;
  margin: 12px auto;
}
.photos-group {
  width: 100%;
  display: inline-block;
  padding: 30px;
  padding-top: 20px;
  border: 2px dashed #dedede;
}

.form-group .ads-photos::after {
  content: url(../../assets/images/image-gallery.png);
  position: absolute;
  top: -10px;
  left: -70%;
  height: 50px;
  width: 50px;
}
.form-group .ads-photos::after img{
  height: 50px;
  width: 50px;
}
.user-info h3 {
  font-size: 16px;
  padding: 0;
  padding-bottom: 10px;
}
.add-count {
  height: 42px;
  width: 100px;
  text-align: center;
  border: 1px solid #eee;
  position: absolute;
  right: 20px;
  top: 15px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 22px;
  padding-top: 9px;
  font-weight: 700;
  color: #E91E63;
  border-radius: 5px;
  box-shadow: 0px 5px 4px rgba(243, 243, 243, 0.6);
}
.business-profile h3 {
  font-size: 20px;
  margin: 20px 0 ;
  display: inline-block;
  width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #ffffff;
  background-color: #0f7c83;
  border: 1px solid #0f7c83;
}

.gradient-title{
  width: 100%;
}
.tab-wrapper{
  width: 100%;
}
.tab-wrapper .gradient-title h3 {
  font-size: 14px;
}
.go-button{
  display: none;
}

#category_continue {
  background: #0f7c83;
  border: none;
  padding: 9px 18px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
}
.login-user.read-first.mandatory-field{
  margin-left: 0px;
}
.mandatory-field .user-info h3{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.mandatory-field .quick-rule h4 {
  font-size: 16px;
  line-height: 24px;
}
.col-md-7.login-user.read-first h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #404040;
}
.bg-one{
  background: #f8f8f8;
}

.sidebar-item-box h3 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
ul.user-menu {
  width: 100%;
  display: inherit;
  margin-left: 30px;
}
ul.user-menu li{
  margin-right: 5px;
  margin-bottom: 5px;
}
ul.user-menu li a {
  display: inherit;
  padding: 8px 20px;
  background: #363b4d;
  text-align: center;
  color: #fff;
  border-right: 1px solid;
  border-radius: 4px;
  transition: all .3s ease;
}


ul.user-menu li a:hover,ul.user-menu li a:focus,ul.user-menu li a.active{
  background: #0f7c83 !important;
}
.user-details .form-group label{
  text-align: right!important;
  display: inherit;
  margin-top: 10px;
}
.user-details .form-group input.form-control{
  height: 35px;
}
.mandatory-field h3 {
  font-size: 18px;
}
.change-password h3 {
  margin-left: 5%;
  margin-bottom: 1rem;
}
.user-details .card {
  padding: 20px 0px 10px;
}

.details-title {
  font-size: 20px;
  margin: 20px 35px;
  font-weight: 700;
}
.user-details .tg-btn.secondary-btn {
  padding: 9px 25px;
}
.promotion-item {
  padding: 10px;
  border: 1px solid #eee;
  margin: 20px;
  transition: all .4s ease;
  border-radius: 10px;
}
.promotion-item:hover {
  box-shadow: 0px 5px 10px rgba(206, 199, 199, 0.6);
}
.promotion-item img{
  width: 161px;
  height: 121px;
  border-radius: 10px;
}
.promotion-item h3 {
  font-size: 21px;
  display: inline-block;
  width: 95%;
  margin-top: 10px;
  line-height: 28px;
}
.promotion-item h4 {
  font-size: 20px;
  width: 100%;
  color: #0f7c83;
}
.promotion-item p label{
    display: block;
    margin-top: 10px;
    padding: 2px 20px;
    color: #fff;
    border-radius: 3px;
  }
.btn-edit {
  position: absolute;
  right: 0;
  top: 5%;
}
.cover.photos-group label {
  margin-left: 20%;
}
.resume.user-menu li a {
  background: transparent;
  color: #363b4d;
  border: 1px solid #eee;
  margin-right: 10px;
}
.resume.user-menu li a:hover,.resume.user-menu li a.active {
  background: transparent;
  border: 1px solid #0f7c83;
}
.btn-edit .resume{
  top: 10%;
}
.empty-space{
  height: 50px;
}
.education .tg-btn {
  padding: 10px 30px;
  border-radius: 3px;
}
.education-table{
  margin: 15px 0px;
}
.education-table .card{
  padding: 0px;
}
.education-table ul li {
  border-bottom: 1px solid #eee;
  padding: 5px 0px;
}
.education-table ul li:last-child{
  border-bottom: 0px solid #eee;
}

.education-table ul li h4 {
  font-size: 15px;
}
.education-table ul li span{}

.user-details-view {
  padding: 0px 30px;
}
.user-details-view h3 {
  font-size: 25px;
  font-weight: 700;
  color: #0f7c83;
}
.user-details-view ul li{
  color: #716a6a;
  padding: 5px 0px;
}
table{
  width: 100%;
}
.directory {
  width: 100%;
}
.directory-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.directory-item h3 a {
  font-size: 20px;
  color: #6f6f6f;
}
.directory-item ul {
    display: inline-block;
    height: 60px;
    overflow: hidden;
}
.directory-item .height-50{
    height: 60px;
    overflow: hidden;
}
.directory-item .height-100{
    height: 100%;
    overflow: visible;
    display: block;
}
.directory-item #show-more {
    position: absolute;
    right: 0px;
    /* top: 41px; */
    bottom: 7px;
    cursor: pointer;
}
.directory-item ul li {
  float: left;
}
.directory-item ul li a {
  margin-right: 10px;
  color: #797979;
  font-size: 15px;
  background: #363b4d;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 13px;
  margin-bottom: 7px;
  display: inherit;
}

.category-product .promotion-item {
  padding: 10px;
  border: 1px solid #eee;
  margin: 10px;
  transition: all .4s ease;
  height: 144px !important;
}
.category-product .promotion-item p {
  margin-bottom: 5px;
}
.category-product .promotion-item h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 7px !important;
  display: inline-block;
}
.category-product .promotion-item span{
  width: 100%;
  font-size: 14px;
  color: #828282;
}

.product-content h3 {
  font-size: 22px;
  color: #33395d;
  font-weight: 700;
}
.product-content p i{
  margin-right: 10px;
}
.product-content p{
  color: #7e7e82;
}
.product-content h4 {
  font-size: 20px;
  color: #167d94;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-content h5 {
  margin-bottom: 15px;
}
button.btn.btn-red {
  background: #f36d2d;
  color: #fff;
  transition: all .4s ease;
  border: 1px solid transparent;
}
button.btn.btn-red:hover{
  background: transparent;
  color: #000;
  border: 1px solid #eee;
}
.product-content .tg-btn {
  padding: 7px 20px;
  margin-left: 10px;
}
.discription ul li {
  padding: 5px 0px;
  font-size: 15px;
}
.discription ul li i {
  margin-right: 10px;
  color: #373e67;
}
.discription ul li strong {
  color: #373e67;
}
.discription.clearfix {
  border-top: 1px solid #eee;
  display: inherit;
  padding-top: 15px;
}
.recommand .promotion-item{
  margin: 0px;
  margin-bottom: 15px;
}
.recommand .promotion-item h3,.recommand .promotion-item h3 a{
  font-size: 20px;
  color: #000;
  margin-top: 0;
}
h3.recommand-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.job-item h3 a {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  display: block;
  color: #000000;
  font-weight: 400;
}
.job-item h5 {
  font-size: 13px;
  display: block;
  width: 100%;
  margin: 10px 0px;
  color: #0f7c83;
}
.job-item img {
  margin-top: 6px;
  margin-left: 6px;
  width: 142px;
  height: 107px;
  /* max-height: 100px; */
}

.job-item h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #336141;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.job-item span {
  font-size: 13px !important;
}
.job-item {
  width: 100% !important;
  border-top: 0.5px solid #d4ded9;
  /* margin-top: 15px; */
  /* padding-bottom: 20px; */
  transition: all .4s ease;
  height: 120px;
}
.job-item:hover {
  box-shadow: 0 0 8px 0 #d4ded9;
    border-radius: 4px;
}
.job-details {
  width: 100%;
}
.job-details-header h3 a {
  color: #000;
  font-size: 21px;
  font-weight: 400;
}
.job-details-header h4 {
  font-size: 20px;
}
job-details-header h5 {
  font-size: 18px;
  color: #44519d;
}
.job_application h3 {
  font-size: 21px;
  color: #797777;
}
.job_application .social {
  width: auto;
  padding: 8px 0px;
}
.job_application ul.social li a i {
  border-radius: 5%;
}
.sidebar li h4{
  margin-bottom: 0px;
}
.sidebar li h4 strong a {
  font-weight: 400;
  color: #3F51B5;
  padding: 5px 0px;
  display: inline-block;
  transition: all .4s ease;
}
.sidebar li h4 strong a:hover,.sidebar li h4 strong a.active{
  padding-left: 10px;
  color: #007bff;
}
.frequently-header {
  text-align: center;
}
.frequently-header {
  width: 100%;
}
.frequently-header h2 {
  font-size: 24px;
  color: #00cc67;
  font-weight: 700;
}
.frequently-header h3 {
  font-size: 16px;
}
.frequently .education-table{
  margin: 0px;
}
h3.section-title {
  font-size: 22px;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.section-wrapper .card-header {
  padding: .25rem 1.25rem;
  background-color: rgb(54, 59, 77);
}
.section-wrapper .btn-link {
  color: #ffffff;
}
.entry-summary p {
  line-height: 28px;
  color: #656565;
}
.entry-summary h3{
  font-size: 16px;
  line-height: 28px;
}
/*# sourceMappingURL=style.css.map */
.my-account:hover{
  color: white;
}

#topBtn{
  float: right;
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 22px;
  width: 45px;
  border-radius: 50%;
  height: 45px;
  background: #363b4d;
  color: white;
  border: 0px;
  cursor: pointer;
  display: none;
}
section.promotion{
    background: #f8f8f8;
    padding: 5px 60px;
    padding-left: 35px;
}
/*.footer_promotion img {
    width: 90%;
    margin: 15px auto;
    display: block;
    height: 100px;
}*/
.N_pagination{
  list-style: none;
  display: inline-block;
  padding: 0;
}

.N_pagination li{
  display: inline;
  text-align: center;
}

.N_pagination a{
  float: left;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}

.N_pagination a:active{
  outline: none;
}

.n_modal a{
  margin: 0 5px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #468599;
  transform: translateY(0);
  transition: all .3s ease-out;
}

.n_modal a.prev{
  border-radius: 50px 0 0 50px;
  width: 100px;
}

.n_modal a.next{
  border-radius: 0 50px 50px 0;
  width: 100px;
}

.n_modal a:hover{
  background-color: #2a3990;
  color: #fff;
  font-weight: 1000;
  transform: translateY(-8px);
  transition: all .3s ease-out;
}

.n_modal a.active, .n_modal a:active{
  background-color: #2a3990;
}
