/*
Theme Name: Worknory Theme
Theme URI: 
Description: Worknory Theme
Version: 1.01
Author: Sadiq Hashim
Tags: Worknory Theme
*/

body {
    font-size:16px !important;
    font-family: "Poppins", sans-serif !important;
     font-style: normal;
    color:#686868 !important;
    overflow-x: hidden;
}
.banner {
    position: relative;
    background: #f3f3f3;
}
header {
    position: relative;
    padding: 20px 0px;
    background: #fff;
}
.logo {
    position: relative;
}
.menu {
    position: relative;
    text-align: right;
}
.menu ul {
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 20px;
}
.menu ul li:last-child {
    padding-right: 0px;
}
.menu ul li a {
    color: #686868;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.5s all;
}
.menu ul li a:hover {
    color: #0118d8;
}
.mb-menu {
    position: relative;
    text-align: right;
    display: none;
}
.mb-menu div {
    outline: none !important;
    background: #fff;
    border: none;
    padding: 7px 10px;
    border-radius: 3px;
}
.mb-menu div span {
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0px;
    background: #0118D8;
}
 .sidenav {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 999;
     top: 0;
     left: -2px;
     background-color: #0118D8;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 0px;
     border-right: 1px solid #0118D8;
 }
 .sidenav ul {
     padding: 0px;
     margin: 60px 0px 0px;
 }
 .sidenav ul li {
     position: relative;
     list-style: none;
     padding: 10px 0px 10px 15px;
 }
 .sidenav ul li a {
     font-size: 18px;
     line-height: 18px;
     color: #fff !important;
     text-decoration: none !important;
     padding-left: 5px;
 }
 .sidenav .closebtn {
     color: #fff;
     position: absolute;
     top: 40px;
     right: 20px;
     font-size: 32px;
     font-weight: 600;
     line-height: 24px;
     padding: 5px !important;
     cursor: pointer;
     z-index: 99;
 }
.banner-txt {
    position: relative;
    padding: 100px 0px;
    text-align: center;
}
body.page-template-general .banner-txt, body.page-template-search .banner-txt {
    text-align: center;
}
.banner-txt h1 {
    font-size: 54px;
    font-weight: 600;
    color: #000;
    margin: 0px;
}
.banner-txt h1 span {
    display: block;
}
.banner-txt p {
    font-size: 22px;
    color: #686868;
    margin: 10px 0px 0px;
}
.ban-form {
    position: relative;
    padding: 0px 20px;
    margin-top: 40px;
}
.ban-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}
.ban-form input:focus {
    outline: none !important;
    border: 1px solid #0118D8;
}
.ban-form input[type="submit"] {
    font-weight: 500;
    color: #fff;
    background: #0118D8;
    border: 1px solid #0118D8;
    text-transform: uppercase;
}
.ban-form input[type="submit"]:hover {
    color: #fff;
    background: #212e9d;
    border: 1px solid #212e9d;
}
.what-sec {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.what-sec span {
    font-size: 18px;
    font-weight: 500;
    color: #0118D8;
    display: block;
}
.what-sec h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 10px 0px 15px;
}
.what-sec p {
    margin: 0px;
}
.what-sec ul {
    padding: 0px;
    margin: 25px 0px 0px;
}
.what-sec ul li {
    list-style: none;
    background: url(images/check-mark.png) left center no-repeat;
    padding-left: 35px;
    margin: 10px 0px;
    display: block;
    text-align: left;
}
.what-sec img {
    border-radius: 10px;
    box-shadow: -8px 8px 0px 0px #0118D8;
}
.wt-box {
    position: relative;
    margin: 60px 0px 0px;
    text-align: left;
    background: #f3f3f3;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 5px 0px 0px #c3c3c3;
    border: 1px solid #c3c3c3;
}
.wt-box h3, .wt-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0px;
}
.wt-box p {
    margin: 20px 0px 0px;
    min-height: 120px;
}
.wt-box img {
    box-shadow: none;
    border-radius: 0px;
}
.wtb-right {
    position: relative;
    padding-right: 15px;
}
.wtb-left {
    position: relative;
    padding-left: 20px;
}
.benefit-sec {
    position: relative;
    text-align: center;
    padding: 50px 0px;
    background: url(images/discover-banner.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.benefit-sec h2 {
    font-size: 42px;
    color: #fff;
    margin: 0px;
}
.benefit-sec p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0px;
}
.benefit-sec ul {
    padding: 0px;
    margin: 0px;
}
.benefit-sec ul li {
    color: #fff;
    display: inline-block;
    list-style: none;
    background: #ffffff57;
    padding: 10px;
    margin: 10px 10px;
    border-radius: 5px;
    border-bottom: 3px solid #fff;
    width: 30%;
}
.logo-sec {
    position: relative;
    padding: 50px 0px;
}
.logo-sec h2 {
    font-size: 36px;
    color: #000;
    margin: 0px;
    text-align: center;
}
.logo-sec p {
    margin: 10px 0px 20px;
}
.job-location-link {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 15px 18px;
    margin: 30px 0px 0px 0;
    background: #ffffff;
    color: #0118D8;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(19, 62, 135, 0.06);
    text-align: center;
}
.job-location-link:hover {
    background: #0118D8;
    color: #ffffff;
    border-color: #0118D8;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(19, 62, 135, 0.18);
}
.job-location-link:focus {
    outline: none;
    text-decoration: none;
    color: #ffffff;
    background: #0118D8;
    border-color: #0118D8;
    box-shadow: 0 0 0 0.2rem rgba(19, 62, 135, 0.2);
}
.log-box {
    position: relative;
    padding: 20px;
    text-align: center;
    display: block;
    margin-top: 30px;
    border-radius: 5px;
}
.log-box img {
    width: 80px;
    height: auto;
}
.log-box a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}
.log-box p {
    font-weight: 500;
    color: #0118D8;
    margin: 20px 0px 0px;
}
.logo-sec a.br-all {
    font-weight: 500;
    color: #fff;
    padding: 10px 0px;
    display: block;
    width: 200px;
    border-radius: 3px;
    background: #0118D8;
    border: 1px solid #0118D8;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    margin: 50px auto 0px;
}
.logo-sec a.br-all:hover {
    color: #fff;
    background: #212e9d;
    border: 1px solid #212e9d;
}
footer {
    position: relative;
    padding: 50px 0px;
    background: #2a2a2a;
}
footer .logo {
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
footer ul {
    padding: 0px 0px 0px 30px;
    margin: 0px;
}
footer ul li {
    list-style: none;
    display: block;
    margin: 15px 0px;
}
footer ul li a {
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.5s ease;
}
footer ul li a:hover {
    color: #c1d7ff;
}
.help-box {
    position: relative;
}
.help-box span {
    color: #fff;
    font-weight: 600;
}
.help-box h2 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 5px 0px 15px;
}
.help-box a {
    font-weight: 500;
    color: #fff;
    padding: 15px 10px;
    display: inline-block;
    border-radius: 3px;
    background: #0118d8;
    border: 1px solid #0118d8;
    text-transform: uppercase;
    text-decoration: none !important;
}
.help-box a:hover {
    color: #fff;
    background: #212e9d;
    border: 1px solid #212e9d;
}
.foo-bottom {
    position: relative;
    padding: 30px 0px;
    background: #2a2a2a;
    border-top: 1px solid #4c4c4c;;
}
.foo-bottom p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
}
.foo-bottom ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.foo-bottom ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}
.foo-bottom ul li:last-child {
    margin-right: 0px;
}
.foo-bottom ul li a {
    color: #fff;
    text-decoration: none !important;
}
.foo-bottom ul li a:hover {
    color: #8c98ff;
}

/** Contact **/
.contact-section {
    position: relative;
    padding: 50px 0px;
}
.cont-form {
    position: relative;
    background: #dadeff;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #c1c7fd;
    box-shadow: 0px 5px 0px 0px #0118D8;
}
.cont-form form {
    padding: 40px;
}
.cont-form input, .cont-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #a9b3ff;
    border-radius: 5px;
    outline: none !important;
}
.cont-form textarea {
    height: 100px;
}
.cont-form input:focus, .cont-form textarea:focus {
    outline: none !important;
    border: 1px solid #0118D8;
}
.cont-form form label {
    display: block;
}
.cont-form input[type="submit"] {
    font-weight: 600;
    color: #fff;
    background: #0118D8;
    border: 1px solid #0118D8;
    width: auto;
    padding: 10px 30px;
    text-transform: uppercase;
}
.cont-form input[type="submit"]:hover {
    color: #fff;
    background: #212e9d;
    border: 1px solid #212e9d;
}
.cont-dt {
    background: #42925f;
    text-align: center;
}
.cont-dt h2 {
    color: #fff;
    margin: 30px 0px 0px;
}
.cont-dt ul {
    padding: 0px;
    margin: 25px 0px 0px;
}
.cont-dt ul li {
    list-style: none;
}
.cont-dt ul li a {
    font-size: 19px;
    color: #fff;
    text-decoration: underline;
}

/** About **/
.abt-txt {
    position: relative;
    padding: 30px 0px 50px;
}
.abt-txt h2 {
    font-weight: 600;
    color: #000;
    margin: 20px 0px 0px;
}
.abt-txt p {
    font-size: 17px;
    margin: 10px 0px 0px;
}
.abt-section {
    position: relative;
    padding: 50px 0px;
    background: #f3f3f3;
}
.abt-white {
    background: #fff;
}
.abt-section h3 {
    font-weight: 600;
    color: #0118d8;
    margin: 0px;
}
.abt-section p {
    font-size: 17px;
    margin: 15px 0px 0px;
}
.abt-white h3, .abt-white p {
    color: #000;
}

/** job list **/
body.archive header {
    border-bottom: 2px solid #ededed;
}
body.post-type-archive .banner-txt, body.tax-job_company .banner-txt, body.tax-job_location .banner-txt {
    padding: 0px;
}
body.post-type-archive .tag-head, body.tax-job_company .tag-head, body.tax-job_location .tag-head {
    margin-top: 50px;
}
.us-banner {
    position: relative;
    padding: 55px 0px;
    background: url(images/banner.jpg) top center no-repeat;
    background-size: cover;
    text-align: center;
}
.us-banner h1 {
    font-family: 'Barlow-Bold';
    color: #fff;
    margin: 0px;
}
.jobs-section {
    position: relative;
    padding: 10px 0px 50px;
}
.job-box {
    position: relative;
    padding: 15px 15px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #c9c9c9;
    border: 1px solid #c9c9c9;
    background: #ffffff;
    margin-top: 25px;
}
.job-box img {
    width: 40px;
    display: block;
}
.job-box span {
    font-size: 14px;
    color: #000;
    display: block;
    margin: 0px 0px 5px;
}
.job-box h2, .job-box h5 {
    font-size: 20px;
    margin: 15px 0px 0px;
}
.job-box h2 a, .job-box h5 a {
    color: #0118D8;
}
.job-box ul {
    padding: 0px;
    margin: 10px 0px 0px;
}
.job-box ul li {
    font-size: 15px;
    color: #000;
    list-style: none;
    display: block;
    margin: 10px 0px;
    background-size: 16px !important;
}
.job-box ul li span {
    font-size: 15px;
    display: inline-block;
    margin: 0px;
    font-weight: 600;
    margin-right: 10px;
}
/*.job-box ul li:first-child {
    background: url(images/pin-icon.png) center left no-repeat;
}
.job-box ul li:last-child {
    background: url(images/pin-icon.png) center left no-repeat;
}*/
.job-box a.app-btn {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #686868;
    display: block;
    width: 120px;
    text-align: center;
    padding: 7px 0px 6px;
    border-radius: 5px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 15px;
}
.job-box a.app-btn:hover {
    background: #212e9d;
}
nav.pagination {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
nav.pagination span, nav.pagination a {
    color: #fff;
    background: #686868;
    padding: 5px 17px;
    border-radius: 5px;
}
nav.pagination span.current {
    background: #0118d8;
}

/** job detail **/
body.single-post .banner-txt, body.single-job .banner-txt {
    display: none;
}
.breadcrumbs-section {
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    background: #f3f3f3;
    text-align: center;
    color: #000;
    border-radius: 10px 10px 0px 0px;
}
.breadcrumbs-section a {
    color: #0118d8;
}
.job-header {
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.job-head {
    position: relative;
    background: #0118D8;
    padding: 10px 20px;
}
.job-head h1 {
    font-size: 35px;
    color: #fff;
    margin: 0px;
}
.job-head p {
    font-size: 18px;
    color: #fff;
    margin: 0px;
}
.job-head ul {
    padding: 0px;
    margin: 10px 0px;
}
.job-head ul li {
    list-style: none;
    color: #fff;
}
.job-head img {
    display: block;
    margin: 0 auto;
}
.job-head .col-lg-4 {
    text-align: center;
}
.job-head a.app-btn {
    font-size: 17px;
    font-weight: 600;
    color: #0118D8;
    background: #fff;
    display: block;
    width: 140px;
    text-align: center;
    padding: 8px 0px 10px;
    border-radius: 5px;
    text-decoration: none !important;
    margin: 20px auto 0px;
    text-transform: uppercase;
}
.job-head a.app-btn:hover {
    color: #fff;
    background: #97b5ea;
}
.job-text {
    position: relative;
    padding: 0px 0px 50px;
}
.job-description {
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 0px 20px 30px;
    border-radius: 0px 0px 10px 10px;
}
.job-text p {
    font-size: 17px;
    margin: 15px;
}
.job-text h2, .job-text h3 {
    font-size: 24px;
    color: #000;
    margin: 25px 0px 0px;
}
.job-text ul {
    margin: 15px 0px;
}
.job-text ul li {
    font-size: 17px;
}
.job-text a.apply-btn {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: #0118D8;
    display: block;
    width: 140px;
    text-align: center;
    padding: 8px 0px 10px;
    border-radius: 5px;
    text-decoration: none !important;
    margin: 20px 0px 0px;
    text-transform: uppercase;
}
.job-text a.apply-btn:hover {
    background: #212e9d;
}
.tag-section {
    position: relative;
    padding-bottom: 50px;
}
.tag-box {
    position: relative;
    border-radius: 5px;
    margin-top: 40px;
}
.tag-box h4 {
    font-size: 26px;
    color: #000;
    margin: 0px 0px 15px;
}
.tag-box ul {
    padding: 0px;
    margin: 0px;
}
.tag-box ul li {
    font-size: 15px;
    color: #000;
    list-style: none;
    padding: 10px;
    display: inline-block;
    border: 2px dashed #0118D8;
    margin: 10px 5px;
    border-radius: 5px;
    width: 30%;
    vertical-align: text-top;
}
.tag-box ul li:hover {
    color: #fff;
    background: #0118D8;
}
.tag-box ul li a {
    color: #000;
    text-decoration: none !important;
}
.tag-box ul li:hover a {
    color: #fff;
}
section.employer-info {
    background: #f3f3f3;
    padding: 20px 30px;
    margin-top: 50px;
    border-radius: 10px;
    border: 2px dashed #ccc;
}
section.employer-info h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
}
section.employer-info h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 20px 0px 0px;
}
section.employer-info p {
    margin: 20px 0px;
}
section.employer-info a {
    color: #0118d8;
}
section.worknory-explore-categories {
    position: relative;
    padding-bottom: 50px;
}
section.worknory-explore-categories h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0px;
}
a.worknory-category-card {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    display: block;
    text-align: center;
    background: #0118d8;
    padding: 10px;
    margin-top: 20px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none !important;
}
a.worknory-category-card span.category-count {
    display: block;
    font-size: 13px;
    font-weight: 400;
}
a.worknory-category-card:hover {
    color: #fff;
    background: #3243d9;
}

<style>
#applyModal .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

#applyModal .modal-header {
    border-bottom: 0;
    padding: 0;
    position: relative;
}

#applyModal .modal-top {
    width: 100%;
    padding: 28px 28px 22px;
    background: linear-gradient(135deg, #133e87 0%, #2563eb 100%);
    color: #ffffff;
}

#applyModal .modal-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    padding: 7px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
}

#applyModal .modal-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #ffffff;
}

#applyModal .modal-subtitle {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    max-width: 420px;
}

#applyModal .close {
    position: absolute;
    top: 16px;
    right: 18px;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    transition: 0.25s ease;
}

#applyModal .close:hover {
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

#applyModal .modal-body {
    padding: 26px 28px 10px;
    background: #ffffff;
}

#applyModal .apply-info-box {
    background: #f8faff;
    border: 1px solid #e7eefc;
    border-radius: 14px;
    padding: 18px 18px 6px;
}

#applyModal .apply-info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#applyModal .apply-info-box ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #26272b;
    line-height: 1.5;
}

#applyModal .apply-info-box ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e8f0ff;
    color: #133e87;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
}

#applyModal .modal-footer {
    border-top: 0;
    padding: 18px 28px 28px;
    background: #ffffff;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

#applyModal .btn {
    min-width: 150px;
    border-radius: 12px;
    padding: 12px 22px;
    font-weight: 600;
    box-shadow: none;
}

#applyModal .btn-secondary {
    background: #eef2f7;
    border-color: #eef2f7;
    color: #26272b;
}

#applyModal .btn-secondary:hover {
    background: #e2e8f0;
    border-color: #e2e8f0;
    color: #26272b;
}

#applyModal .btn-primary {
    background: #0118D8;
    border-color: #0118D8;
}

#applyModal .btn-primary:hover {
    background: #0f3270;
    border-color: #0f3270;
}

#applyModal .modal-note {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
    color: #6b7280;
}

@media (max-width: 575px) {
    #applyModal .modal-top,
    #applyModal .modal-body,
    #applyModal .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    #applyModal .modal-title {
        font-size: 24px;
    }

    #applyModal .btn {
        width: 100%;
    }
}
</style>



/** index page **/
body.category .banner-txt {
    display: none;
}
.jb-head {
    position: relative;
    text-align: center;
}
.jb-head h1 {
    font-size: 35px;
    color: #000;
    margin: 30px 0px 10px;
}
.index-sec {
    position: relative;
    padding-bottom: 40px;
}
.index-sec .pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.index-sec .pagination a {
    color: #fff;
    background: #0118D8;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.index-sec span.current, .index-sec .pagination a:hover {
    font-weight: 500;
    color: #fff;
    background: #2027b5;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
}

/** search page **/
.search-section {
    position: relative;
    padding: 50px 0px;
}
.search-form {
    position: relative;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #e3e3e3;
    background: #ffffff;
}
.search-form input, .search-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-form input:focus, .search-form select:focus {
    outline: none !important;
    border: 1px solid #0118D8;
}
.search-form select {
    margin-top: 20px;
}
.search-form button {
    color: #0118D8;
    padding: 0px;
    background: none;
    border: none;
    margin-top: 10px;
    outline: none !important;
}
.search-form button:hover {
    color: #212e9d;
}
.search-form input[type="submit"] {
    font-weight: 500;
    color: #fff;
    background: #0118D8;
    border: 1px solid #0118D8;
    text-transform: uppercase;
}
.search-form input[type="submit"]:hover {
    color: #fff;
    background: #212e9d;
    border: 1px solid #212e9d;
}
.search-result {
    position: relative;
    padding-bottom: 50px;
}
.search-result h2 {
    color: #000;
    margin: 0px;
    text-align: center;
}
.search-result h3 {
    color: #0118D8;
    margin: 10px 0px 0px;
    text-align: center;
}


/** single styling **/
.postbody {
    position: relative;
    margin: 50px 0px;
}
.postbody h1 {
    font-family: 'Barlow-Medium';
    color: #000;
    margin: 0px;
}
.postbody p {
    font-size: 17px;
    margin: 15px 0px 0px;
}

/** thank you **/
body.page-template-success_page .banner-txt {
    display: none;
}
.success_dev {
    position: relative;
    padding: 30px 20px 20px;
    text-align: center;
    margin: 50px 0px;
    background: #f4f5ff;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #d4d8f9;
    box-shadow: 0px 0px 10px 0px #c5c8ff;
}
.success_dev h1 {
    font-weight: 600;
    color: #000;
    margin: 20px 0px 15px;
}
.success_dev p, .success_dev h6 {
    font-size: 17px;
    color: #000;
}
.success_dev a.btn {
    font-weight: 500;
    color: #fff;
    background: #0118D8;
    border: none !important;
    padding: 10px 25px 12px;
    text-transform: uppercase;
    margin: 25px 0px;
}

/** register page **/
body.page.page-id-25188 .banner-txt {
    display: none;
}
.reg-text {
    position: relative;
}
.reg-text h2 {
    color: #000;
    margin: 0px;
}
form#postal-payments-form {
    position: relative;
    background: #f4f5ff;
    border-left: 5px solid #0118D8;
    margin-top: 30px;
}
.form-left {
    position: relative;
    padding: 20px 0px 20px 20px;
}
form#postal-payments-form label {
    color: #000;
    display: block;
    margin: 0px;
}
form#postal-payments-form input, form#postal-payments-form select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none !important;
    margin-top: 5px;
}
form#postal-payments-form input:focus, form#postal-payments-form select:focus {
    outline: none !important;
    border: 1px solid #0118D8;
}
form#postal-payments-form div#credit-card-form select {
    width: 35%;
    margin-right: 5px;
}
form#postal-payments-form div#credit-card-form p {
    font-size: 13px;
}
form#postal-payments-form .form-right {
    position: relative;
    background: #0118D8;
    padding: 20px;
}
form#postal-payments-form .form-right h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}
form#postal-payments-form .form-right .paymf1 {
    margin-top: 25px;
}
form#postal-payments-form .form-right label {
    color: #fff;
}
form#postal-payments-form .form-right input, .form-right select {
    border: none !important;
}
form#postal-payments-form .form-right p.nominal-text {
    font-size: 11px;
    color: #fff;
}
form#postal-payments-form .form-right input[type="submit"] {
    font-weight: 600;
    color: #000;
    background: #fff;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 20px;
}
.what-txt {
    position: relative;
    margin-top: 50px;
    text-align: center;
}
.what-txt h2 {
    color: #000;
    margin: 0px;
}
.what-txt ul {
    padding: 0px;
    margin: 20px 0px 0px;
}
.what-txt ul li {
    list-style: none;
    color: #000;
    background: #f4f5ff;
    margin: 10px 0px;
    padding: 10px 20px;
    border-radius: 5px;
    border-bottom: 2px solid #bcc2ff;
}
.t-logos {
    position: relative;
    margin-top: 30px;
}
.t-logos img {
    margin: 0px 20px;
}



/** general page **/
.in-ban-txt {
    padding: 50px 0px;
}
.general {
    position: relative;
    padding: 50px 0px;
}
.general h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0px 0px 25px;
}
.general p {
    margin: 15px 0px 0px;
}

/** industries **/
.comp-list {
    position: relative;
    padding: 30px 0px 50px;
}
.comp-list a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #0118D8;
    padding: 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
    text-decoration: none !important;
    border-radius: 5px;
    transition: 0.3s all;
}
.comp-list a span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.comp-list a:hover {
    color: #fff;
    background: #212e9d;
}
body.tag .banner-txt {
    padding: 0px;
}
body.tag .search-result {
    padding: 30px 0px 50px;
}
.tag-head {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.tag-head h1 {
    font-size: 36px;
    color: #0118D8;
    margin: 0px;
}

/*........ For Mobile ........*/
@media only screen and (max-width: 767px) {
.menu {
    display: none;
}
.banner header .col-4 {
    text-align: right;
}
.mb-menu {
    display: inline-block;
}
.banner-txt {
    padding: 40px 0px 10px;
}
.banner-txt h1 {
    font-size: 36px;
}
.banner-txt p {
    font-size: 18px;
}
.ban-form {
    padding: 5px 15px 15px;
    top: 0px;
    margin-top: 20px;
}
.ban-form input {
    margin-top: 10px;
}
.what-sec {
    padding: 30px 0px 30px;
}
.what-sec h2 {
    font-size: 22px;
}
.what-sec img {
    box-shadow: -5px 5px 0px 0px #0118D8;
}
.wt-box {
    margin: 40px 0px 0px;
}
.wt-box img {
    margin: 0px;
    box-shadow: none;
}
.wtb-right, .wtb-left {
    position: relative;
    padding: 30px 15px 20px;
}
.wt-box h4 {
    font-size: 24px;
}
.benefit-sec {
    padding: 30px 0px;
}
.benefit-sec h2 {
    font-size: 26px;
}
.benefit-sec p {
    font-size: 16px;
}
.benefit-sec ul li {
    display: block;
    width: auto;
}
.logo-sec {
    padding: 30px 0px;
}
.logo-sec h2 {
    font-size: 28px;
}
.log-box {
    padding: 10px;
    margin-top: 15px;
}
footer {
    padding: 30px 0px;
}
footer .logo {
    width: 220px;
}
footer .text-right {
    text-align: left !important;
}
footer ul {
    padding: 30px 0px 0px 0px;
}
.help-box {
    display: block;
    margin-top: 35px;
}
.foo-bottom {
    text-align: center;
}
.foo-bottom ul {
    margin: 20px 0px 0px;
    text-align: center;
}
.foo-bottom ul li {
    margin: 10px 10px;
}


/** About **/
.about-banner {
    padding: 30px 0px;
}
.about-banner h1 {
    font-size: 32px;
}
.about-banner p {
    font-size: 18px;
}
.abt-txt {
    padding: 10px 0px 30px;
}
.abt-txt h2 {
    font-size: 26px;
}
.abt-section {
    padding: 30px 0px;
}
.abt-section h3 {
    font-size: 26px;
    margin: 25px 0px 0px;
}
.abt-white h3 {
    margin: 0px;
}
.abt-white img {
    margin-top: 30px;
}

/** Contact **/
.contact-section {
    padding: 30px 0px;
}
.cont-form form {
    padding: 30px 20px 20px 20px;
}

/** job list **/
.us-banner {
    padding: 20px 0px;
}
.us-banner h1 {
    font-size: 30px;
}
.jobs-section {
    padding: 0px 0px 30px;
}
.job-box {
    margin-top: 30px;
}
.job-box a.app-btn {
    width: 140px;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
}

/** job detail **/
.job-head h1 {
    font-size: 30px;
}
.job-head p {
    font-size: 17px;
}
.job-head .col-lg-4 {
    text-align: left;
}
.job-head img {
    margin: inherit;
}
.job-head a.app-btn {
    margin: 10px 0px;
}
.job-text {
    padding: 20px 0px 30px;
}
.job-text h2, .job-text h3 {
    font-size: 20px;
    margin: 20px 0px 0px;
}
.tag-box {
    padding: 10px;
    margin-top: 20px;
}
.tag-box h4 {
    font-size: 24px;
    margin: 10px 0px;
}
.tag-box ul li {
    font-size: 14px;
    padding: 5px 7px;
    margin: 10px 3px;
    width: auto;
    display: inline-block;
}


/** register **/
.reg-text h2 {
    font-size: 24px;
}
form#postal-payments-form {
    border-left: 3px solid #0118D8;
}
.form-left {
    padding: 15px 0px 15px 15px;
}
.what-txt h2 {
    font-size: 24px;
}
.what-txt ul li {
    font-size: 15px;
    padding: 10px;
}
.t-logos {
    text-align: center;
}
.t-logos img {
    margin: 10px 10px 0px;
    width: 35%;
}

/** thank you **/
.success_dev {
    padding: 20px 10px;
    margin: 30px 0px;
}
.suc_img img {
    width: 60px;
}
.success_dev h1 {
    font-size: 30px;
}



/** general **/
.general {
    padding: 30px 0px;
}
.general h1 {
    font-size: 32px;
    margin: 0px 0px 15px;
}





}

/*........ For Tablet Vertical ........*/
@media only screen and (min-width: 768px) and (max-width: 991px) {



}

/*........ For Tablet Horizontal ........*/
@media (min-width: 901px) and (max-width: 1024px) {




}