/*
Theme Name: Job Syche Theme
Theme URI: 
Description: Job Syche Theme
Version: 1.01
Author: Sadiq Hashim
Tags: Job Syche Theme
*/

body {
    font-size:16px !important;
    font-family: "Poppins", sans-serif !important;
    color:#303030 !important;
    overflow-x: hidden;
}
.banner {
    position: relative;
    background: url(images/banner.jpg) top center no-repeat;
    background-size: 100%;
}
header {
    position: fixed;
    top: 0;
    padding: 20px 0px;
    width: 100%;
    z-index: 99;
    background: #043a5c;
}
.logo {
    position: relative;
}
.menu {
    position: relative;
    text-align: right;
}
.menu ul {
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 12px;
}
.menu ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
    transition: 0.3s all;
    text-decoration: none !important;
}
.menu ul li a:hover {
    color: #e8f840;
}
.menu ul li:last-child a {
    font-weight: 500;
    color: #454545;
    background: #e8f840;
    width: 100px;
    display: block;
    text-align: center;
    padding: 5px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 2px solid #e8f840;
    text-decoration: none !important;
}
.menu ul li:last-child a:hover {
    background: #d7e72f;
}
.mb-menu {
    position: relative;
    text-align: right;
    display: none;
}
.mb-menu div {
    outline: none !important;
    background: #e8f840;
    border: none;
    padding: 7px 10px;
    border-radius: 3px;
}
.mb-menu div span {
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0px;
    background: #043a5c;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -2px;
    background-color: #e8f840;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    border-right: 1px solid #e8f840;
}
 .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: #454545 !important;
     text-decoration: none !important;
     padding-left: 5px;
 }
 .sidenav .closebtn {
     color: #454545;
     position: absolute;
     top: 40px;
     right: 20px;
     font-size: 32px;
     font-weight: 600;
     line-height: 24px;
     padding: 5px !important;
     cursor: pointer;
     z-index: 99;
 }
.top-btn {
    position: relative;
    text-align: right;
}
.top-btn ul {
    padding: 0px;
    margin: 0px;
}
.top-btn ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.top-btn ul li a {
    font-weight: 500;
    color: #454545;
    background: #e8f840;
    width: 100px;
    display: block;
    text-align: center;
    padding: 5px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 2px solid #e8f840;
    text-decoration: none !important;
}
.top-btn ul li:last-child a {
    color: #fff;
    background: #0b4e78;
    border: 2px solid #fff;
}
.ban-txt {
    position: relative;
    padding: 128px 0px 0px;
}
.ban-txt h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.ban-txt p {
    font-size: 22px;
    color: #fff;
    margin: 25px 0px;
}
.ban-txt a {
    font-size: 22px;
    color: #454545 !important;
    font-weight: 600;
    display: inline-block;
    background: #e8f840;
    padding: 20px 40px;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none !important;
}
.ban-txt a:hover {
    background: #d7e72f;
}
.ban_box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 25px 0px #043a5c24;
    width: 90%;
    margin: 100px auto 20px;
}
.ban_box img {
    display: block;
    margin: 0 auto;
}
.ban_box p {
    font-size: 23px;
    color: #454545;
    min-height: 172px;
}
.search-section {
    position: relative;
    padding: 80px 0px 40px;
    background: url(images/search-img.png) 90% bottom no-repeat;
    background-size: 550px;
}
.search-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px;
}
.search-section p {
    font-size: 20px;
    color: #043a5c;
    margin: 15px 0px 0px;
}
.search-section ul {
    padding: 0px;
    margin: 40px 0px 0px;
}
.search-section ul li {
    list-style: none;
    margin: 20px 0px;
    color: #5c5c5c;
    padding-left: 40px;
    background: url(images/check-icon.png) left 5px no-repeat;
}
.jobs-section {
    position: relative;
    padding: 60px 0px;
    background: url(images/jobs-bg.jpg) top center no-repeat;
    background-size: cover;
}
.jobs-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px;
}
.jobs-section ul {
    padding: 0px;
    margin: 40px 0px 0px;
}
.jobs-section ul li {
    list-style: none;
    display: inline-block;
    width: 32%;
    text-align: left;
    margin: 5px 0px;
}
.jobs-section ul li a {
    font-weight: 500;
    color: #043a5c;
    display: inline-block;
    text-decoration: none !important;
    padding-left: 35px;
    background: url(images/arr-right.png) left center no-repeat;
}
.jobs-section ul li a:hover {
    color: #2177ad;
}
.services-section {
    position: relative;
    padding: 60px 0px;
    text-align: center;
}
.services-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px;
    text-align: center;
}
.services-section p {
    font-size: 20px;
    color: #043a5c;
    margin: 5px 0px 0px;
}
.serv-box {
    position: relative;
    background: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 25px 0px #043a5c24;
    margin: 60px 0px 0px;
}
.serv-box p {
    font-size: 23px;
    color: #454545;
    margin: 25px 0px 0px;
    min-height: 172px;
}
.location-section {
    position: relative;
    padding: 60px 0px;
    background: #043a5c;
    background-size: cover;
}
.location-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.location-section ul {
    padding: 0px;
    margin: 40px 0px 0px;
}
.location-section ul li {
    list-style: none;
    display: inline-block;
    width: 32%;
    text-align: left;
    margin: 20px 0px;
}
.location-section ul li a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    padding-left: 35px;
    background: url(images/map-pin.png) left 6px no-repeat;
    transition: 0.3s all;
}
.location-section ul li a span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.location-section ul li a:hover {
    color: #e8f840;
}
.content-section {
    position: relative;
    padding: 60px 0px;
}
.content-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px;
}
.content-section p {
    font-size: 20px;
    color: #043a5c;
    margin: 15px 0px 0px;
}
.content-section ul {
    padding: 0px;
    margin: 40px 0px 0px;
}
.content-section ul li {
    list-style: none;
    margin: 20px 0px;
    color: #5c5c5c;
    padding-left: 40px;
    background: url(images/check-icon.png) left 5px no-repeat;
}
.content-section img {
    border-radius: 10px;
}
.content-section a {
    font-size: 18px;
    color: #fff !important;
    font-weight: 600;
    display: inline-block;
    background: #043a5c;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none !important;
    margin-top: 20px;
}
.cs-yellow {
    background: #e8f840;
}
.connect-section {
    position: relative;
    padding: 60px 0px;
    text-align: center;
}
.connect-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px 0px 30px;
}
.con-box {
    position: relative;
    padding: 40px;
    background: #f3f3f3;
    margin-top: 30px;
}
.con-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #043a5c;
    margin: 25px 0px 20px;
}
.con-box p {
    font-size: 20px;
    color: #454545;
    margin: 0px;
    min-height: 90px;
}
footer {
    position: relative;
    padding: 80px 0px 70px;
    background: #043a5c;
}
.foo-txt {
    position: relative;
    text-align: center;
}
.foo-txt p {
    font-size: 18px;
    color: #fff;
    margin: 15px 0px 0px;
}
.foo-txt h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
}
.foo-txt ul {
    padding: 0px;
    margin: 30px 0px 0px;
}
.foo-txt ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 20px;
}
.foo-txt ul li a {
    color: #fff;
    text-decoration: none !important;
    transition: 0.3s all;
}
.foo-txt ul li a:hover {
    color: #e8f840;
}

/*** Recruiters ***/
.job-banner {
    padding-bottom: 70px;
}
.how-section {
    position: relative;
    padding: 60px 0px;
    text-align: center;
}
.how-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px;
    text-align: center;
}
.how-box {
    position: relative;
    background: #fff;
    padding: 30px 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 25px 0px #043a5c24;
    margin: 60px 0px 0px;
}
.how-box h3 {
    font-size: 23px;
    font-weight: 500;
    color: #043a5c;
}
.how-box p {
    font-size: 15px;
    color: #454545;
    margin: 20px 0px 0px;
}
a.ad-btn {
    font-size: 18px;
    color: #454545 !important;
    font-weight: 600;
    display: inline-block;
    background: #e8f840;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none !important;
    margin-top: 50px;
}
.trust-section {
    position: relative;
    text-align: center;
    padding: 60px 0px;
}
.trust-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px 0px 40px;
}
.trust-section img {
    margin-top: 20px;
    width: 70%;
}
.cs-gray {
    background: #f3f3f3;
}
.guarantee-section {
    position: relative;
    padding: 60px 0px;
    text-align: center;
}
.guarantee-section h2, .guarantee-section h3 {
    font-size: 42px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px;
}
.guarantee-section ul {
    padding: 0px;
    margin: 30px 0px 0px;
}
.guarantee-section ul li {
    font-size: 19px;
    list-style: none;
    margin: 10px 0px;
}

/*** Jobs ***/
.banner form {
    position: relative;
}
.banner form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}
.banner form input:focus {
    outline: 0!important;
    border: 1px solid #303af7
}
.banner form input[type=submit] {
    font-weight: 500;
    color: #454545;
    background: #e8f840;
    border: 1px solid #e8f840;
        text-transform: uppercase
}
.jbj-section {
    background: #fff;
}
.latest-section {
    position: relative;
    padding: 60px 0px;
}
.latest-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px;
    text-align: center;
}
.job-box {
    position: relative;
    padding: 20px 10px 20px 70px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #c9c9c9;
    border: 1px solid #c9c9c9;
    background: #ffffff;
    margin-top: 30px;
}
.job-box img {
    width: 40px;
    display: block;
    position: absolute;
    left: 10px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}
.job-box span {
    font-size: 14px;
    display: block;
}
.job-box h2, .job-box h5 {
    font-size: 20px;
    margin: 0px;
}
.job-box h2 a, .job-box h5 a {
    color: #043a5c;
}
.job-box ul {
    padding: 0px;
    margin: 10px 0px 0px;
}
.job-box ul li {
    font-size: 14px;
    list-style: none;
    display: inline-block;
    margin: 10px 5px 0px 0px;
    background: url(images/job-comp.png) 5px 7px no-repeat;
    border: 1px solid #c9c9c9;
    padding: 5px 5px 5px 25px;
    border-radius: 5px;
}
.job-box ul li span {
    font-size: 15px;
    display: inline-block;
    margin: 0px;
    font-weight: 600;
    margin-right: 0px;
    color: #cb2f2f;
}
.job-box ul li:nth-child(2) {
    background: url(images/job-pin.png) 5px 7px no-repeat;
}
.job-box ul li:last-child {
    background: url(images/job-type.png) 5px 7px no-repeat;
}
.job-box a.app-btn {
    font-size: 15px;
    font-weight: 600;
    color: #454545;
    background: #e8f840;
    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 {
    color: #fff;
    background: #043a5c;
}

/***  ***/
.sr-banner {
    padding-bottom: 70px;
}
.sr-banner .ban-txt a {
    margin-top: 25px;
}

/*** Login ***/
.login-section {
    position: relative;
    height: 100vh;
}
.log-box {
    position: relative;
    padding: 25px 40px;
    background: #043a5c;
    border-radius: 7px;
}
.log-box .logo {
    text-align: center;
}
.log-box h1 {
    font-size: 18px;
    color: #fff;
    margin: 20px 0px 0px;
}
.log-box form {
    position: relative;
    margin-top: 10px;
}
.log-box form input {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    margin-top: 10px;
}
.log-box form input[type=submit] {
    font-size: 18px;
    font-weight: 600;
    color: #454545;
    background: #e8f840;
}
.log-box form input[type=submit]:hover {
    background: #c3d132;
}
.log-box a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 7px 0px 0px;
}
.log-box a:hover {
    color: #e8f840;
}
.or {
    position: relative;
    text-align: center;
    margin: 10px 0px;
}
.or p {
    color: #fff;
    margin: 0px;
    display: inline-block;
    background: #043a5c;
    padding: 0px 15px;
    position: relative;
    z-index: 99;
}
.or:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 12px;
}
.log-box a.google-btn {
    display: block;
    text-align: center;
    font-size: 15px;
    text-decoration: none !important;
    background: #fff;
    color: #454545;
    padding: 10px;
    border-radius: 5px;
}
.log-box a.google-btn:hover {
    background: #dfdfdf;
}
.log-box a.google-btn:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(images/google-icon.png) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
}

/*** Search ***/
.header {
    position: relative;
    background: #043a5c;
    margin-top: 46px;
    text-align: center;
    padding: 40px 0px;
}
.header h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.header p {
    color: #fff;
    margin: 20px 0px 0px;
}
.sj-section {
    position: relative;
    padding: 50px 0px;
}
.search-form {
    position: relative;
    padding: 10px 10px 20px;
    background: #e8f840;
    border-radius: 5px;
}
.search-form input,.search-form select {
    font-size: 15px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 15px;
    border-radius: 5px;
    outline: 0!important;
}
.search-form input[type=submit] {
    font-weight: 600;
    color: #fff;
    background: #043a5c;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    text-transform: uppercase;
    transition: .3s all;
    text-decoration: none !important;
    border: none;
}
.search-form input[type=submit]:hover {
    color: #fff;
    background: #264c62;
}
.search-result {
    position: relative;
}
.search-result h2 {
    font-weight: 600;
    color: #000;
    margin: 0;
    text-align: center;
}
.search-result h3 {
    color: #043a5c;
    margin: 10px 0 25px;
    text-align: center;
}


/*** Companies ***/
body.category .search-result {
    padding-bottom: 50px;
}
.tag-head {
    position: relative;
    padding: 90px 0px 0px;
    text-align: center;
}
p.error {
    display: block;
    width: 100%;
}
.comp-list {
    position: relative;
    padding: 30px 0px 50px;
}
.comp-list a {
    font-size: 17px;
    font-weight: 500;
    color: #454545;
    background: #e8f840;
    padding: 15px 20px;
    display: block;
    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;
    float: right;
}
.comp-list a:hover {
    color: #454545;
    background: #d7e72f;
}
.jb-sec {
    position: relative;
    padding: 30px 0px 60px;
}

/** contact **/
.contact-section {
    position: relative;
    padding: 50px 0px;
}
.cont-txt {
    position: relative;
}
.cont-txt span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #d54141;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
}
.cont-txt h2 {
    font-weight: 600;
    color: #000;
    margin: 10px 0px 0px;
}
.cont-txt p {
    font-size: 18px;
    margin: 10px 0px 0px;
}
.cont-txt hr {
    margin: 30px 0px;
}
.cont-txt a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    transition: 0.3s all;
    display: inline-block;
    border-radius: 40px;
    text-decoration: none !important;
    background: url(images/mail-icon.png) center left no-repeat;
    padding-left: 30px;
}
.cont-txt a:hover {
    color: #043a5c;
}
.cont-form {
    position: relative;
    padding: 15px 30px 25px;
    background: #f3f3f3;
    border-radius: 10px;
}
.cont-form p {
    margin: 00px;
}
.cont-form input, .cont-form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: #fff;
    outline: none !important;
    margin-top: 15px;
}
.cont-form textarea {
    height: 100px;
}
.cont-form span.wpcf7-form-control-wrap {
    display: block;
}

.cont-form span.wpcf7-form-control-wrap label {
    display: block;
}
.cont-form span.wpcf7-form-control-wrap label span.wpcf7-quiz-label {
    display: inline-block;
}
.cont-form span.wpcf7-form-control-wrap label input {
    display: inline-block;
    width: 50%;
    margin-left: 10px;
}
.cont-form input[type="submit"] {
    color: #fff;
    background: #043a5c;
    width: auto;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 7px;
}
.cont-form input[type="submit"]:hover {
    color: #fff;
    background: #14547c;
}

/** About **/
.ab-txt {
    position: relative;
    padding: 60px 0px;
}
.ab-txt h2 {
    font-size: 40px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px;
}
.ab-txt p {
    font-size: 20px;
    color: #454545;
    margin: 15px 0px 0px;
}

/** Single Job Page **/
.job-header {
    position: relative;
    margin-top: 80px;
}
.head-top {
    position: relative;
    font-size: 14px;
    background: #f3f3f3;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 0px;
}
.head-top a {
    color: #0056b3;
}

.job-head {
    position: relative;
    border: 2px solid #f3f3f3;
    padding: 20px;
}
.job-head h1 {
    font-size: 25px;
    font-weight: 600;
    color: #043a5c;
    margin: 0px;
}
.job-head span.time {
    font-size: 14px;
    display: block;
}
.job-head ul {
    padding: 0px;
    margin: 10px 0px 0px;
}
.job-head ul li {
    font-size: 14px;
    list-style: none;
    display: inline-block;
    margin: 10px 5px 0px 0px;
    background: url(images/job-comp.png) 5px 7px no-repeat;
    border: 1px solid #c9c9c9;
    padding: 5px 5px 5px 25px;
    border-radius: 5px;
}
.job-head ul li {
    font-size: 16px;
    list-style: none;
    display: inline-block;
    margin: 10px 5px 0px 0px;
    background: url(images/job-comp.png) 5px 9px no-repeat;
    border: 1px solid #c9c9c9;
    padding: 5px 15px 5px 30px;
    border-radius: 5px;
}
.job-head ul li:nth-child(2) {
    background: url(images/job-pin.png) 5px 9px no-repeat;
}
.job-head ul li:last-child {
    background: url(images/job-type.png) 5px 9px no-repeat;
}
.job-head img {
    display: block;
    margin: 0 auto;
}
.job-head a.app-btn {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: #043a5c;
    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;
    transition: 0.3s all;
}
.job-head a.app-btn:hover {
    color: #454545;
    background: #e8f840;
}
.job-dt {
    position: relative;
    padding: 0px 30px;
    border: 2px solid #f3f3f3;
    margin-bottom: 50px;
    border-radius: 0px 0px 10px 10px;
}
.job-description {
    position: relative;
    padding-top: 40px;
}
a.apply-btn {
    font-size: 16px;
    color: #454545 !important;
    font-weight: 600;
    display: inline-block;
    background: #e8f840;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none !important;
    margin: 10px 0px 30px;
}
a.apply-btn:hover {
    background: #d7e72f;
}
.job-dt .col-lg-4 {
    border-left: 2px solid #f3f3f3;
}
.tag-box {
    position: relative;
    margin-top: 40px;
}
.tag-box h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
    background: #e8f840;
    padding: 10px;
    border-radius: 6px;
}
.tag-box p {
    font-size: 14px;
    margin: 10px 0px 0px;
}
.tag-box ul {
    padding: 0px;
    margin: 30px 0px 0px;
}
.tag-box ul li {
    list-style: none;
    display: block;
    margin: 10px 0px 0px 0px;
}
.tag-box ul li a {
    font-weight: 500;
    color: #043a5c;
    background: #e8f840;
    display: block;
    padding: 0px 0px 0px 30px;
    border-radius: 6px;
    text-decoration: none !important;
    background: url(images/arr-right.png) left center no-repeat;
}
.tag-box ul li a:hover {
    color: #929d1e;
}



/*** General ***/
.general {
    position: relative;
    padding: 50px 0px;
}
.general p {
    margin: 10px 0px 0px;
}




/*........ For Mobile ........*/
@media only screen and (max-width: 767px) {
.banner {
    background-size: cover;
    background: #043a5c;
}
.menu {
    display: none;
}
header .col-4 {
    text-align: right;
}
.mb-menu {
    display: inline-block;
}
.ban-txt {
    padding: 100px 0px 0px;
    text-align: center;
}
.top-btn {
    text-align: center;
    margin-bottom: 20px;
}
.top-btn ul li a {
    font-size: 15px;
    padding: 0px;
}
.ban-txt h1 {
    font-size: 32px;
}
.ban-txt p {
    font-size: 18px;
    margin: 20px 0px;
}
.ban-txt a {
    font-size: 18px;
    padding: 15px 20px;
}
.ban-slider {
    top: 70px;
}
.ban_box {
    margin: 0px auto 20px;
}
.ban_box img {
    width: 60px;
    height: 60px;
}
.ban_box p {
    min-height: auto;
}
.search-section {
    padding: 70px 0px 40px;
    background: none;
}
.search-section h2 {
    font-size: 28px;
}
.search-section p {
    font-size: 18px;
}
.jobs-section {
    padding: 40px 0px;
}
.jobs-section h2 {
    font-size: 28px;
}
.jobs-section ul {
    margin: 20px 0px 0px;
}
.jobs-section ul li {
    width: 50%;
    float: left;
}
.jobs-section ul li a {
    font-size: 15px;
    padding-left: 25px;
}
.services-section {
    padding: 40px 0px;
}
.services-section h2 {
    font-size: 28px;
}
.services-section p {
    font-size: 16px;
}
.serv-box {
    padding: 20px;
    margin: 40px 0px 0px;
}
.serv-box img {
    width: 60px;
    height: 60px;
}
.serv-box p {
    min-height: auto;
    margin: 15px 0px 0px;
}
.location-section {
    padding: 40px 0px;
}
.location-section h2 {
    font-size: 28px;
}
.location-section ul {
    margin: 20px 0px 0px;
}
.location-section ul li {
    width: 50%;
    margin: 10px 0px;
    float: left;
}
.location-section ul li a {
    font-size: 16px;
    padding-left: 25px;
}
.location-section ul li a span {
    font-size: 12px;
}
.content-section {
    padding: 40px 0px;
}
.content-section img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.content-section h2 {
    font-size: 28px;
    margin: 25px 0px 0px;
}
.content-section p {
    font-size: 17px;
}
.content-section ul {
    margin: 25px 0px 0px;
}
.cs-yellow h2 {
    margin: 30px 0px 0px;
}
.connect-section {
    padding: 40px 0px;
}
.connect-section h2 {
    font-size: 28px;
    margin: 0px 0px 10px;
}
.con-box {
    padding: 20px;
    margin-top: 20px;
}
.con-box {
    padding: 20px;
    margin-top: 20px;
}
.con-box img {
    width: 60px;
}
.con-box h3 {
    font-size: 20px;
    margin: 25px 0px 10px;
}
.con-box p {
    font-size: 16px;
    min-height: auto;
}
footer {
    padding: 50px 0px;
}
.foo-txt h4 {
    font-size: 20px;
    margin: 40px 0px 0px;
}
.foo-txt ul {
    margin: 15px 0px 0px;
}

/** About **/
.job-banner {
    padding-bottom: 20px;
}
.ab-txt {
    padding: 40px 0px;
}
.ab-txt h2 {
    font-size: 28px;
    margin: 25px 0px 0px;
}
.ab-txt p {
    font-size: 17px;
}

/** Contact **/
.contact-section {
    padding: 40px 0px;
}
.cont-txt h2 {
    font-size: 28px;
}
.cont-txt p {
    font-size: 16px;
}
.cont-form {
    margin-top: 30px;
}
.cont-form span.wpcf7-form-control-wrap label input {
    width: 76%;
}

/** Search **/
.sj-section {
    padding: 30px 0px 40px;
}
.search-form input, .search-form select {
    margin-top: 7px;
}
.search-result {
    padding-top: 30px;
}
.search-result h2 {
    font-size: 28px;
}
.search-result h3 {
    font-size: 22px;
    margin: 10px 0 15px;
}

/** Login **/
.log-box {
    padding: 15px 20px;
}
.log-box h1 {
    font-size: 16px;
}


/** General **/
.header h1 {
    font-size: 30px;
    margin: 20px 0px 0px;
}




}
/*........ 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) {



}