/* 
Heading Font Family

Body Font Family
font-family: Arial,sans-serif

Theme color (Header, Button, Link)
#ff931e  *Orange*
#333  *Dark Grey*
*/


/*  TABLE OF CONTENTS
------------------------------

1. Global Styles
2. Header Styles
3. Footer Styles
4. Home Page Styles
5. Dynamic Page Styles
5. System Page Styles
6. Forms Styles
7. Add-on Styling 
8. Responsive Media Queries 

*/


/* Home banner - saperate style ../strapslide.css - Please edit there */


/* 1. Global */

a {
    color: #ff931e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    margin-top: 10px;
    color: #333;
    margin-top: 0;
}

h1 span {
    color: #3A88B2;
}

h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #161616;
    position: relative;
    margin-bottom: 35px;
    text-transform: uppercase;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

.information-section h3 {
    font-size: 25px;
}

.contact-content p:first-of-type {
    min-height: 105px;
}

.inner-links-main a {
    display: block;
    color: #161616;
    margin: 50px 0
}

.inner-links-main a:hover {
    color: #3A88B2;
}

.inner-links-main a:hover i {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.dynamic-content-holder h1:after,
.content-holder h1:after {
    position: absolute;
    height: 1px;
    width: 72px;
    background: #161616;
    content: " ";
    bottom: -10px;
    left: 0;
}

.right-img,
.left-img {
    margin-bottom: 25px;
}

.tab-accordian-sec h3 {
    min-height: 67px;
}

.timesheet-btn h3,
.timesheet-btn h4 {
    margin: 15px 0px;
}

a:hover,
a:focus {
    color: #161616;
}

.timesheet-btn a.btn.btn-primary {
    margin: 10px 0px;
}

a.btn.btn-primary.template-btn {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px 0;
    font-size: 16px;
    width: 23%;
}

.timesheet-content h3 {
    margin-top: 60px;
}

.jxt-news-filter-container h2 {
    font-size: 25px;
    border-bottom: solid 1px #1a1a1a;
    padding-bottom: 10px;
}

.jxt-news-filter h3 {
    font-size: 22px;
}

.jxt-news-filter {
    margin: 15px 0;
}

.dynamic-content-holder .information-section h1:after {
    position: absolute;
    height: 1px;
    width: 72px;
    background: #161616;
    content: " ";
    bottom: -29px;
    left: 0;
    display: none;
}

section.jxt-related-articles-container h2 {
    font-size: 40px;
}

.jxt-news-item-title {
    font-size: 36px;
}

.background-fullwidth {
    height: 100%;
    width: auto!important;
    max-width: inherit;
}


/*.slide-content.container:after{    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(76,76,76,0.6);
    top: 0;
    left: 0;
}*/

*:focus,
a:focus,
input:focus,
.btn:focus {
    outline: 0;
    outline: none;
    text-decoration: none;
}

ul,
ol {
    padding-left: 23px;
}

body {
    color: #161616;
    padding-top: 0px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

p,
ol,
ul {
    margin: 1.5em 0;
}

img,
iframe {
    max-width: 100%;
}

iframe {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    overflow: hidden;
}

.jxt-news-filter-container h2 {
    font-size: 30px;
}

.video-container {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 0;
    padding-bottom: 56.25%;
    /*16:9*/
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100% !important;
    height: 100% !important;
}

blockquote {
    border: solid 1px #aaa;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 2px;
    font-size: 1em;
    background: #f5f5f5;
}

blockquote footer {
    font-size: 1em;
    font-style: italic;
    color: #333;
}

blockquote footer::before,
blockquote small::before,
blockquote .small::before {
    display: none;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 700;
}

.container-fluid {
    width: 1170px;
    max-width: 100%;
    padding: 0 15px;
}

#dynamic-container,
#content-container,
#job-dynamic-container {
    padding-top: 50px;
    padding-bottom: 20px;
}

#dynamic-side-left-container,
#side-left {}

#job-side-column {
    display: none;
}


/* 2. Header */

.navbar-brand {
    margin: 20px 25px 0 10px;
    padding: 0;
}

.navbar-brand img {
    width: 100%;
    display: block;
}


/* 2.1 Top nav */

#site-topnav .nav>li>ul {
    overflow: hidden;
}

.navbar .navbar-collapse>ul:not(.navbar-nav) {
    display: none;
}

#site-topnav .navbar {
    margin-bottom: 10px;
}

#site-topnav .nav>li>a:hover,
#site-topnav .nav>li>a:focus {
    background-color: transparent;
}

#site-topnav ul,
#site-topnav li {
    list-style: none;
    padding: 0;
}

#site-topnav ul {
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 13px;
}

#site-topnav ul ul {
    margin: 0;
}

.navbar-wrapper {
    z-index: 20;
}

.navbar .nav>li>a {
    border-top: 0;
    color: #161616;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px;
    margin: 0 10px;
    text-shadow: none;
    font-weight: 700;
}

.login-area li {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
}

.login-area li a {
    color: #fff;
    padding: 0 12px;
    /*border-right: 1px solid #fff;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 1.12;
    font-family: 'Open Sans', sans-serif;
}

.login-area {
    margin-left: 15px;
    margin-top: 27px !important;
}

.login-area li:last-child a {
    padding-right: 0;
    border-right: none;
}

.login-area li a:hover {
    color: #3A88B2;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: absolute;
}

.login-area ul {
    margin-bottom: 0;
}

.navbar .nav>li>a:hover {
    border-top: 0;
    color: #3A88B2;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 4px solid #ff931e;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #3A88B2;
    border: none;
    margin-top: -1px;
    border-radius: 0px;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #112C56;
}

.navbar .nav li.dropdown li a {
    color: #fff;
    padding: 5px 20px;
}

.navbar .nav li.dropdown li li a {
    padding-left: 30px;
}

.navbar .nav li.dropdown li a:hover,
.navbar .nav li.dropdown li.active>a,
.navbar .nav li.dropdown li a:focus,
.navbar .nav li.dropdown li a:active {
    background-color: #161616;
    color: #fff
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
}

#Top-nav-sticky {
    background: transparent;
    box-shadow: none;
}

.dropdown-menu li li a {
    display: block;
}


/* 2.2 Social media links */

.site-social {
    margin: 30px 10px 0 0;
}

.site-social li {
    color: #b3b3b3;
    padding-right: 0;
    vertical-align: middle;
}

.site-social li a {
    display: block;
    color: #b3b3b3;
}

.site-social li a:hover {
    color: #ff931e;
}

.site-social li a i {
    border: 1px solid #b3b3b3;
    padding: 9px 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

.site-social li a:hover i {
    border-color: #ff931e;
}


/* 3. Footer Styles */

#footer {}

#moreinfo {
    background-color: #f2f2f2;
    padding: 3em 0 2em 0;
}

#moreinfo a {
    text-decoration: none;
}

#moreinfo .foo-info {
    padding-top: 1em;
}

#moreinfo .foo-info h3 {
    margin-bottom: 1em;
    font-size: 21px;
}

#moreinfo .foo-info h3 i {
    color: #ff931e;
    padding-left: 10px;
}

#moreinfo .foo-info a {
    color: #b3b3b3;
    line-height: 2.3em;
}

#moreinfo .foo-info a:hover {
    color: #333;
}

#moreinfo .foo-qlinks a {}

#moreinfo .foo-qlinks a i {
    font-size: 25px;
    position: relative;
    top: 5px;
    padding-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#moreinfo .foo-qlinks a:hover i {
    color: #ff931e;
}

#disclaimer {
    padding: 16px 0;
    color: #b3b3b3;
}

#disc-links {
    margin: 0;
}

#disc-links li:after {
    display: inline-block;
    content: " | ";
    margin: 0 0 0 10px;
}

#disc-links li:last-child:after {
    display: none;
}

#disc-links a {
    color: #b3b3b3;
    font-size: 12px;
    line-height: 35px;
}

#disc-links a:hover {
    text-decoration: underline;
}

#disclaimer .site-social {
    margin: 0;
}


/* 4. Home Page Styles */


/* Home Banner */

#prefix_banner-container>div {
    overflow: hidden;
}


/* Search Widget */

#widget-search {
    position: relative;
    margin-top: 0;
    z-index: 1000;
    background: #E5E5E5;
}

#widget-search .form-group {
    margin-bottom: 10px;
}

#btn-widget-search {
    color: #fff;
    border-radius: 0;
    background-color: #ff931e;
    border: none;
    padding: 10px 0;
}

#btn-widget-search:hover {
    background-color: #333;
}

#widget-search input[type="text"] {
    border: 0;
    color: #161616;
    box-shadow: none;
    padding: 0 15px;
    line-height: auto;
    height: 46px;
}

#widget-search select {
    -webkit-appearance: none;
    color: #adadad;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #666;
    line-height: 1;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-indent: 1px;
    text-overflow: '';
    height: 46px;
    padding: 13px 15px;
    width: 120%;
    cursor: pointer;
}

#widget-search .custom-select div {
    background-color: #fff;
    display: block;
    border-radius: 3px;
    border: 1px solid #ECECEC;
    overflow: hidden;
}

.ie #widget-search .custom-select:before {
    right: 32px;
}

#widget-search .custom-select:before {
    display: inline-block;
    content: "\f078";
    color: #CBCBCB;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    position: absolute;
    right: 31px;
    top: 16px;
    text-decoration: inherit;
}


/*meet team style*/

.meet-team-content {
    display: none;
    padding: 48px 40px 25px;
    border: 35px solid #ffde00;
    margin-top: 20px;
}

ul.consultants-pic {
    list-style: none;
    padding: 0;
    margin: 0;
}

.teamProfiles .job-title {
    margin-bottom: 4px;
    text-transform: uppercase;
    margin-top: 24px;
}

.dynamic-content-holder .teamProfiles h3 {
    margin-bottom: 35px;
}

.teamProfiles .social-media {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

.teamProfiles .colio-item {
    margin-bottom: 40px;
}

.teamProfiles .social-media li {
    display: inline-block;
    border-left: 1px solid #1a1a1a;
    padding: 0 15px;
}

.teamProfiles .social-media li:first-child {
    border: none;
}

.teamProfiles .social-media li a {
    display: inline-block;
    font-size: 26px;
    color: #1a1a1a;
    line-height: 1;
}

.teamProfiles .btn {
    padding: 10px 23px;
}

.teamProfiles .social-media li a:hover {
    color: #3A88B2;
}

.nav-tabs {
    border: none;
    text-align: center;
    display: block;
    margin-top: 37px;
    margin-bottom: 40px;
}

.nav-tabs>li.active>a,
.nav>li>a:hover,
.nav>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    text-decoration: none;
    background-color: #161616;
    border: none;
    color: #3A88B2;
}

.nav-tabs>li:first-child:after {
    background: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 20px;
    border: none;
    padding: 6px 25px;
    color: #161616;
}

.nav-tabs>li {
    float: none;
    margin-bottom: 20px;
    border-radius: 0;
    display: inline-block;
}

.nav-tabs>li:after {
    position: absolute;
    content: " ";
    left: -2px;
    top: 15px;
    height: 23px;
    width: 1px;
    background: #161616;
}

.dynamic-content-holder .teamProfiles h3:after {
    width: 90%;
}

.dynamic-content-holder .teamProfiles .meet-team-content h3:after {
    width: 100%;
}


/* Home Content */

.styled-desc {
    font-size: 17px;
}

.styled-border {
    padding: 0 2em 2em 2em;
}

.styled-border:after {
    border-bottom: 1px solid #ff931e;
    bottom: 0;
    content: '';
    left: 38%;
    right: 38%;
    position: absolute;
    width: 24%;
}

.h-section {
    padding: 2em 0;
}

.h-section .row {
    padding: 2em 0;
}

.h-section h2,
.h-section h1 {
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 0;
}

.h-section h2 span,
.h-section h1 span {
    font-weight: 400;
}

.h-section .row.h-qlinks {
    padding: 1.2em 0;
}

.h-qlinks a {
    display: block;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 900;
    font-size: 25px;
    padding: 1.4em 0;
    line-height: 1.8em;
    margin: 0.6em 0;
}

.h-qlinks a i {
    font-size: 50px;
}

.h-qlinks a:hover {
    color: #fff;
    background-color: #ff931e;
}

.outline-outward {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.outline-outward:hover:before,
.outline-outward:focus:before,
.outline-outward:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.outline-outward:before {
    content: '';
    position: absolute;
    border: #ECECEC solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.section-service {
    background: url(../images/bg-h-service.jpg) 50% 50% no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.h-section .row.h-services {
    padding: 0 0 1em 0;
}


/* Home services */

.crsl-item a {
    text-decoration: none;
    color: #333;
}

.crsl-item a img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.crsl-item a:hover img,
.crsl-item a:focus img,
.crsl-item a:active img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.crsl-item a figcaption {
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    padding: 14px 0;
    height: 50px;
}

.crsl-item a figcaption:after {
    border-bottom: 4px solid #ff931e;
    bottom: 46px;
    content: '';
    left: 25%;
    right: 25%;
    position: absolute;
    width: 50%;
}

.crsl-item a:hover figcaption:before {
    border-bottom: 4px solid #ff931e;
    bottom: 0;
    content: '';
    left: 25%;
    right: 25%;
    position: absolute;
    width: 50%;
}

.crsl-nav a {
    position: absolute;
    bottom: 50%;
    color: #666;
    border: 1px solid #666;
    border-radius: 2em;
    width: 35px;
    height: 34px;
    line-height: 32px;
    text-align: center;
}

.crsl-nav a:hover {
    color: #ff931e;
    border: 1px solid #ff931e;
}

.crsl-nav a.previous {
    left: -35px;
}

.crsl-nav a.next {
    right: -35px;
}

@media (max-width: 1260px) {
    .crsl-nav a {
        bottom: 105%;
    }
    .crsl-nav a.previous {
        left: 20px;
    }
    .crsl-nav a.next {
        right: 20px;
    }
}

.premiumtag {
    position: relative;
    float: right;
    padding: 5px 20px;
    margin-top: -12px;
    margin-right: -15px;
    color: #FFF;
    margin-bottom: 0px;
    background: #ff931e;
    border-radius: 0px 5px 0px 5px;
}

.standoutTag {
    position: relative;
    float: right;
    padding: 5px 20px;
    margin-top: -12px;
    margin-right: -15px;
    color: #FFF;
    margin-bottom: 0px;
    border-radius: 0px 5px 0px 5px;
    background: #A9A9A9;
}

.job-rightlinks {
    margin-top: 20px;
}

.register-required {
    color: red;
}

.boardy-GroupStatus-withMenu.boardy-GroupStatus-ForAdvertiser,
.boardy-GroupStatus-withMenu.boardy-GroupStatus-ForCandidate {
    padding-left: 20px;
}

ul#memberProfileLinks {
    /*display:none;*/
}

.personaldetailsForm-wrap #personal-item-12,
.personaldetailsForm-wrap #personal-item-13 {
    display: none;
}

.login-area li:before {
    height: 10px;
    width: 1px;
    background: #fff;
    position: absolute;
    content: " ";
    top: 6px;
}

.login-area li {
    position: relative;
}

.login-area li:first-child:before {
    content: " ";
    background: transparent;
}

.section-about h2 {
    position: absolute;
    margin-top: 2.2em;
    z-index: 1;
}

.section-about h3 {
    color: #f8f8f8;
    font-size: 90px;
    position: relative;
    bottom: 100%;
    line-height: 0.8em;
}

.h-about h4 {
    font-size: 18px;
    padding-left: 60px;
    margin-top: 0;
}

.h-about h4 span {
    font-size: 45px;
    color: #3A88B2;
}

.h-about h4 i {
    position: absolute;
    font-size: 45px;
    color: #3A88B2;
    margin-left: -60px;
    margin-top: 2px;
}

.double-border {
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
}

.single-border {
    border-bottom: 1px solid #e6e6e6;
}

.h-section .row.double-border {
    padding: 32px 0 25px 0;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.h-section .row.single-border {
    padding: 32px 0 25px 0;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}


/* Home consultant tabs */

#h-consult-tab-con .list-inline>li {
    padding: 0;
    margin-right: -16px;
    margin-left: 12px;
}

#h-consult-tab-con .list-inline li a {
    display: block;
    background: #ff931e;
    position: relative;
}

#h-consult-tab-con .list-inline li a i {
    position: absolute;
    top: 36%;
    left: 37%;
    font-size: 20px;
    border: 1px solid;
    width: 40px;
    line-height: 39px;
    text-align: center;
    border-radius: 2em;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#h-consult-tab-con .list-inline li a:hover img {
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#h-consult-tab-con .list-inline li a:hover i {
    opacity: 1;
}

.h-section .tab-pane .row {
    padding: 0;
}

.h-section .row.section-cons-tabs {
    padding: 0 0 29px 0;
}

.h-section .row.section-cons-tabs .tab-pane img {
    max-width: 135px;
}

#h-consult-tab.nav-tabs>li>a {
    border: none;
}

#h-consult-tab.nav-tabs {
    border: none;
}

#h-consult-tab.nav>li>a:hover,
#h-consult-tab.nav>li>a:focus {
    background: none;
    color: #ff931e;
}

#h-consult-tab.nav>li>a {
    font-weight: 900;
    color: #333;
    font-size: 16px;
}

#h-consult-tab.nav-tabs>li.active>a,
#h-consult-tab.nav-tabs>li.active>a:hover,
#h-consult-tab.nav-tabs>li.active>a:focus {
    color: #ff931e;
}


/* Home Job feed */

.section-jobfeed {
    background: url(../images/bg-h-service.jpg) 50% 50% no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#myJobsList,
#myJobsList ul,
#myJobsList .jcarousel-clip {
    overflow: hidden;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.dynamic-content-holder #myJobsList {
    padding-left: 60px;
    padding-right: 60px;
}

#myJobsList li {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 30px 0 0;
    width: 450px;
    float: left;
}

#myJobsList .rss-item-pubDate {
    padding-top: 16px;
    display: block;
}

#myJobsList .rss-item-title {
    display: block;
    padding: 30px 0 0 110px;
}

#myJobsList .rss-item-title a {
    color: #ff931e;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: block;
}

#myJobsList .rss-item-description {
    display: block;
    padding: 0 0 0 110px;
    color: #999;
    font-size: 14px;
}

.xmlLocation {
    position: absolute;
    top: 0;
    color: #333;
    width: 100%;
}

.xmlBoldTitle {}

.xmlLocation:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f041";
    position: relative;
    text-decoration: inherit;
    margin-right: 6px;
    left: 2px;
}

.simply-scroll-container {
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Dynamic page styles */


/* Left */

#prefix_left-navigation {
    background-color: #F2F2F2;
    border-radius: 15px;
}

.page-title h1 {
    margin: 1em 0;
    text-transform: uppercase;
    font-size: 40px;
}

.page-title h1::first-letter {
    color: #ff931e;
}

p {
    margin-bottom: 20px;
}

h2 {
    color: #ff931e;
    text-transform: uppercase;
}


/* Meet the team */

.meet-team .staff-holder {
    background-color: #f2f2f2;
    margin-bottom: 20px;
    border-right: 8px solid #ff931e;
    padding: 20px;
}

.meet-team .staff-holder:hover {
    border-color: #333;
}

.meet-team .staff-holder h3 {
    font-weight: 600;
    padding-top: 5px;
}

.meet-team .staff-holder h4 {
    font-weight: 400;
}


/* Page Service */

.page-service .service-holder {
    background-color: #f2f2f2;
    margin-bottom: 20px;
    padding: 20px 20px 5px 20px;
}

.page-service .service-holder img {
    width: 100%;
}

.page-service .service-holder h4 {
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #E2E2E2;
}

.page-service .service-holder p {
    margin-bottom: 15px;
}

.page-service .service-holder i {
    font-size: 65px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 10em;
    background: #F9F9F9;
    padding: 18px 22px;
}


/* Contact */

#contact-map {
    background-color: #f2f2f2;
}


/* Addtional */

.in-section .h-about .col-sm-6 {
    padding-bottom: 1em;
    padding-top: 1em;
}

.navigation {
    border-radius: 6px;
    background: #3A88B2;
    border: none;
    color: #fff;
    width: 100%;
    display: none;
}

@media (max-width: 767px) {
    .meet-team .staff-holder {
        padding: 20px;
    }
    .navigation {
        display: block;
    }
    .intro-sec p br {
        display: none;
    }
}


/* Forms Styles */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857;
    background-color: #fff;
    background-image: none;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea {
    height: auto;
}

.form-control:focus {
    border-color: #888;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#CV-content-holder .input-append {
    margin: 15px 0 0 0;
}


/* Extra - Buttons */

.btn {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
}

.btn-primary {
    font-weight: 700;
    color: #333;
    font-size: 17px;
    border-radius: 0;
    background-color: transparent;
    border-width: 3px;
    padding: 8px 35px;
    border-color: #ff931e;
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #161616;
    background-color: transparent;
}

.btn-default {}

.btn-default:hover,
.btn-default:focus {
    color: #fff;
    background-color: #ff931e;
    border-color: #ff931e;
}

.btn-default:hover,
btn-default:focus {}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.5;
}

.nav .caret,
.nav a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}


/* Small devices (tablets, 768px and up) */

@media (max-width: 991px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-toggle {
        color: #fff;
        font-size: 17px;
        padding: 4px 14px;
        margin: 22px 10px 0 0;
        border-radius: 6px;
        background: #ff931e;
    }
    .inner-links-main a {
        display: block;
        color: #161616;
        margin: 40px 0px;
    }
    .nav-tabs {
        margin-bottom: 10px;
    }
    .navbar-wrapper {
        border-top: none;
    }
    .navbar-collapse {
        max-height: 700px;
        box-shadow: inset 0 1px 0 rgba(234, 234, 234, 0.8);
    }
    #site-topnav .nav a {
        color: #333;
        border: none;
        text-align: center;
        outline: none !important;
    }
    .navbar-brand {
        padding: 10px 0 0 10px;
    }
    .navbar {
        margin-bottom: 0;
    }
    .navbar .nav li.dropdown li a:hover,
    .navbar .nav li.dropdown li.active a {
        background-color: transparent;
    }
    a#child-menu {
        display: inline;
        z-index: 5;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        padding-left: 40px;
        padding-right: 40px;
    }
    #widget-search {
        margin-top: 30px;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 768px) {
    .contact-content {
        width: 20%;
    }
    .contact-content .r27_contact-map-link {
        font-size: 14px;
    }
    .contact-content h3 {
        font-size: 20px;
    }
    .contact-content p {
        font-size: 13px;
    }
    .navbar-toggle {
        display: initial;
    }
    #widget-search .col-sm-3 {
        width: 20%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 992px) {
    #widget-search .col-md-3 {
        width: 20%;
        padding-left: 5px;
        padding-right: 5px;
    }
    #widget-search input[type="text"] {
        padding: 0 5px;
    }
    #widget-search select {
        padding: 13px 5px;
    }
    #widget-search .custom-select:before {
        right: 12px;
    }
    .navbar-toggle {
        display: none;
    }
    body {
        padding-top: 0px;
    }
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block;
    }
    .navbar-nav {
        margin-top: 30px;
    }
    a#child-menu {
        display: none;
    }
    .navbar .nav>li>.dropdown-menu:after {
        position: absolute;
        top: -6px;
        left: 18px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ff931e;
        border-left: 6px solid transparent;
        content: '';
    }
    .navbar .nav>li>a {
        border-top: 0;
        color: #b3b3b3;
        text-transform: uppercase;
        font-size: 13px;
        padding: 7px 3px;
        margin: 0 10px;
        text-shadow: none;
    }
}


/* 8. Responsive Media Queries-------------------------------------------------- */

@media (max-width: 767px) {
    body {
        padding-top: 0;
    }
    #Top-nav-sticky {
        position: static;
    }
    .h-section h2 {
        font-size: 30px;
        text-align: center;
    }
    .section-about h2 {
        position: static;
        margin-top: 0;
    }
    .btn-primary {
        font-size: 14px;
    }
    .meet-team .staff-holder {
        padding: 20px 10px;
    }
    .nav-tabs {
        margin-bottom: 0px;
    }
    #disc-links li {
        display: block;
    }
    #disc-links li:after {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 991px) {}


/* Mobile devices */

@media (min-width: 320px) and (max-width: 480px) {
    #prefix_banner-container {
        display: none;
    }
    .navbar-brand img {
        width: 160px;
        margin-top: 12px;
    }
    .navbar-brand {
        padding-left: 0px;
    }
    .boardy-GroupStatus-withMenu.boardy-GroupStatus-ForAdvertiser,
    .boardy-GroupStatus-withMenu.boardy-GroupStatus-ForCandidate {
        padding-left: 0px;
    }
    a.boardy-dropdown-toggle {
        font-size: 14px;
    }
    .footer-tag-line a {
        color: #fff;
        font-size: 12px;
        font-family: Helvetica, Arial, sans-serif;
        margin-bottom: 5px;
    }
    .navbar-toggle {
        color: #fff;
        font-size: 17px;
        padding: 4px 14px;
        margin: 10px 0 20px;
        border-radius: 6px;
        background: #ff931e;
        width: 100%;
    }
    #widget-search {
        margin-top: 80px;
    }
    .site-social li a {
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .site-social li ul li a {
        width: auto;
        white-space: default;
        overflow: none;
        text-overflow: default;
    }
    .page-title {
        margin-top: 60px;
    }
}


/*--*/

h2 span {
    font-weight: 400;
}

.navbar-brand {
    width: 260px;
    margin: 0px 71px 0 0px;
    padding: 0;
    display: block;
    height: auto;
}

.top-header {
    float: left;
    width: 100%;
}

.navbar {
    background: transparent;
    border-radius: 0;
    border: 0;
    margin-top: 12px;
    padding: 15px 0;
}


/*.navbar.shadow{box-shadow: 0 0 8px #ccc; -webkit-box-shadow: 0 0 8px #ccc; -moz-box-shadow: 0 0 8px #ccc; -ms-box-shadow: 0 0 8px #ccc;}*/

#site-topnav .navbar-nav {
    background-color: transparent;
    padding: 6px 6px 6px 0px;
}

.navbar .nav>li>a {
    font-size: 16px;
    margin: 0 14px;
    color: #fff;
    font-weight: 400;
    text-transform: inherit;
    font-family: Lato;
}

.navbar .nav>li:first-child>a {
    margin-left: 0px;
}

.navbar .nav>li>a {
    font-size: 16px;
    margin: 0 17px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    line-height: 1.08;
}

.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #3A88B2;
    border-top: 0;
}


/*.navbar .nav > .active > a{font-weight: 400;}*/

ul.list-inline.pull-right {
    margin-top: 29px !important;
}

.site-social li a {
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    margin-right: 19px;
}

.site-social li a i {
    border: none;
    display: inline-block;
    font-size: 23px;
}

.site-social li a:hover {
    color: #3A88B2;
}

.site-social li a:hover i {
    border: none;
}

#strapslide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 31% 50%;
    height: 660px;
    display: block;
    background-attachment: fixed;
    position: relative;
}

#strapslide:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(76, 76, 76, 0.6);
    top: 0;
    left: 0;
}

#strapslide>.strapslide-container {
    height: 100% !important;
}

.strapslide>.strapslide-container>.slide {
    height: 100%;
    background-image: none !important;
}

.navbar-nav {
    margin-top: 35px;
}

.navbar .site-social {
    margin: 27px 23px 0 0;
}

.strapslide .container {
    position: relative;
}

.strapslide .background-white {
    background: transparent !important;
    padding: 0 !important;
    position: relative;
    z-index: 2;
}

.strapslide .row {
    text-align: left !important;
    top: 0!important;
}

.slide-text h2 {
    font-size: 60px !important;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-top: 21px;
    margin-bottom: 75px;
    position: relative;
    line-height: 1.08;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.slide-text h2:after {
    position: absolute;
    bottom: -37px;
    height: 2px;
    width: 95px;
    background-color: #fff;
    content: " ";
    left: 0px;
}

.slide-text p {
    font-size: 18px !important;
    font-weight: 400;
    /* font-style: italic; */
    line-height: 1.3;
    color: #fff;
    margin-bottom: 78px;
    font-family: 'Lato', sans-serif;
}

.slide-text a.btn-primary {
    padding: 7px 50px;
    border: 2px solid #fff;
    color: #161616;
    font-style: normal;
    text-transform: capitalize;
    background: #FFFFFF;
    margin-right: 15px;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    min-width: 186px;
}

.slide-text a.btn-secondary {
    padding: 7px 50px;
    border: 2px solid #161616;
    color: #fff;
    font-style: normal;
    text-transform: capitalize;
    background: #161616;
    margin-right: 22px;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    min-width: 186px;
}

.slide-text a.btn-primary:hover {
    border-color: #161616;
    color: #fff;
    background: #161616;
}

.slide-text a.btn-secondary:hover {
    border-color: #fff;
    color: #161616;
    background: #fff;
}

.strapslide .slide-text {
    top: 63%;
}

.strapslide .col-banner-img {
    position: relative;
}

.strapslide .col-banner-img img {
    bottom: 0;
    position: absolute;
    right: 0;
    max-width: none;
}

.strapslide .col-banner-img3 img {
    right: -100px;
}

.strapslide .row,
.strapslide .container,
.strapslide .container [class*="col-"] {
    height: 100%;
}

.strapslide>.strapslide-pagination {
    height: auto !important;
    bottom: 0;
    top: auto !important;
    left: 0;
    right: 0;
    text-align: center !important;
}

#prefix_banner-container .strapslide>.strapslide-pagination {
    height: auto !important;
}

.strapslide>.strapslide-pagination .container [class*="col-"] {
    width: 100%;
    float: none;
    text-align: center;
}

.strapslide>.strapslide-pagination li {
    display: inline-block;
    margin: 0 auto;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

.strapslide>.strapslide-pagination li a {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #fff;
    line-height: 17px;
}

.strapslide>.strapslide-pagination li.active a,
.strapslide>.strapslide-pagination li a:hover {
    background: transparent;
}

.strapslide>.strapslide-pagination ul {
    margin: 25px 0;
}

#SlideText1,
#SlideText2,
#SlideText3,
#SlideText4 {
    text-align: left !important;
}

.slide-header.slide-text.background-white {
    top: 39%;
    z-index: 9;
}

#widget-search {
    padding: 18px 0 5px 0;
}

#widget-search input:-moz-placeholder {
    color: #B2B2B2;
    opacity: 1;
}

#widget-search input::-moz-placeholder {
    color: #B2B2B2;
    opacity: 1;
}

#widget-search input::-webkit-input-placeholder {
    color: #B2B2B2;
    opacity: 1;
}

#widget-search input:-ms-input-placeholder {
    color: #B2B2B2;
    opacity: 1;
}

#widget-search input[type="text"] {
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    border: 0;
    border-radius: 0;
    color: #b2b2b2;
}

#widget-search select {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: #B2B2B2;
    width: 100%;
    height: 50px;
    line-height: 1.3;
}

#btn-widget-search {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: #161616;
    color: #fff;
    text-transform: capitalize;
    border: 2px solid #161616;
    padding: 11px 0;
    text-transform: uppercase;
}

#btn-widget-search:hover {
    background: #3A88B2;
    border-color: #3A88B2;
    color: #fff;
}

#btn-widget-search i.fa-search {
    display: none;
}

#widget-search .custom-select span {
    border: 0;
    border-radius: 0;
}

.inner-links img {
    display: block;
    width: 100%;
    height: 100%;
}

.inner-links-img-main {
    display: inline-block;
    width: 100%
}

.submit-resume-img-main {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.job-request-img-main {
    width: 89px;
    height: 89px;
    margin: 0 auto;
}

.job-alert-img-main {
    width: 78px;
    height: 85px;
    margin: 0 auto;
}

.register-img-main {
    width: 111px;
    height: 93px;
    margin: 0 auto;
}


/*img.submit-resume-img{width: 90px; height: 90px;}
img.job-request-img{width: 89px; height: 89px;}
img.job-alert-img{width: 78px; height: 85px;}
img.register-img{width: 111px; height: 93px;} */

.jxt-salary-type {
    padding-left: 0;
}

.jxt-salary-bands {
    display: table;
    padding-left: 0;
}

.jxt-salary-submit {
    clear: both;
    padding-left: 0;
}

.jxt-salary-bands .jxt-salary-min input,
.jxt-salary-bands .jxt-salary-max input {
    display: block;
    width: 100%;
    padding-left: 25px;
    margin: 0;
    box-sizing: border-box;
}

.call-to-action {
    background-color: #fff;
    padding-top: 21px;
}

.intro-sec {
    padding: 63px 0 32px 0;
    text-align: center;
}

.intro-sec h1:after {
    position: absolute;
    height: 1px;
    width: 94px;
    background: #161616;
    content: " ";
    bottom: -20px;
    left: 50%;
    /* right: 0; */
    margin-left: -47px;
}

.intro-sec h1 {
    color: #161616;
    font-weight: 400;
    position: relative;
    margin-bottom: 47px;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 1.08;
    font-family: 'Roboto', sans-serif;
}

.intro-sec p {
    color: #686868;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 95px;
}

.intro-section {
    margin-bottom: 78px;
}

.inner-links-main i {
    font-size: 38px;
}

.inner-links-main a img {
    margin: 0 auto;
    display: block;
}

.inner-links-main .text-center {
    width: 24.7%;
    display: inline-block;
}

.inner-links-main a span {
    font-family: 'Lato', sans-serif;
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0 10px 0;
    line-height: normal;
}

.inner-links-main a span i {
    font-style: normal;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
}

.inner-links-main p {
    line-height: 20px;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-ms-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateY(0);
    }
    40% {
        -ms-transform: translateY(-30px);
    }
    60% {
        -ms-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}


/*
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
*/

.services-sec {
    padding: 120px 0 114px 0;
    background: url('../images/specification-banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
    text-align: center;
}

.services-sec:before {
    background: rgba(56, 136, 178, 0.5);
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.services-sec h2 {
    font-size: 30px;
    line-height: 1.08;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    margin-bottom: 62px;
}

.service-icons {
    height: 150px;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}


/*.service-icons i{font-size: 50px;     -webkit-transition: all 200ms ease-in;  -ms-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in;     transition: all 200ms ease-in;}*/

.service-content-main a {
    color: #fff;
    display: inline-block;
    margin-bottom: 14px;
    /* padding-left: 55px; */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.service-content-main {
    text-align: center;
}

.service-icons .icon {
    display: block;
    content: "";
    width: 50px;
    height: 55px;
    margin: 0 auto;
    background: no-repeat 50% 0;
    text-align: center;
}

.service-icons .icon.business-icon {
    background-image: url("../images/hand.svg");
}

.service-content-main a:hover .service-icons i {
    background-position: 50% -60px;
}

.service-icons .icon.accounting-icon {
    background-image: url("../images/chart.svg");
}

.service-content-main a:hover .service-icons i.accounting-icon {
    background-position: 50% -59px;
}

.service-icons .icon.legal-icon {
    background-image: url("../images/bag.svg");
}

.service-icons .icon.marketing-icon {
    background-image: url("../images/graph.svg");
}

.service-icons .icon.permenant-icon {
    background-image: url("../images/shirt.svg");
}

.service-content-main a:hover .service-icons i.permenant-icon {
    background-position: 50% -62px;
}

.service-icons .icon.temporary-icon {
    background-image: url("../images/board.svg");
}

.service-content-main a:hover .service-icons i.legal-icon {
    background-position: 50% -64px;
}

.service-content-main a:hover .service-icons i.temporary-icon {
    background-position: 50% -70px;
}

.service-content-main a:hover {
    color: #3A88B2;
}

.service-content-main a:hover h3 {
    color: #3A88B2;
}

.service-content-main a:hover .service-icons {
    background-color: rgba(58, 136, 178, 0.8)
}

.service-content-main a:hover .table-cell {
    color: #fff;
}


/*.service-content-main a:hover .service-icons i{transform: scale(1.3); -webkit-transform: scale(1.3); -ms-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3);}*/

.service-content {
    padding-left: 0;
    display: block;
    vertical-align: middle;
    margin-bottom: 37px;
}

.service-content h3 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.08;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.service-content h3 br {
    display: none;
}

.service-content small {
    font-size: 15px;
    color: #adadad;
    font-weight: 400;
}

.d-table {
    height: 100%;
    width: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
    color: #161616;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.section-jobfeed {
    background-image: url(../images/job-banner.jpg);
    padding: 74px 0 47px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-jobfeed:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    top: 0;
}

.section-jobfeed h2 {
    font-size: 50px;
    font-weight: 400;
    color: #161616;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    line-height: 1.08;
}

.section-jobfeed h2 span {
    font-weight: 300;
}

.xmlLocation:before {
    display: none;
}

.xmlLocation {
    font-size: 13px;
    font-weight: 400;
    color: #3A88B2;
    font-style: normal;
}

.xmlLocation strong {
    font-weight: 400;
    display: none
}

#myJobsList .rss-item-title a {
    font-family: 'Roboto', serif;
    text-transform: inherit;
    font-size: 18px;
    font-weight: 400;
    color: #161616;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#myJobsList .rss-item-title a:hover {
    color: #3A88B2;
}

#myJobsList .rss-item-title {
    padding-left: 0;
    padding-top: 4px;
}

#myJobsList ul {
    padding-left: 0;
}

#myJobsList li {
    width: 100%;
    margin-right: 0;
}

#myJobsList .owl-item {
    padding-right: 20px;
}

.section-jobfeed #myJobsList {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}

.section-jobfeed #myJobsList .owl-item {
    padding-left: 25px;
    padding-right: 45px;
}

.section-jobfeed #myJobsList .rss-item {
    border-top: 1px solid #161616;
}

#myJobsList .rss-item-description {
    font-size: 14px;
    color: #161616;
    line-height: 1.3;
    /* font-style: italic; */
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 47px;
    height: 5em;
    overflow: hidden;
}

#myJobsList .btn-primary {
    float: right;
    padding: 10px 23px;
    background-color: #161616;
    border-color: #161616;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400;
}

.section-jobfeed h2:after {
    display: none;
}

#myJobsList .btn-primary:hover {
    background-color: #3A88B2;
    border-color: #3A88B2;
    color: #1A1A1A;
}

a.next-btn,
a.prev-btn {
    height: 48px;
    width: 25px;
    display: block;
}

a.next-btn img,
a.prev-btn img {
    width: 100%;
    display: block;
}

a.next-btn,
a.prev-btn {
    position: absolute;
    top: 50%;
}

a.next-btn {
    right: 15px;
}

a.prev-btn {
    left: 15px;
}

.rss-item-link {
    display: block;
}

.rss-item-link a {
    display: inline-block;
    font-size: 17px;
    border: 2px solid #3A88B2;
    padding: 6px 18px;
    font-family: 'Roboto', serif;
    font-weight: 700;
    margin-top: 25px;
}

.rss-item-link a:hover {
    background: #3A88B2;
    color: #fff;
}

.sec-about {
    padding: 62px 0 71px 0;
    background: #ececec;
    width: 100%;
    text-align: center;
}

.sec-about h2 {
    font-weight: 700;
    font-size: 50px;
    color: #161616;
    margin-bottom: 50px;
}

.sec-about h2 span {
    font-weight: 300;
}

.inner-sec-about h3 {
    font-size: 70px;
    font-weight: 300;
    color: #161616;
    margin-bottom: 0;
}

.inner-sec-about span {
    font-family: 'Roboto', serif;
    color: #adadad;
    font-size: 25px;
    font-weight: 300;
}

.inner-sec-about {
    position: relative;
}

.inner-sec-about:before {
    position: absolute;
    content: "";
    border-right: 1px solid #adadad;
    height: 32px;
    width: 1px;
    display: block;
    top: 50%;
    right: 0;
    margin-top: -16px;
}

.inner-sec-about:last-child:before {
    display: none;
}

.sec-our-team {
    padding: 110px 0 64px 0;
    width: 100%;
    background: #fff;
    position: relative;
    text-align: center;
}

.pattern-bg {
    position: relative;
    width: 100%;
    background: #fff;
}

.pattern-bg:before {
    background-image: url('../images/pattern-bg.png');
    background-repeat: repeat;
    background-position: top left;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.sec-our-team h2 {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 50px;
    color: #000000;
}

.team-list {
    padding: 0;
    display: block;
    margin: 59px 0 70px;
}

.team-list li {
    float: left;
    list-style: none;
    width: 16.6666%;
}

.team-list li .team-overlay {
    display: block;
    position: relative;
    cursor: pointer;
}

.team-list li .team-overlay:before {
    position: absolute;
    background: rgba(241, 141, 30, 0.85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-list li .team-overlay .team-read-more-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-list li .team-overlay .team-read-more-btn span {
    font-family: 'Roboto', serif;
    font-weight: 700;
    font-size: 17px;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.team-list li .team-overlay:hover:before {
    opacity: 1;
}

.team-list li .team-overlay:hover .team-read-more-btn {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.team-list li .team-overlay img {
    display: block;
    width: 100%;
}

.sec-our-team a.btn {
    text-transform: capitalize;
}

.footer-contact {
    padding: 68px 0 47px 0;
    background: url('../images/banner1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    text-align: center;
}

.footer-contact:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.footer-contact h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 24px;
}

a.tel-link {
    font-family: 'Roboto', serif;
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 8px;
    display: inline-block;
    line-height: 73px;
}

a.tel-link:hover,
a.tel-link:focus {
    text-decoration: none;
    color: #3A88B2;
}

.footer-contact address {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    font-style: normal;
    opacity: 0.6;
}

#disc-links a {
    color: #a6a6a6;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

#disc-links a:hover,
#disc-links a:focus {
    text-decoration: none;
    color: #3A88B2;
}

#disclaimer .list-inline>li {
    padding: 0;
}

#disc-links li:after {
    margin: 0 5px 0 8px;
}

#disclaimer {
    padding: 10px 0;
}


/*footer style*/

#r27_footer-container {
    background: #1A1A1A;
}

.footer-nav {
    padding: 50px 0 26px 0;
    text-align: center;
    display: block;
    border-bottom: 1px solid #525252;
}

.footer-nav ul {
    text-align: center;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.footer-nav ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

.footer-nav ul li a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 1.08;
}

.footer-nav ul li a:hover,
.footer-nav ul li.active a {
    color: #3A88B2;
}

.r27_social-media a:first-child {
    margin-left: 0;
}

.r27_social-media a {
    display: inline-block;
    padding: 20px 6px 15px;
    margin: 0 0 0 25px;
    border-radius: 3px;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.r27_social-media a:hover,
.r27_social-media a:focus,
.r27_social-media a:active {
    color: #3A88B2;
}

.r27_social-media a span {
    display: none;
}

.footer-tag-line {
    color: #fff;
    font-size: 12px;
}

.footer-tag-line a {
    color: #fff;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
    display: inline-block;
}

.footer-tag-line .footer-tag-logo a:first-child {
    margin-right: 10px;
}

.footer-tag-line a:hover {
    color: #3A88B2;
}


/*--inner page--*/

.dynamic-content-holder .text-center h1:after,
.dynamic-content-holder .text-center h2:after,
.dynamic-content-holder .text-center h3:after {
    position: absolute;
    height: 1px;
    width: 72px;
    background: #161616;
    content: " ";
    bottom: -29px;
    left: 50%;
    margin-left: -36px;
}

.service-inner .service-icons {
    height: 150px;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background-color: #161616;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.service-inner .service-content-main .service-icons a i {
    background-position: 50% -60px;
}

.service-discription {
    display: none;
    padding: 48px 55px 25px 40px;
    border: 35px solid #ffde00;
    margin-top: 20px;
    position: relative;
}

.service-discription p {
    text-align: justify;
}

.meet-team-content {
    display: none;
    padding: 48px 55px 25px 40px;
    border: 35px solid #ffde00;
    margin-top: 20px;
    position: relative;
}

.meet-team-content p {
    text-align: justify;
}

.dynamic-content-holder .service-discription h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}

.service-discription .close {
    position: absolute;
    right: 22px;
    font-size: 40px;
    top: 20px;
    color: #161616;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}

.meet-team-content .close {
    position: absolute;
    right: 25px;
    font-size: 40px;
    top: 20px;
    color: #161616;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}

.service-inner {
    margin-top: 60px;
}

.service-inner .service-content-main .service-icons a i.accounting-icon {
    background-position: 50% -59px;
}

.service-inner .service-content-main a {
    margin-bottom: 0;
}

.service-inner .service-icons:hover {
    background-color: #ffde00;
}

.service-inner .service-content-main .service-icons a i.permenant-icon {
    background-position: 50% -62px;
}

.service-inner .service-content-main .service-icons a i.legal-icon {
    background-position: 50% -64px;
}

.service-inner .service-content-main .service-icons a i.marketing-icon {
    background-position: 50% -59px;
}

.service-inner .service-content-main .service-icons a i.temporary-icon {
    background-position: 50% -70px;
}

.dynamic-content-holder .service-content h3:after {
    display: none;
}

.inner-banner {
    height: 219px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.inner-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background: rgba(76, 76, 76, 0.4);
}

.page-title h1 {
    font-size: 70px;
    margin-top: 3em;
    text-align: center;
}

.page-title h1 {
    font-size: 70px;
    margin-top: 3em;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #fff;
}

.page-title h1::first-letter {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', serif;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: capitalize;
}

h2 span,
h3 span {
    color: #3A88B2;
}

h2 {
    font-size: 50px;
    font-weight: 400;
    color: #161616;
    position: relative;
    margin-bottom: 45px
}

.dynamic-content-holder h2:after {
    position: absolute;
    height: 1px;
    width: 72px;
    background: #161616;
    content: " ";
    bottom: -18px;
    left: 0;
}

.dynamic-content-holder p {
    line-height: 1.5;
    margin-bottom: 25px;
    color: #161616;
}

.service-area a img {
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
}

.service-area a:hover img {
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    color: #161616;
    position: relative;
    margin-bottom: 45px
}

.dynamic-content-holder h3:after {
    position: absolute;
    height: 1px;
    width: 72px;
    background: #161616;
    /*content: " ";*/
    bottom: -23px;
    left: 0;
}

.service-area {
    margin-bottom: 40px;
}

a {
    color: #3A88B2;
}

a:hover {
    color: #161616;
}

.dynamic-content-holder h2 {
    text-transform: capitalize;
    color: #161616;
}

.dynamic-content-holder h3 {
    text-transform: capitalize;
    color: #161616;
    margin-bottom: 30px;
}

.panel-group {
    margin: 30px 0px;
}

.panel-title>a {
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto', serif;
    font-weight: 700;
    font-size: 17px;
    padding: 15px 20px;
    background: #3A88B2;
    display: block;
    border: 2px solid #3A88B2;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-title>a:focus {
    text-decoration: none;
}

.panel-title>a:hover {
    background: #161616;
    text-decoration: none;
    border-color: #161616;
}

.panel-heading {
    padding: 0;
}

.panel-default>.panel-heading {
    background: transparent;
    border: 0;
}

.panel-group .panel {
    border: 0;
}

.panel-default {
    border-color: #3A88B2;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 2px solid #3A88B2;
    border-radius: 0;
    border-top: 0;
    font-style: normal;
    font-size: 15px;
    color: #adadad;
    padding: 10px 18px;
    line-height: 22px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.inner-sec {
    padding-bottom: 48px;
    display: block;
}

.col-border-right {
    border-right: 2px solid #3A88B2;
}

.download-btn {
    background: #161616;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    font-family: 'Roboto', serif;
    font-weight: 400;
    padding: 21px 78px 21px 30px;
    margin-bottom: 45px;
    vertical-align: middle;
    position: relative;
    transition: 0.4s;
}

.download-icon {
    background: url(../images/download-arrow.png) no-repeat 0 0;
    width: 47px;
    height: 47px;
    display: inline-block;
    position: absolute;
    top: 21px;
    margin-left: 13px;
    right: 10px;
    transition: 0.4s;
}

.download-btn:hover {
    background: #3A88B2;
}

.service-area figure {
    margin-bottom: 50px;
}

.service-area h3:after {
    width: 90%;
}

.service-area .btn {
    padding: 10px 23px;
}

.download-btn:hover .download-icon {
    background: url(../images/download-arrow-hover.png) no-repeat 0 0;
}

a.download-pdf-btn {
    font-family: 'Roboto', serif;
    font-size: 25px;
    padding: 24px 43px 14px 43px;
    font-weight: 700;
    color: #fff;
    background: #3A88B2;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

a.download-pdf-btn:hover {
    background: #161616;
}

a.download-pdf-btn i {
    font-size: 58px;
    vertical-align: middle;
    padding-left: 21px;
}

.txt-left {
    display: block;
    margin-bottom: 14px;
}

.btn {
    /* font-family: 'Roboto', serif; */
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    text-transform: none;
    border: 2px solid #3A88B2;
    color: #fff;
    border-radius: 0;
    padding: 10px 35px;
    background: #3A88B2;
    transition: 0.4s;
}

.btn:hover,
.btn:focus,
.btn:active {
    border-color: #161616;
    color: #fff;
    background: #161616;
}

.icon-set-part {
    margin-top: 80px;
}

ul.icon-set-list {
    padding: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

ul.icon-set-list li {
    width: 10%;
    float: left;
    list-style: none;
    margin-bottom: 30px;
}

ul.icon-set-list li:nth-of-type(1n+11) {
    margin-bottom: 0;
}

ul.icon-set-list li a {
    color: #dbdbdb;
    font-size: 40px;
    display: block;
}

ul.icon-set-list li a:hover {
    color: #3A88B2;
}

.services-page-main .service-page-content:last-child {
    padding-bottom: 0;
}

a.services-links {
    display: block;
    width: 100%;
    position: relative;
}

a.services-links:hover .services-page-imgs:before {
    opacity: 1;
    transform: scale(1) rotateY(0);
    -webkit-transform: scale(1) rotateY(0);
    -o-transform: scale(1) rotateY(0);
    -ms-transform: scale(1) rotateY(0);
    -moz-transform: scale(1) rotateY(0);
}

.services-page-imgs {
    position: relative;
    display: block;
    width: 100%;
}

.services-page-imgs:before {
    position: absolute;
    content: "";
    background: rgba(241, 141, 30, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(0) rotateY(90deg);
    -webkit-transform: scale(0) rotateY(90deg);
    -ms-transform: scale(0) rotateY(90deg);
    -o-transform: scale(0) rotateY(90deg);
    -moz-transform: scale(0) rotateY(90deg);
}

.services-page-imgs img {
    width: 100%;
    display: block;
}

a.services-links:hover h3 {
    color: #3A88B2;
}

.service-page-content h3,
.service-page-content h4 {
    font-weight: 300;
    color: #161616;
    margin-top: 34px;
    letter-spacing: -0.5px;
    text-transform: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-page-content h4 {
    font-size: 20px;
    margin-top: 25px;
}

.service-page-content {
    padding-bottom: 60px;
}

.inner-services-cta {
    margin-top: 57px;
}

.inner-services-cta .btn {
    padding: 12px 58px;
}

.inner-service-page h2 {
    font-size: 40px;
}

.meet-team-main {
    padding-bottom: 97px;
    padding-top: 105px;
    margin-bottom: -181px;
}

.meet-team-main .container {
    position: relative;
    z-index: 1;
}

.meet-team-main .team-list {
    margin-top: 0;
    margin-bottom: 0;
}

.meet-team {
    text-align: center;
}

.thumb-box img {
    width: 100%;
    display: block;
}

.thumb-bg {
    background: rgba(228, 232, 233, 0.8);
    display: block;
    width: 100%;
    padding: 20px 5px;
    position: relative;
    text-align: left;
    margin-bottom: 17px;
}

.thumb-close-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #3A88B2;
    color: #fff;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 40px;
    text-align: center;
}

.thumb-close-btn:hover {
    background: #161616;
    color: #fff;
}

.team-desc h2 {
    font-size: 50px;
    margin-bottom: 0;
}

.team-desc span {
    font-size: 25px;
    font-weight: 300;
    font-family: 'Roboto', serif;
    color: #161616;
    margin-bottom: 23px;
    display: block;
}

.thumb-bg:before,
.thumb-bg:after,
.thumb-box:before,
.thumb-box:after {
    display: block;
    content: "";
    clear: both;
}

.thumb-bg .team-read-more-btn {
    display: none;
}

.contact-detail {
    margin-top: 0;
}

.team-list .team-desc {
    display: none;
}

.team-desc-main {
    min-height: 0;
}

.meet-team-main .btn {
    text-transform: capitalize;
    margin-top: 70px;
}

.team-row {
    display: none;
}

#r27_map-container {
    position: relative;
    height: 550px;
    margin: 0 0 3em;
    background: #161616;
}

.r27_map-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
    background-color: rgba(51, 51, 51, 0.2);
}

.r27_map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.r27_map.active {
    opacity: 1;
    z-index: 10;
}

.r27_map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

#advanced_search-holder #search-salary .divSalaryCurrency {
    margin-right: 0;
}

.jxt-news-rss {
    margin-bottom: -31px;
}

.jxt-news-container h1 {
    display: inline-block;
    margin-bottom: 40px;
}

a.btn.btn-primary.template-btn br,
.time-btn-2 a.btn.btn-primary br {
    display: none;
}

.time-btn-2 a.btn.btn-primary {
    margin: 30px 0px 35px;
    width: 25.33%;
    margin-right: 82px;
    font-size: 16px;
    padding: 20px 35px;
}

.time-btn a.btn.btn-primary {
    margin: 30px 0px 35px;
    width: auto;
    white-space: inherit;
    margin-right: 82px;
    font-size: 16px;
    padding: 20px 35px;
}

.contact-content .mini-new-buttons:focus {
    background: #3A88B2;
    color: #fff;
}

.panel-heading .panel-title a {
    position: relative;
}

.panel-heading .panel-title a.collapsed::before {
    color: #fff;
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 20px;
}

.panel-heading .panel-title a::before {
    color: rgb(255, 255, 255);
    content: "\f106";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 20px;
}

.contact-part {
    background-image: url(../images/contact-bg.jpg);
    text-align: center;
    padding: 118px 0px 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.contact-part:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(76, 76, 76, 0);
    z-index: -1;
}

.contact-part h6 {
    color: #fff;
}

.contact-part a.btn.btn-primary.btn-sm {
    border: 1px solid #fff;
    background: transparent;
}

.contact-part a.btn.btn-primary.btn-sm:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #3A88B2;
}

tr.table-title {
    background: #505050;
    color: #fff;
}

tr.grey {
    background: #eeeeee;
}

.time-btn {
    margin-bottom: 59px;
}

.time-btn-2 {
    margin-bottom: 60px;
}

.tool-tips-btn {
    margin-left: 15px;
}

.tool-header {
    padding: 57px 10px 0px;
    /*background-image: url(../images/toolstips-bg.jpg);*/
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -2px;
}

@media (max-width: 1400px) {
    #strapslide {
        background-position: 28% 50%;
    }
}

@media (max-width: 1199px) {
    .intro-sec h1 {
        font-size: 40px;
    }
    section.jxt-related-articles-container h2 {
        font-size: 36px;
    }
    .jxt-news-filter-container h2 {
        font-size: 28px;
    }
    .tab-accordian-sec h3 {
        min-height: 56px;
    }
    .slide-text h2 {
        font-size: 48px !important;
    }
    .strapslide .slide-text {
        top: 61%;
    }
    .slide-header.slide-text.background-white {
        top: 37%;
    }
    .service-content h3 {
        font-size: 28px;
    }
    .download-btn {
        margin-bottom: 30px;
        vertical-align: middle;
        position: relative;
    }
    .teamProfiles .social-media li {
        padding: 0 10px;
    }
    .jxt-salary-bands .jxt-salary-min input,
    .jxt-salary-bands .jxt-salary-max input {
        display: block;
        width: 100%;
        padding-left: 7px;
        margin: 0;
        box-sizing: border-box;
        font-size: 12px;
    }
    .service-area p br {
        display: none;
    }
    .service-area {
        margin-bottom: 20px;
    }
    .intro-section {
        margin-bottom: 41px;
    }
    .service-inner {
        margin-top: 20px;
    }
    .service-discription {
        display: none;
        padding: 30px 30px 25px;
    }
    .meet-team-content {
        display: none;
        padding: 30px 30px 25px;
    }
    .slide-text a.btn-primary {
        font-size: 17px;
    }
    .strapslide .col-banner-img img {
        right: -75px;
    }
    .strapslide .col-banner-img {
        position: inherit;
    }
    #widget-search {
        padding: 11px 0 7px 0;
    }
    #widget-search select {
        font-size: 12px;
    }
    #widget-search input[type="text"] {
        font-size: 12px;
    }
    .inner-links-main a span i {
        display: block;
        line-height: 30px;
    }
    .inner-links-main a span {
        margin: 29px 0 10px 0;
    }
    .service-content-main a {
        padding-left: 0;
    }
    .section-jobfeed {
        padding: 40px 0 50px 0;
    }
    .section-jobfeed .row {
        padding: 0;
    }
    .section-jobfeed h2 {
        font-size: 40px;
    }
    #myJobsList {
        padding-top: 60px;
        max-width: 85%;
        margin: 0 auto;
    }
    #myJobsList .rss-item-title a {
        line-height: 24px;
        padding-bottom: 7px;
    }
    #myJobsList .owl-item {
        padding: 0 50px;
    }
    a.prev-btn {
        left: 15px;
    }
    a.next-btn {
        right: 15px;
    }
    #myJobsList li {
        margin-right: 0;
    }
    #myJobsList .owl-item {
        padding-right: 0;
        padding-left: 0;
    }
    .team-list li {
        width: 25%;
    }
    .thumb-bg {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .meet-team-main .btn {
        margin-top: 30px;
    }
    .services-sec {
        padding: 100px 0px 80px 0px;
    }
    .download-icon {
        background: url(../images/download-arrow.png) no-repeat 0 0;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        top: 21px;
        margin-left: 13px;
        right: 32px;
        background-size: contain;
    }
    .download-btn:hover .download-icon {
        background: url(../images/download-arrow-hover.png) no-repeat 0 0;
        background-size: contain;
    }
    /*--inner page--*/
    .page-title h1 {
        margin-top: 3.5em;
        font-size: 60px;
    }
    #dynamic-container,
    #content-container,
    #job-dynamic-container {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    h1 {
        font-size: 40px;
        margin-bottom: 35px;
    }
    h2 {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .dynamic-content-holder h1:after {
        bottom: -8px;
    }
    .dynamic-content-holder h3 {
        margin-bottom: 35px;
    }
    .dynamic-content-holder h3:after {
        bottom: -15px;
    }
    .service-area figure {
        margin-bottom: 35px;
    }
    h3 {
        font-size: 23px;
    }
    .panel-group {
        margin: 30px 0px;
    }
    .panel-title>a {
        font-size: 16px;
        padding: 15px;
    }
    .panel-group .panel-heading+.panel-collapse>.panel-body {
        padding: 10px;
    }
    .inner-sec {
        padding-bottom: 30px;
    }
    a.download-btn {
        font-size: 22px;
    }
    a.download-pdf-btn {
        font-size: 22px;
        padding: 15px;
    }
    a.download-pdf-btn i {
        font-size: 35px;
        padding-left: 15px;
    }
    .btn {
        font-size: 16px;
        padding: 10px 40px;
    }
    .txt-left {
        margin-bottom: 10px;
    }
    .icon-set-part {
        margin-top: 10px;
    }
    ul.icon-set-list {
        margin-top: 20px;
    }
    ul.icon-set-list li a {
        font-size: 30px;
    }
    .service-page-content {
        padding-bottom: 40px;
    }
    .inner-service-page h2 {
        font-size: 35px;
    }
    .inner-services-cta {
        margin-top: 20px;
    }
    .inner-services-cta .btn {
        padding: 10px 40px;
    }
    .team-desc h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .team-desc span {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .contact-detail {
        margin-top: 0;
    }
    .thumb-close-btn {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 30px;
    }
    .team-list {
        margin: 30px 0;
    }
    .meet-team-main {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: -77px;
    }
    .meet-team-main .team-list {
        margin: 0;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 20px;
    }
    .information-section h3 {
        font-size: 21px;
    }
    .information-section p {
        white-space: nowrap;
    }
    .information-section .mini-new-buttons {
        padding: 8px 15px;
        font-size: 18px;
    }
    a.btn.btn-primary.template-btn {
        /*padding:15px 13px;*/
        padding: 15px 0;
        font-size: 14px;
        white-space: normal;
    }
    .tool-tips-btn {
        margin-left: 0px;
    }
    .time-btn-2 a.btn.btn-primary {
        margin: 30px 0px 35px;
        width: 27.33%;
        margin-right: 52px;
        /* white-space: normal; */
        font-size: 16px;
        padding: 20px 20px;
    }
    .time-btn a.btn.btn-primary {
        padding: 20px;
    }
    .contact-part {
        padding: 105px 0px 65px;
    }
    /*--*/
}

@media (max-width: 991px) {
    .navbar-toggle {
        color: #fff;
        background: transparent;
        font-size: 45px;
        margin: 6px 15px 0 0;
        padding: 0;
    }
    section.jxt-related-articles-container h2 {
        font-size: 34px;
    }
    .navbar-collapse {
        margin-top: 10px;
    }
    .navbar-nav {
        margin: 10px 0;
        background: #161616;
    }
    .navbar {
        margin-bottom: 24px;
        padding-bottom: 0;
        margin-top: 10px;
    }
    .strapslide .slide-text {
        top: 56%;
    }
    .slide-header.slide-text.background-white {
        top: 30%;
    }
    .tab-accordian-sec h3 {
        margin-bottom: 20px;
        min-height: auto;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        background: #3A88B2;
    }
    .navbar-fixed-top .navbar-collapse {
        clear: both;
        padding-right: 15px;
        padding-left: 15px;
    }
    .nav>li {
        width: 100%;
    }
    #site-topnav ul {
        width: 100%;
    }
    .table-cell {
        font-size: 36px;
    }
    .intro-sec h1 {
        font-size: 36px;
    }
    .inner-links-main .text-center {
        width: 49.7%;
        display: inline-block;
    }
    .navbar-collapse.collapse.in {
        margin-bottom: 20px;
        display: block !important;
    }
    #site-topnav .nav>li>a:hover,
    #site-topnav .nav>li>a:focus,
    .navbar .nav li.dropdown li a:hover,
    .navbar .nav>li>a:hover,
    .navbar .nav>li>a:focus,
    .navbar .nav>.active>a,
    .navbar .nav>.active>a:hover,
    .navbar .nav>.active>a:focus {
        background: #161616;
    }
    .service-icons {
        padding: 45px 0 75px 0;
    }
    .service-icons {
        height: 140px;
        width: 140px;
    }
    .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 0;
        font-size: 24px;
        text-transform: uppercase;
        margin: 0 10px;
        border: none;
        padding: 6px 18px;
        color: #161616;
    }
    .slide-text h2 {
        font-size: 42px !important;
    }
    #site-topnav .nav a {
        text-align: left;
        color: #fff;
        margin: 0;
    }
    .navbar .nav>li>a {
        margin: 0;
        padding: 10px;
    }
    #site-topnav .nav>li>a:hover,
    #site-topnav .nav>li>a:focus,
    .navbar .nav li.dropdown li a:hover,
    .navbar .nav>li>a:hover,
    .navbar .nav>li>a:focus,
    .navbar .nav>.active>a,
    .navbar .nav>.active>a:hover,
    .navbar .nav>.active>a:focus {
        background-color: #161616;
    }
    .navbar .nav li.dropdown li.active>a {
        background-color: #3A88B2;
    }
    .navbar .nav>.active>a {
        background: #3A88B2;
        color: #fff !important;
        font-weight: 400;
    }
    .navbar .nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar .nav>li:first-child {
        border-top: 0;
    }
    #site-topnav .nav>li>a#child-menu:hover,
    #site-topnav .nav>li>a#child-menu:focus {
        background: transparent;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 25px;
    }
    .slide-text h2 {
        margin-top: 6px;
    }
    #widget-search {
        margin-top: 0;
    }
    .strapslide .col-banner-img img {
        right: -169px;
    }
    #widget-search select {
        padding: 13px 10px;
    }
    #widget-search .custom-select:before {
        right: 17px;
        font-size: 13px;
    }
    #btn-widget-search {
        font-size: 17px;
        padding: 12px 0;
    }
    .form-group {
        padding: 0 10px;
    }
    #widget-search {
        padding: 15px 0 5px 0;
    }
    .intro-sec {
        padding: 50px 0 30px;
    }
    .service-content h3 {
        font-weight: 400;
        font-size: 25px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    .section-jobfeed h2 {
        font-size: 35px;
    }
    .service-content h3 br {
        display: block;
    }
    .service-content h3 {
        line-height: 30px;
    }
    .section-jobfeed #myJobsList {
        max-width: 100%;
    }
    #myJobsList {
        max-width: 100%;
    }
    .section-jobfeed {
        padding: 30px 0 40px 0;
    }
    #myJobsList .btn-primary {
        float: right;
        padding: 6px 12px;
    }
    #myJobsList li {
        margin-right: 0;
    }
    .dynamic-content-holder #myJobsList {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-nav {
        padding: 35px 0 26px 0;
    }
    .service-content {
        margin-bottom: 24px;
    }
    a.prev-btn {
        display: none;
    }
    a.next-btn {
        display: none;
    }
    .section-jobfeed #myJobsList .owl-item {
        padding-left: 25px;
        padding-right: 25px;
    }
    .team-list li {
        width: 33.3333%;
    }
    /*--inner page--*/
    .page-title {
        height: 320px;
    }
    .page-title h1 {
        font-size: 50px;
        margin-top: 4em;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    .panel-title>a {
        padding: 10px;
    }
    .inner-sec {
        padding-bottom: 20px;
    }
    a.download-pdf-btn {
        font-size: 20px;
    }
    a.download-pdf-btn i {
        font-size: 28px;
    }
    ul.icon-set-list li a {
        font-size: 25px;
    }
    .inner-service-page h2 {
        font-size: 30px;
    }
    .team-desc h2 {
        font-size: 25px;
    }
    .team-desc span {
        font-size: 22px;
    }
    /*--*/
    .navbar-brand {
        width: 230px;
        margin-top: 20px;
    }
    #strapslide {
        height: 540px;
    }
    .services-sec {
        padding: 70px 0px 60px 0px;
    }
    .jxt-news-container h1 {
        font-size: 30px;
    }
    a.btn.btn-primary.template-btn {
        width: 47.5%;
        padding: 15px 20px;
    }
    .time-btn a.btn.btn-primary {
        padding: 20px 20px;
    }
    .time-btn-2 a.btn.btn-primary {
        padding: 20px 25px;
        white-space: normal;
    }
    .time-btn-2 a.btn.btn-primary br {
        display: block;
    }
    .contact-content {
        margin-bottom: 37px;
    }
    .contact-part {
        padding: 76px 0px 40px;
    }
    .tool-header {
        padding: 35px 15px 0px;
    }
    .time-btn-2 a.btn.btn-primary {
        width: 30%;
        margin-right: 22px;
    }
    .time-btn a.btn.btn-primary {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #widget-search select {
        font-size: 14px;
    }
    #widget-search input[type="text"] {
        font-size: 14px;
    }
    .service-area {
        margin-bottom: 0;
    }
    .contact-content {
        margin-bottom: 37px;
    }
    .jxt-news-container h1:after {
        bottom: -14px;
    }
    .navbar-brand {
        height: 70px;
    }
    #Top-nav-sticky {
        background: #3A88B2;
    }
    .navbar {
        box-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 0 0px;
    }
    .slide-text h2:after {
        position: absolute;
        bottom: -23px;
        height: 2px;
        width: 95px;
        background-color: #fff;
        content: " ";
        left: 50%;
        margin-left: -46px;
    }
    section.jxt-related-articles-container h2 {
        font-size: 30px;
    }
    .intro-sec p {
        padding: 0px 35px;
    }
    .intro-sec h1 {
        margin-bottom: 35px;
    }
    .inner-links-main .text-center {
        width: 49.5%;
        display: inline-block;
    }
    .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 0;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0 6px;
        border: none;
        padding: 4px 10px;
        color: #161616;
    }
    .teamProfiles .colio-item {
        margin-bottom: 20px;
    }
    .teamProfiles .social-media {
        padding-left: 0;
        list-style: none;
        margin-bottom: 20px;
    }
    .teamProfiles .job-title {
        margin-bottom: 4px;
        text-transform: uppercase;
        margin-top: 4px;
    }
    .nav-tabs {
        margin-top: 5px;
    }
    .nav-tabs>li:after {
        top: 5px;
    }
    .intro-section {
        margin-bottom: 20px;
    }
    .dynamic-content-holder h3 {
        margin-bottom: 20px;
    }
    .service-area figure {
        margin-bottom: 15px;
    }
    .service-area>div {
        margin-bottom: 20px;
    }
    .dynamic-content-holder h1:after,
    .dynamic-content-holder h2:after,
    .dynamic-content-holder h3:after {
        display: none;
    }
    .dynamic-content-holder .teamProfiles h3:after {
        display: block;
    }
    .navbar-brand {
        margin-left: 0;
        margin-bottom: 0px;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .strapslide .background-white {
        padding: 0 15px !important;
    }
    #strapslide {
        height: 360px;
    }
    .strapslide .slide-text {
        top: 44%;
    }
    .slide-header.slide-text.background-white {
        top: 18%;
    }
    .slide-text h2 {
        margin-top: 0;
        font-size: 25px !important;
        line-height: 30px;
        margin-bottom: 54px;
    }
    .slide-text p {
        margin-bottom: 37px;
    }
    #SlideText1,
    #SlideText2,
    #SlideText3,
    #SlideText4 {
        text-align: center !important;
    }
    .submit-resume-img-main {
        width: 70px;
        height: 70px;
    }
    .job-request-img-main {
        width: 70px;
        height: 70px;
    }
    .job-alert-img-main {
        width: 60px;
        height: 66px;
    }
    .register-img-main {
        width: 80px;
        height: 68px;
    }
    .inner-links-img-main {
        min-height: 72px;
    }
    /*
    img.submit-resume-img{width: 70px; height: 70px;}
    img.job-request-img{width: 70px; height: 70px;}
    img.job-alert-img{width: 60px; height: 66px;}
    img.register-img{width: 80px; height: 68px;}
    */
    .inner-links-main a span {
        font-size: 17px;
        margin: 23px 0 0px 0;
    }
    .inner-links-main a span i {
        line-height: 21px;
    }
    .intro-sec {
        padding: 30px 0 20px;
    }
    .intro-sec h1:after {
        position: absolute;
        height: 1px;
        width: 94px;
        background: #161616;
        content: " ";
        bottom: -17px;
        left: 50%;
        /* right: 0; */
        margin-left: -47px;
    }
    .intro-sec h1 {
        color: #161616;
        font-weight: 400;
        position: relative;
        margin-bottom: 25px;
    }
    .navbar-toggle {
        color: #fff;
        background: transparent;
        font-size: 34px;
        margin: 20px 15px 0 0;
        padding: 0;
    }
    .navbar-brand {
        width: 180px;
        margin-top: 21px;
    }
    .service-content h3 {
        font-size: 17px;
        line-height: 21px;
    }
    .dynamic-content-holder .service-discription h3 {
        padding-bottom: 13px;
        border-bottom: 1px solid #333;
        margin-bottom: 15px;
    }
    .service-icons i {
        font-size: 34px;
    }
    .services-sec {
        padding: 40px 0 30px 0;
    }
    .service-content-main {
        margin-bottom: 45px;
    }
    .service-content-main a {
        margin-bottom: 10px;
    }
    #myJobsList {
        padding-top: 40px;
    }
    .section-jobfeed {
        padding: 30px 0;
    }
    .section-jobfeed h2 {
        font-size: 30px;
    }
    #myJobsList .rss-item-description {
        font-size: 14px;
        color: #161616;
        line-height: 1.3;
        /* font-style: italic; */
        font-weight: 400;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .r27_social-media a {
        display: inline-block;
        padding: 10px 6px;
    }
    .footer-nav ul li {
        padding: 0 10px;
    }
    .footer-nav ul li a {
        font-size: 14px;
    }
    #myJobsList li {
        width: 100%;
        margin-right: 0;
    }
    .section-jobfeed #myJobsList .owl-item {
        padding-right: 0;
        padding-left: 0;
    }
    .footer-contact {
        background: #161616;
        padding: 40px 0 20px 0;
    }
    .footer-contact h2 {
        font-size: 25px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    a.tel-link {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .footer-contact address {
        font-size: 17px;
    }
    .footer-contact {
        padding: 40px 0 20px 0;
    }
    #disc-links li:after {
        display: inline-block;
    }
    #disc-links li {
        display: inline-block;
    }
    /*--inner page--*/
    .page-title {
        height: 280px;
    }
    .page-title h1 {
        font-size: 45px;
        margin-top: 2.7em;
    }
    #dynamic-container,
    #content-container,
    #job-dynamic-container {
        padding-top: 3em;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    h3 {
        font-size: 20px;
    }
    a.download-btn {
        font-size: 18px;
    }
    .btn {
        padding: 8px 30px;
    }
    ul.icon-set-list li a {
        font-size: 22px;
    }
    .col-border-right {
        border-bottom: 2px solid #3A88B2;
        border-right: 0;
        margin-bottom: 10px;
    }
    ul.icon-set-list li {
        margin-bottom: 15px;
    }
    ul.icon-set-list li:nth-of-type(1n+11) {
        margin-bottom: 15px;
    }
    .service-page-content h3 {
        margin-top: 20px;
    }
    .service-page-content {
        padding-bottom: 25px;
    }
    .inner-service-page h2 {
        font-size: 28px;
        margin-top: 20px;
    }
    .inner-services-cta {
        margin-bottom: 20px;
    }
    .inner-services-cta .btn {
        padding: 8px 30px;
    }
    .team-desc h2 {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .team-desc span {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .thumb-close-btn {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 22px;
    }
    .thumb-box img {
        width: auto;
        margin: 0 auto;
    }
    .meet-team-main {
        padding-top: 30px;
        padding-bottom: 90px;
        margin-bottom: -95px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    .information-section {
        box-sizing: border-box;
        padding: 0px 20px;
    }
    .time-btn-2 a.btn.btn-primary {
        margin: 20px 0px;
        width: 47.5%;
        margin-right: 10px;
        padding: 15px 20px;
    }
    .contact-content p:first-of-type {
        min-height: auto;
    }
    .navbar-collapse.collapse.in {
        margin-bottom: 0px;
    }
    .inner-banner {
        margin-top: -3px;
    }
    .contact-part {
        padding: 60px 10px 30px;
    }
    /*--*/
}

@media (max-width: 640px) {
    .service-content {
        padding-left: 8px;
    }
    .service-inner .service-content {
        padding-left: 15px;
    }
    .service-discription {
        display: none;
        padding: 15px;
        border: 15px solid #ffde00;
        margin-top: 15px;
    }
    section.jxt-related-articles-container h2 {
        font-size: 28px;
    }
    .intro-sec h1 {
        font-size: 32px;
    }
    .services-sec {
        padding: 40px 0 45px 0;
    }
    .service-content-main {
        margin-bottom: 35px;
    }
    .service-discription .close {
        position: absolute;
        right: 12px;
        font-size: 34px;
        top: 2px;
        color: #161616;
        opacity: 1;
        z-index: 2;
    }
    .meet-team-content {
        display: none;
        padding: 15px;
        border: 15px solid #ffde00;
        margin-top: 15px;
    }
    .footer-nav ul li {
        padding: 0px 8px;
    }
    .footer-nav ul li a {
        font-size: 13px;
    }
    .intro-sec {
        padding: 40px 0 20px;
    }
    .meet-team-content .close {
        position: absolute;
        right: 12px;
        font-size: 34px;
        top: 2px;
        color: #161616;
        opacity: 1;
        z-index: 2;
    }
    #dynamic-container,
    #content-container,
    #job-dynamic-container {
        padding-top: 2.5em;
        padding-bottom: 1.5em;
    }
    .jxt-news-container h1 {
        font-size: 25px;
    }
    a.btn.btn-primary.template-btn br {
        display: block;
    }
    a.btn.btn-primary.template-btn {
        width: 47%;
        padding: 15px 9px;
        margin: 20px 0px;
        margin-right: 11px;
        line-height: 1;
    }
    .time-btn-2 a.btn.btn-primary {
        width: 47%;
        padding: 15px 18px;
        margin: 8px 0px;
        margin-right: 11px;
    }
    .contact-part {
        padding: 45px 10px 25px;
    }
    .tool-header {
        padding: 25px 15px 0px;
    }
}

@media (max-width: 480px) {
    .navbar-toggle {
        width: auto;
    }
    .navbar-brand img {
        width: 100%;
        display: block;
        margin: 0;
    }
    section.jxt-related-articles-container h2 {
        font-size: 26px;
    }
    #prefix_banner-container {
        display: block;
    }
    #widget-search .form-group {
        width: 100%;
    }
    #btn-widget-search {
        font-size: 23px;
        padding: 6px 0;
        border-radius: 2px;
    }
    #widget-search {
        padding: 22px 0 12px 0;
    }
    .service-home {
        width: 100% !important;
        margin: 0 !important;
    }
    .service-content-main {
        width: 100%;
    }
    .service-icons {
        margin-left: 15px;
        padding: 0px;
    }
    .navbar-brand {
        width: 158px;
        margin-top: 18px;
        margin-right: 0;
    }
    .inner-links-main .text-center {
        width: 100%;
        display: inline-block;
    }
    .slide-header.slide-text.background-white {
        top: 9%;
    }
    .strapslide .slide-text {
        top: 33%;
    }
    .slide-text a.btn-secondary {
        margin-right: 0;
        width: 100%;
    }
    .slide-text a.btn-primary {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .team-list li {
        width: 50%;
    }
    .footer-tag-line a {
        margin-bottom: 2px;
    }
    .footer-tag-line .footer-tag-logo a {
        display: block;
        margin-bottom: 10px;
    }
    .footer-tag-line .footer-tag-logo a:first-child {
        margin-right: 0;
    }
    #r27_footer-container {
        padding-bottom: 15px;
    }
    /*--inner page--*/
    .page-title {
        margin-top: 0;
    }
    .page-title h1 {
        font-size: 40px;
        margin-top: 3em;
    }
    h1 {
        font-size: 26px;
    }
    a.download-btn {
        font-size: 17px;
    }
    a.download-pdf-btn {
        font-size: 18px;
    }
    a.download-pdf-btn i {
        font-size: 23px;
    }
    .btn {
        padding: 8px 25px;
    }
    ul.icon-set-list li {
        width: 20%;
    }
    .team-list li a .team-read-more-btn span {
        font-size: 15px;
        padding: 5px 8px;
    }
    .team-list li a .team-read-more-btn {
        margin-top: -15px;
    }
    .team-desc h2 {
        font-size: 22px;
    }
    /*--*/
    .navbar-brand {
        height: 65px;
    }
    .slide-text p {
        font-size: 16px;
    }
    .intro-sec h1 {
        font-size: 28px;
    }
    .intro-sec p {
        padding: 0px 5px;
    }
    .inner-links-main a {
        margin: 25px 0px 35px;
    }
    .table-cell {
        width: 130px;
        height: 130px;
    }
    .table-cell {
        font-size: 30px;
    }
    .services-sec {
        padding: 30px 0px 20px;
    }
    .services-sec h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .section-jobfeed h2 {
        font-size: 28px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 17px;
    }
    #dynamic-container,
    #content-container,
    #job-dynamic-container {
        padding-top: 2em;
        padding-bottom: 1em;
    }
    .jxt-news-container h1 {
        font-size: 23px;
    }
    a.btn.btn-primary.template-btn {
        width: 100%;
    }
    a.btn.btn-primary.template-btn br,
    .time-btn-2 a.btn.btn-primary br {
        display: none;
    }
    .time-btn a.btn.btn-primary,
    .time-btn-2 a.btn.btn-primary {
        margin: 20px 0px;
        padding: 15px 20px;
        width: 100%;
        margin-right: 0px;
    }
    .time-btn a.btn.btn-primary {
        white-space: initial;
    }
    .contact-part {
        padding: 35px 10px 15px;
    }
}


/*#box-profile-info .profilePic-holder img{
    width: 100%;
}*/

.profilePic-holder img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: initial;
}