.employers-details-area{
    padding-bottom:30px !important;
}
.error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.error-message br+br {
  margin-top: 25px;
}

.sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*-------- Button Style Css --------*/
.btn-theme {
    background-color: #2e4b9b;
    border: 1px solid #2e4b9b;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 8px 35px 8px;
    text-align: center;
}

.btn-theme.btn-sm {
    height: 38px;
    padding: 4px 5px 6px;
    width: 110px;
}

@media only screen and (max-width: 1199px) {
    .btn-theme.btn-sm {
        height: 34px;
        padding: 4px 4px 4px;
        width: 90px;
        font-size: 13px;
    }
}

.btn-theme.btn-white {
    background-color: #fff;
    border: 1px solid rgba(3, 168, 78, 0.18);
    color: #2e4b9b;
}

.btn-theme.btn-white:hover {
    background-color: #2e4b9b;
    border-color: #2e4b9b;
    color: #fff;
}

.btn-theme:hover {
    background-color: #fff;
    border: 1px solid #2e4b9b;
    color: #2e4b9b;
}





.employers-details-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f7f7;
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 45px 50px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .employers-details-wrap {
        padding: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .employers-details-wrap {
        display: block;
    }
}

@media only screen and (max-width: 479.98px) {
    .employers-details-wrap {
        padding: 30px;
    }
}

.employers-details-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 479.98px) {
    .employers-details-info {
        display: block;
    }
}

.employers-details-info .thumb img {
    border-radius: 5px;
}

.employers-details-info .content {
    margin-top: -3px;
    margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .employers-details-info .content {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 479.98px) {
    .employers-details-info .content {
        margin-left: 0;
        margin-top: 15px;
    }
}

.employers-details-info .content .title {
    font-size: 24px;
    margin-bottom: 13px;
}

@media only screen and (max-width: 991px) {
    .employers-details-info .content .title {
        font-size: 20px;
        margin-bottom: 12px;
    }
}

.employers-details-info .content .sub-title {
    color: #2e4b9b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.employers-details-info .content .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

@media only screen and (max-width: 575px) {
    .employers-details-info .content .info-list {
        display: block;
    }
}

.employers-details-info .content .info-list li {
    color: #656565;
    font-size: 14px;
    line-height: 1;
}

.employers-details-info .content .info-list li+li {
    margin-left: 19px;
}

@media only screen and (max-width: 575px) {
    .employers-details-info .content .info-list li+li {
        margin-left: 0;
        margin-top: 10px;
    }
}

.employers-details-info .btn-theme {
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    width: 120px;
    padding: 8px;
}

@media only screen and (max-width: 1199px) {
    .employers-details-info .btn-theme {
        font-size: 13px;
        height: 35px;
        width: 110px;
        padding: 2px;
    }
}

.employers-details-info .btn-theme.btn-white {
    border-color: #eef0f5;
    color: #272a33;
}

.employers-details-info .btn-theme.btn-white:hover {
    color: #fff;
    background-color: #2e4b9b;
    border-color: #2e4b9b;
}

.employers-details-info .btn-theme+.btn-theme {
    margin-left: 11px;
}

@media only screen and (max-width: 575px) {
    .employers-details-info .btn-theme+.btn-theme {
        margin-left: 0;
    }
}

.employers-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    .employers-counter {
        margin-top: 20px;
    }
}

.employers-counter .counter-item {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 17px 10px 20px;
    width: 100px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

@media only screen and (max-width: 479.98px) {
    .employers-counter .counter-item {
        padding: 5px;
        width: 70px;
    }
}

.employers-counter .counter-item .counter {
    font-size: 32px;
    margin-bottom: 7px;
}

@media only screen and (max-width: 1199px) {
    .employers-counter .counter-item .counter {
        font-size: 28px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 479.98px) {
    .employers-counter .counter-item .counter {
        font-size: 22px;
        margin-bottom: 3px;
    }
}

.employers-counter .counter-item .title {
    color: #2e4b9b;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .employers-counter .counter-item .title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479.98px) {
    .employers-counter .counter-item .title {
        font-size: 13px;
    }
}

.employers-counter .counter-item+.counter-item {
    margin-left: 20px;
}

@media only screen and (max-width: 479.98px) {
    .employers-counter .counter-item+.counter-item {
        margin-left: 5px;
    }
}

.employers-counter .counter-item:hover {
    background-color: #2e4b9b;
}

.employers-counter .counter-item:hover .counter {
    color: #fff;
}

.employers-counter .counter-item:hover .title {
    color: #fff;
}


.employers-details-item .content {
    margin-bottom: 44px;
}

@media only screen and (max-width: 1199px) {
    .employers-details-item .content {
        margin-bottom: 24px;
    }
}

.employers-details-item .content .title {
    font-size: 30px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 1199px) {
    .employers-details-item .content .title {
        font-size: 26px;
        margin-bottom: 12px;
    }
}

.employers-details-item .content .desc {
    margin-bottom: 19px;
    margin-right: -4px;
}

@media only screen and (max-width: 767px) {
    .employers-details-item .content .desc {
        font-size: 15px;
        margin-right: 0;
    }
}

.employers-details-item .employers-details-list li {
    font-size: 16px;
    display: block;
    line-height: 1.75;
    position: relative;
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .employers-details-item .employers-details-list li {
        font-size: 15px;
    }
}

.employers-details-item .employers-details-list li i {
    margin-right: 12px;
    margin-right: 12px;
    position: absolute;
    left: -2px;
    top: 6px;
}










.employers-sidebar .widget-item {
    background-color: #f4f7f7;
    border-radius: 5px;
    margin-left: -30px;
    margin-bottom: 60px;
    padding: 44px 50px 31px;
}

@media only screen and (max-width: 1199px) {
    .employers-sidebar .widget-item {
        margin-left: 0;
        padding: 29px 34px 16px;
        margin-bottom: 30px;
    }
}

.employers-sidebar .widget-item.widget-contact {
    padding: 44px 50px 50px;
}

@media only screen and (max-width: 1199px) {
    .employers-sidebar .widget-item.widget-contact {
        padding: 29px 34px 36px;
    }
}

.employers-sidebar .widget-item.widget-contact .widget-title .title {
    margin-bottom: 30px;
}

.employers-sidebar .widget-title .title {
    display: inline-block;
    font-size: 30px;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
    .employers-sidebar .widget-title .title {
        font-size: 24px;
        padding-bottom: 16px;
        margin-bottom: 14px;
    }
}

.employers-sidebar .widget-title .title:before {
    background-color: #2e4b9b;
    content: "";
    height: 3px;
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 0;
}

.employers-sidebar .summery-info .table {
    background-color: transparent !important;
    margin-bottom: 0;
}

.employers-sidebar .summery-info .table tbody tr .table-name {
    color: #272a33;
    font-weight: 500;
    min-width: 136px;
}

@media only screen and (max-width: 1199px) {
    .employers-sidebar .summery-info .table tbody tr .table-name {
        min-width: auto;
    }
}

.employers-sidebar .summery-info .table tbody tr .dotted {
    min-width: 4px;
    padding-right: 28px;
}

@media only screen and (max-width: 1199px) {
    .employers-sidebar .summery-info .table tbody tr .dotted {
        padding-right: 10px;
        padding-left: 8px;
        padding-bottom: 0;
        min-width: auto;
    }
}

.employers-sidebar .summery-info .table tbody tr td {
    color: #656565;
    font-size: 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 15px;
    min-width: 130px;
    background-color: transparent !important;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .employers-sidebar .summery-info .table tbody tr td {
        font-size: 14px;
        min-width: auto;
        padding: 0 0 12px;
    }
}

.employers-sidebar .summery-info .table tbody .rating {
    display: inline-block;
    color: #ff9600;
    font-size: 13px;
    position: relative;
    margin-left: 3px;
}

.employers-sidebar .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 19px;
}

.employers-sidebar .social-icons a {
    background-color: transparent;
    border: 1px solid #dfe2e7;
    border-radius: 5px;
    color: #05103b;
    height: 45px;
    font-size: 28px;
    width: 45px;
    text-align: center;
    line-height: 43px;
}

.employers-sidebar .social-icons a+a {
    margin-left: 14px;
}

.employers-sidebar .social-icons a:hover {
    background-color: #2e4b9b;
    border-color: #2e4b9b;
    color: #fff;
}

.employers-sidebar #contact-form textarea.form-control {
    height: 150px;
}

@media only screen and (max-width: 1199px) {
    .employers-sidebar #contact-form textarea.form-control {
        height: 120px;
    }
}









/*
-----------------------------------------------------------------------
  Services CSS
-----------------------------------------------------------------------
*/


.recent-job-inner-area .pagination-area {
    margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-inner-area .pagination-area {
        margin-top: 10px;
    }
}



.recent-job-item {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 42px 40px 41px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item {
        padding: 30px 28px 29px;
    }
}

.recent-job-item .company-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recent-job-item .company-info img {
    border-radius: 5px;
    min-width: 75px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .company-info img {
        min-width: auto;
        width: 58px;
    }
}

.recent-job-item .company-info .content {
    margin-left: 30px;
    margin-top: -1px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .company-info .content {
        margin-left: 14px;
    }
}

.recent-job-item .company-info .name {
    color: #272a33;
    font-size: 20px;
    margin-bottom: 9px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .company-info .name {
        font-size: 16px;
    }
}

.recent-job-item .company-info .name a {
    color: #272a33;
}

.recent-job-item .company-info .name a:hover {
    color: #2e4b9b;
}

.recent-job-item .company-info .address {
    font-size: 15px;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .company-info .address {
        font-size: 14px;
    }
}

.recent-job-item .main-content {
    margin: 0px 0 20px;
}

.recent-job-item .main-content .title {
    color: #272a33;
    font-size: 24px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .main-content .title {
        font-size: 18px;
    }
}

.recent-job-item .main-content .title a {
    color: #272a33;
}

.recent-job-item .main-content .title a:hover {
    color: #2e4b9b;
}

.recent-job-item .main-content .work-type {
    color: #2e4b9b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .main-content .work-type {
        font-size: 14px;
    }
}

.recent-job-item .main-content .desc {
    font-size: 15px;
    line-height: 1.87;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .main-content .desc {
        font-size: 13px;
        max-width: none;
    }
}

.recent-job-item .recent-job-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recent-job-item .recent-job-info .salary {
    align-items: center;
    display: flex;
}

.recent-job-item .recent-job-info .salary .sal-amt {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .recent-job-info .salary .sal-amt {
        font-size: 19px;
    }
}

.recent-job-item .recent-job-info .salary p {
    font-size: 14px;
    position: relative;
    margin-bottom: 0 !important;
}

.recent-job-item:hover {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(114, 118, 116, 0.08);
    box-shadow: 0px 15px 15px 0px rgba(114, 118, 116, 0.08);
}

.recent-job-style2-item {
    background-color: #f4f7f7;
}

.recent-job-style2-item:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
    box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
}

.recent-job-style3-item {
    background-color: #f4f7f7;
    padding: 36px 35px 36px;
}

.recent-job-style3-item.recent-job-item .company-info .content {
    margin-bottom: 0;
}

.recent-job-style3-item.recent-job-item .company-info .name {
    font-size: 19px;
    margin-right: -2px;
}

.recent-job-style3-item.recent-job-item:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
    box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
}

.job-details-wrap {
    background-color: #f4f7f7;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 45px 44px 45px 50px;
}

@media only screen and (max-width: 991px) {
    .job-details-wrap {
        padding: 30px 21px 30px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .job-details-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-wrap {
        display: block;
        text-align: center;
    }
}

.job-details-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 575px) {
    .job-details-info {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-info .thumb {
        margin-bottom: 22px;
    }
}

.job-details-info .thumb img {
    border-radius: 5px;
}

.job-details-info .content {
    margin-top: -3px;
    margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .job-details-info .content {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-info .content {
        margin-left: 0;
        margin-top: 0;
    }
}

.job-details-info .content .title {
    font-size: 24px;
    margin-bottom: 9px;
}

@media only screen and (max-width: 991px) {
    .job-details-info .content .title {
        font-size: 22px;
        margin-bottom: 8px;
    }
}

.job-details-info .content .sub-title {
    color: #2e4b9b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.job-details-info .content .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .job-details-info .content .info-list {
        display: block;
    }
}

.job-details-info .content .info-list li {
    color: #656565;
    font-size: 14px;
    line-height: 1;
}

.job-details-info .content .info-list li+li {
    margin-left: 19px;
}

@media only screen and (max-width: 575px) {
    .job-details-info .content .info-list li+li {
        margin-top: 14px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .job-details-price {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-price {
        margin-top: 18px;
    }
}

.job-details-price .title {
    font-size: 24px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
    .job-details-price .title {
        font-size: 24px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .job-details-price .title {
        font-size: 22px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-price .title {
        font-size: 22px;
        margin-bottom: 14px;
    }
}

.job-details-price .title span {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: inline-block;
    left: -8px;
}

.job-details-price .btn-theme {
    width: 130px;
    height: 45px;
    padding: 8px 5px 10px;
}

@media only screen and (max-width: 991px) {
    .job-details-price .btn-theme {
        width: 120px;
        height: 41px;
        padding: 5px;
    }
}

.job-details-item {
    margin-top: -7px;
}

.job-details-item .content {
    margin-bottom: 44px;
    margin-right: 70px;
}

@media only screen and (max-width: 1199px) {
    .job-details-item .content {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.job-details-item .content .title {
    font-size: 30px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 1199px) {
    .job-details-item .content .title {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.job-details-item .content .desc {
    margin-bottom: 19px;
    margin-right: -4px;
}

.job-details-item .job-details-list li {
    font-size: 16px;
    display: block;
    line-height: 1.75;
    position: relative;
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .job-details-item .job-details-list li {
        font-size: 15px;
    }
}

.job-details-item .job-details-list li i {
    margin-right: 12px;
    margin-right: 12px;
    position: absolute;
    left: -2px;
    top: 6px;
}

.job-details-item .btn-apply-now {
    background-color: #2e4b9b;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 10px;
    border-radius: 5px;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 39px;
    position: relative;
    margin-top: 46px;
}

@media only screen and (max-width: 1199px) {
    .job-details-item .btn-apply-now {
        margin-top: 16px;
        font-size: 15px;
        padding: 5px;
        width: 150px;
        height: 50px;
        line-height: 40px;
    }
}

.job-details-item .btn-apply-now i {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 16px;
}

@media only screen and (max-width: 1199px) {
    .job-details-item .btn-apply-now i {
        font-size: 17px;
        margin-left: 0;
    }
}

.job-details-item .btn-apply-now:hover {
    background-color: #272a33;
    color: #fff;
}




/*
-----------------------------------------------------------------------
  Form CSS
-----------------------------------------------------------------------
*/
#contact-form {
    position: relative;
}

#contact-form .form-group {
    margin-bottom: 10px;
}

#contact-form .form-control {
    border: 1px solid #eef0f5;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #656565;
    height: 55px;
    font-size: 15px;
    padding: 0 20px 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
    #contact-form .form-control {
        height: 45px;
        font-size: 14px;
    }
}

#contact-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #656565;
}

#contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #656565;
}

#contact-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #656565;
}

#contact-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #656565;
}

#contact-form .form-control:active,
#contact-form .form-control:focus {
    border-color: #2e4b9b;
}

#contact-form textarea.form-control {
    height: 220px;
    padding-top: 15px;
}

@media only screen and (max-width: 1199px) {
    #contact-form textarea.form-control {
        height: 120px;
    }
}

#contact-form .btn-theme {
    font-size: 16px;
    height: 55px;
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    #contact-form .btn-theme {
        font-size: 15px;
        height: 45px;
        margin-top: 5px;
    }
}