@charset "UTF-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    color: #5c5a5a;
    line-height: 1.6;
}

#header {
    padding: 35px 0px 40px;
}

#header-small {
    height: 300px;
    background: #5c5a5a;
    background-size: cover;
    border-bottom: #21a8b2 5px solid;
}

/*
@-webkit-keyframes breath {
  0%   { -webkit-background-size: 100% auto; }
  50% { -webkit-background-size: 150% auto; }
  100% { -webkit-background-size: 100% auto; }
}
*/

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline-color: #21a8b2;
}

.container {
    max-width: 1256px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.right {
    margin-right: 0px !important;
}

.center {
    text-align: center;
}

.clr {
    clear: both;
}

.nomargin {
    margin: 0px !important;
}

.grey {
    color: #111 !important;
}

.yellow {
    color: #eee !important;
}

.no-float {
    float: none !important;
}

.middle {
    margin: auto;
}

.green {
    color: #21a8b2;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    color: #21a8b2;
}

#top-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

#top-nav .nav_menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px;
}

#top-nav .nav_menu li {
    list-style-type: none;
    position: relative;
}

#top-nav .nav_menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#top-nav .nav_menu li:hover ul {
    display: block;
}

#top-nav .nav_menu li ul a {
    display: block;
    padding: 10px 25px;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#top-nav .nav_menu li ul a:hover:after {
    display: none;
}

#top-nav .nav_menu li ul a:hover {
    background: rgba(2, 132, 132, 0.2);
    color: #5c5a5a;
}

#top-nav .nav_menu a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
    transition: all .2s ease-in-out;
    padding: 10px 8px;
    position: relative;
    display: inline-block;
}

#top-nav .nav_menu a:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    background: #21a8b2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#top-nav .nav_menu a:hover:after {
    width: 60%;
}

#top-nav .nav_menu a:hover {
    color: #21a8b2;
}

#top-nav .nav_menu .btn {
    margin-left: 50px;
}

#top-nav .nav_menu .btn a {
    background: #21a8b2;
    padding: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #21a8b2;
    border-radius: 4px;
    color: #fff;
}

#top-nav .nav_menu .btn a:hover {
    background: transparent;
    color: #21a8b2;
    border: 1px solid #21a8b2;
}

#top-nav .nav_menu .btn a:after {
    display: none;
}

.logo {
    width: 183px;
    height: 53px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.logo:hover {
    opacity: 0.8;
}

#top-nav .links {
    float: right;
}

#header-small #top-nav {
    height: 100px !important;
    background-size: cover;
}

#top-search h1 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 30px;
    margin-top: 200px;
}

#top-search h2 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: lighter;
}

#header-small h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: lighter;
    text-transform: uppercase;
}

#header-small h2 {
    text-align: center;
    color: #21a8b2;
    font-weight: lighter;
    margin: 0px;
    font-size: 24px;
    margin-top: 10px;
}

#header h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: lighter;
    text-transform: uppercase;
}

#header h2 {
    text-align: center;
    color: #ccc;
    font-weight: lighter;
    margin: 0px;
    font-size: 24px !important;
    margin-top: 20px;
    line-height: 40px;
}


#fixednav {
    background: rgba(11, 30, 41, 0.95);
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

#fixednav .logo {
    width: 200px;
    height: 65px;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    text-decoration: none;
    margin-top: 20px;
    margin-right: 90px;
    margin-bottom: 15px;
}

#fixednav .container {
    max-width: 1200px !important;
}

#fixednav a {
    color: #ececec;
    text-decoration: none;
    padding: 19px 15px 15px 25px;
    display: block;
    float: left;
    font-weight: 400;
    transition: all .2s ease-in-out;
    -webkit-letter-spacing: 0px;
    letter-spacing: 0px;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 20px;
    font-weight: lighter;
}

#fixednav a:hover {
    color: #21a8b2;
}

#fixednav .linkholder {
    float: right;
}

.homeheader h1 {
    font-size: 50px !important;
}

.homeheader h2 {
    font-size: 30px !important;
    line-height: 45px !important;
}

.cookie_sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    background: #21a8b2;
    color: #fff;
    padding: 11px 15px;
    transition-delay: 2s;
}

.cookie_sec .cookie_cont {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 15px;
    line-height: 1.6;
    font-size: 16px;
    margin-right: 10px;
}

.cookie_sec .cookie_cont a {
    color: #fff;
}

.cookie_sec .cookie_btn a {
    display: inline-block;
    color: #5c5a5a;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px 15px;
    line-height: 1;
    font-size: 14.4px;
    text-decoration: none;
}

.cookie_sec .cookie_btn a:hover {
    background: #fff;
    color: #21a8b2;
}

#top-search {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    z-index: 11;

}

#home-options {
    padding-bottom: 60px;
    text-align: center;
}

#home-options h1 {
    margin-bottom: 30px;
    font-weight: lighter;
}

.home_find {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: -30px;
    color: #fff;
}

.home_find h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 10px;
}

.home_find .find_btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    text-decoration: none;
    line-height: 40px;
    padding: 0px 10px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.home_find .find_btn:hover {
    background: #fff;
    color: #21a8b2;
}

.home_find .find_col {
    width: -moz-calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    width: -o-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-left: 30px;
    border-radius: 4px;
    padding: 0px;
    position: relative;
    height: 250px;
}

.home_find .bg-img1 {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 0px;
}

.home_find .bg-img1:after {
    background: rgba(2, 132, 132, 0.75);
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.home_find .bg-img1 img {
    object-fit: cover;
    min-height: initial !important;
    max-height: none !important;
    height: 100%;
    width: 100%;
}

.home_find .find_cont {
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0px;
}

.mob-nav {
    display: none;
}

.home_info {
    padding: 60px 0px;
    text-align: center;
}

.home_info p {
    line-height: 30px;
    color: #000;
}

.home_info h2 {
    color: #21a8b2;
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}

.jobs_home_box {
    max-width: 470px;
    width: 100%;
    float: right;
}

.jobs_home_box h3 {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-radius: 4px 4px 0 0;
    background-color: #21a8b2;
    color: #fff;
    font-weight: 400;
}

.jobs_home_box h4 {
    font-size: 18px;
    font-weight: 400;
}

.jobs_home_box .panel_cont {
    padding: 30px;
    background-color: rgba(2, 132, 132, 0.2);
}

.view_btn {
    margin-top: 20px;
    color: #5c5a5a;
    padding: 6px 12px;
    border: 1px solid #5c5a5a;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 14.4px;
    text-decoration: none;
}

.view_btn:hover {
    color: #21a8b2;
    border-color: #21a8b2;
}

/* tabs */
#parentHorizontalTab {
    padding-bottom: 50px;
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

ul.resp-tabs-list {
    border-bottom: 2px solid #21a8b2;
}

.resp-tabs-list li {
    font-size: 16px;
    display: inline-block;
    padding: 8px 15px 8px 30px;
    margin: 0 5px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 290px;
    background: #f3f3f3;
    color: #5c5a5a;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px 0px;
}

.resp-tabs-list li:hover {
    color: #fff !important;
    background-color: #21a8b2 !important;
}

.resp-tab-active {
    color: #fff !important;
    background-color: #21a8b2 !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
}

h2.resp-accordion {
    font-size: 15px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1; /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/* tabs */
/* slider */
.hero-slider {
    position: relative;
    height: 85vh;

}

.hero-slider:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(46, 41, 37, 0.3);
    z-index: 1;
}

#hero-slider .item {
    height: 85vh;
    width: 100%;
}

#hero-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 111;
}

#hero-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
}

#hero-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: -9999px;
    background: #efefef;
    border-radius: 12px;
    padding: 0px;
    text-outline: none;
}

#hero-slider .slick-dots li button:hover,
#hero-slider .slick-dots li.slick-active button {
    background: #21a8b2;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* slider */
/* Blog Styling */
#blog {
    margin-top: 50px;
}

#blog-posts {
    padding-top: 40px;
    padding-bottom: 40px;
}

#blog-posts .right {
    margin-right: 0px;
    float: right;
}

.blog-post {
    width: 45%;
    float: left;
    min-height: 400px;
    margin-right: 10%;
    transition: all .2s ease-in-out;
}

.blog-post:hover {
    transform: scale(1.05);
}

.blog-post-img {
    opacity: 0.8;
    height: 300px;
    width: 100%;
    margin-bottom: 15px;
}

.blog-post-img:hover {
    opacity: 1;
}

.blog-post h1 {
    font-size: 27px;
    color: #000c42;
    text-transform: capitalize;
    font-weight: lighter;
    margin-bottom: 0px;
}

.blog-post h1:hover {
    color: #000;
}

.blog-post h2 {
    font-size: 16px;
    color: #818181;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 10px;
}

.blog-post p {
    color: #333;
    line-height: 25px;
}

#blog-article {
    margin-bottom: 50px;
}

#blog-article h1 {
    color: #000;
}

#news {
    padding-top: 20px;
}

#news p {
    color: #626262;
}

#news h1 {
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 25px;
    color: #000;
}

#news .article {
    width: 45%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 30px;
    min-height: 500px;
    transition: all .2s ease-in-out;
}

#news .article:hover {
    transform: scale(1.05);
}

#news .image {
    width: 100%;
    height: 250px;
}

#news ul {
    color: #626262;
}

.newsarticle p {
    line-height: 35px !important;
    text-align: justify;
}

.newsarticle strong {
    color: #000;
}

.article-image {
    height: 500px;
    width: 500px;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}

.date {
    color: #333;
}

.date a {
    color: #111;
    text-decoration: none;
}

.author {
    color: #666;
}

.newsarticle .date {
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
}

.newsarticle h1 {
    font-size: 30px !important;
    margin-bottom: 15px;
}

.a2a_kit {
    float: right;
    padding: 15px;
    color: #333;
    width: 100%;
}

.a2a_kit .label {
    float: left;
    margin-right: 15px;
}

.a2a_kit .fa {
    color: #fff;
}

.pinkbtn {
    background: #21a8b2;
    color: #fff !important;
    width: 80%;
    display: block;
    margin: auto;
    font-weight: lighter;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    border-radius: 10px;
}

.greenbtn {
    background: #21a8b2;
    color: #fff !important;
    width: 80%;
    display: block;
    margin: auto;
    font-weight: lighter;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    border-radius: 10px;
}

.navybtn {
    background: #5c5a5a;
    color: #fff !important;
    width: 80%;
    display: block;
    margin: auto;
    font-weight: lighter;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    border-radius: 10px;
}

.navybtn:hover {
    background: #000;
}

.pinkbtn:hover {
    background: #bc1160;
}

.greenbtn:hover {
    background: #68a33f;
}


.search-form {
}

.search_form_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.search_form_inner .keywords {
    width: -moz-calc(50% - 42px);
    width: -webkit-calc(50% - 42px);
    width: -o-calc(50% - 42px);
    width: calc(50% - 42px);
    margin-right: 12px;
}

.search_form_inner .keywords-full {
    width: 100%;
    margin-right: 12px;
}

.search_form_inner .location {
    width: -moz-calc(50% - 42px);
    width: -webkit-calc(50% - 42px);
    width: -o-calc(50% - 42px);
    width: calc(50% - 42px);
    margin-right: 12px;
}

.search-form .keywords input, .search-form .location input {
    width: 100%;
    height: 65px;
    padding: 15px 30px;
    font-size: 20px;
    float: left;
    box-sizing: border-box;
    border-radius: 0px;
    margin-right: 1%;
    transition: all ease-in-out .2s;
    border: none;
    font-family: 'Raleway', sans-serif;
}

.search-form input:focus {
    border-color: #21a8b2 !important;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
    -moz-box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
    box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Raleway", sans-serif !important;
}

.search-form button[type=submit] {
    border: none;
    outline: none;
    width: 100%;
    height: 65px;
    margin: 0px 0px 0px 0px;
    color: #21a8b2;
    font-size: 20px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all .2s ease-in-out;
    background: #fff;
    border-left: none;
    text-transform: capitalize;
    font-weight: bold;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.submit_btn {
    position: relative;
    width: 60px;
}

.search-form button[type=submit]:hover .fa-search {
    color: #21a8b2;
}

.search-form input[type=submit]:hover {
    background: rgba(67, 180, 136, 1);;
    cursor: pointer;
    color: #fff;
}

.wave {
    width: 1300px;
    height: 100px;
    background: url(../img/wave.png) no-repeat;
    margin: auto;
}

#home-intro {
    padding-top: 50px;
    color: #5c5a5a;
    padding-bottom: 50px;
}

#home-intro .left {
    float: left;
    width: 30%;
    margin-right: 5%;
}

#home-intro .right {
    float: left;
    width: 65%;
}

#home-intro h2 {
    color: #21a8b2;
    font-weight: 400;
    font-size: 36px;
    margin: 0px 0px 20px;
}

#home-intro h1 {
    color: #5c5a5a;
    font-size: 40px;
    margin-top: 0px;
    font-weight: lighter;
    margin-bottom: 0px;
}

#home-intro .right p, .contleft p {
    line-height: 30px;
}

#home-intro .right ul, .contleft ul {
    color: #5c5a5a;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 35px;
}

#home-intro .right ol {
    color: #5c5a5a;
    line-height: 30px;
    font-weight: lighter;
    margin-bottom: 10px;
    padding-left: 35px;
}

#home-intro .right p strong {
    font-weight: 400 !important;
}

#home-intro a {
    text-decoration: none;
}

.btn-blue {
    padding: 15px;
    border-radius: 5px;
    line-height: 20px;
    margin-top: 18px;
    transition: all .2s ease-in-out;
    background: #21a8b2;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 25px;
    display: inline-block;
    text-align: center;
    border: 1px solid #21a8b2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-blue:hover {
    background: #fff;
    color: #21a8b2;
}

.btn-yellow {
    padding: 15px;
    border-radius: 5px;
    line-height: 20px;
    margin-top: 18px;
    transition: all .2s ease-in-out;
    background: #21a8b2;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 25px;
    display: inline-block;
    text-align: center;
    border: 1px solid #21a8b2;
}

.btn-yellow:hover {
    background: #fff;
    color: #21a8b2 !important;
}

.upload-vacancy-button {
    padding: 15px;
    border-radius: 5px;
    line-height: 20px;
    transition: all .2s ease-in-out;
    background: #21a8b2;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 35px !important;
    display: block;
    width: 300px;
    text-align: center;
    margin: auto;
    border: 1px solid #21a8b2;
}

.upload-vacancy-button:hover {
    background: #fff;
    color: #21a8b2;
}

.home-business-area {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    background: #fff;
    float: left;
    width: 30%;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 45px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.home-business-area:hover {
    transform: scale(1.05);
}

.home-business-area p {
    line-height: 25px;
    color: #5c5a5a;
    font-weight: lighter;
    font-family: 'Raleway', sans-serif;
}

.home-business-area h1 {
    font-weight: bold;
    font-size: 25px;
    color: #5c5a5a;
    margin-top: 10px;
    padding-top: 0px;
    font-weight: lighter;
}

.home-business-area .icon {
    margin-top: 60px;
    margin-bottom: 20px;
}

.home-business-area a {
    font-weight: bold;
    color: #00a3e2;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.home-business-area a:hover {
    color: #5c5a5a;
}

.sectionheader {
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

#vacancies {
}

#vacancies h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    font-weight: lighter;
}

#vacancies .featured-job {
    float: left;
    padding: 25px;
    width: 31.9%;
    text-align: left;
    background: #fff;
    margin-right: 0.7%;
    margin-left: 0.7%;
    margin-bottom: 15px;
    /* background: #eee; */
    background: #dedede;
    box-sizing: border-box;
    min-height: 390px;
}

#vacancies .featured-job:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.05);
}

#vacancies .featured-job h2 {
    font-size: 15px;
    color: #333 !important;
    font-weight: lighter !important;
    margin-top: 0px;
    padding-top: 0px;
    
}

#vacancies .featured-job h1 {
    font-size: 17px;
    color: #21a8b2;
    font-weight: 600;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 65%;
}

#vacancies .featured-job p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-weight: lighter;
    height: 80px;
}

#vacancies a {
    color: #21a8b2;
    text-decoration: none;
    font-size: 16px;
    transition: all .2s ease-in-out;
    display: block;
}

#vacancies a:hover {
    color: #000;
}

#home-featured-jobs {
   /* background: url(../img/vacbg.jpg) no-repeat left; */
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    
    box-sizing: border-box;
    
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 80px;
}

#home-featured-jobs h1 {
    
    text-align: center;
    margin-bottom: 60px;
    font-weight: lighter;
}

#home-featured-jobs .featured-job {
    padding: 25px;
    text-align: left;
    background: #eee;
    /* height: 350px; */
}

#home-featured-jobs .featured-job:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.05);
}

#home-featured-jobs .featured-job h2 {
    font-size: 15px;
    color: #333;
    font-weight: lighter;
    margin-top: 0px;
    padding-top: 0px;
}

#home-featured-jobs .featured-job h1 {
    font-size: 18px;
    color: #008d9b;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 60px;
}

#home-featured-jobs .featured-job p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    font-weight: lighter;
    margin-bottom: 20px;
}

#home-featured-jobs a {
    color: #008d9b;
    text-decoration: none;
    font-size: 16px;
    transition: all .2s ease-in-out;
    display: block;
    font-weight: 400;
}

#home-featured-jobs a:hover {
    color: #000;
}

#home-sectors {
    padding-top: 50px;
}

#home-sectors h1 {
    text-align: center;
    color: #000;
    margin-bottom: 0px;
    font-weight: lighter;
}

.home-sector {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    float: left;
    width: 25%;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    margin-top: 0px;
}

.home-sector:hover {
    transform: scale(1.05);
}

.home-sector p {
    line-height: 25px;
    color: #5c5a5a;
    font-weight: lighter;
}

.home-sector h1 {
    font-weight: bold;
    font-size: 23px;
    color: #5c5a5a;
    margin-top: 10px;
    padding-top: 0px;
}

.home-sector .icon {
    margin-top: 60px;
    margin-bottom: 20px;
}

.home-sector a {
    font-weight: bold;
    color: #00a3e2;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.home-sector a:hover {
    color: #5c5a5a;
}

#home-light {
    background: #0080e2; /* Old browsers */
    background: -moz-linear-gradient(left, #0080e2 0%, #00a3e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0080e2 0%, #00a3e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0080e2 0%, #00a3e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080e2', endColorstr='#00a3e2', GradientType=1); /* IE6-9 */
    background-size: cover;
    height: 300px;
    padding-top: 50px;
}

#home-light h1 {
    color: #fff;
    font-weight: lighter;
}

#home-light .left {
    float: left;
    width: 30%;
}

#home-light .right {
    float: right;
    width: 60%;
}

#home-light .right p {
    color: #fff;
    line-height: 25px;
    margin-top: 40px;
}

#home-light .right .btn-yellow {
    padding: 15px;
    border-radius: 5px;
    line-height: 20px;
    margin-top: 18px;
    transition: all .2s ease-in-out;
    background: #ffbf47;
    color: #5c5a5a;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 25px;
    display: block;
    float: left;
    width: 150px;
    text-align: center;
    margin-right: 15px;
    border-bottom: #333 2px solid;
}

#home-light .right .btn-yellow:hover {
    transform: scale(1.05);
}

#home-light .right .btn-blue {
    padding: 15px;
    border-radius: 5px;
    line-height: 20px;
    margin-top: 18px;
    transition: all .2s ease-in-out;
    background: #00263d; /* Old browsers */
    background: -moz-linear-gradient(top, #00263d 0%, #5c5a5a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00263d 0%, #5c5a5a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00263d 0%, #5c5a5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00263d', endColorstr='#5c5a5a', GradientType=0); /* IE6-9 */
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 25px;
    display: block;
    float: left;
    width: 150px;
    text-align: center;
    margin-right: 15px;
    border-bottom: #111 2px solid;
}

#home-light .right .btn-blue:hover {
    transform: scale(1.05);
}

#home-light .right .btn-white {
    padding: 15px;
    border-radius: 5px;
    line-height: 20px;
    margin-top: 18px;
    transition: all .2s ease-in-out;
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    color: #5c5a5a;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 25px;
    display: block;
    float: left;
    width: 150px;
    text-align: center;
    border-bottom: #333 2px solid;
}

#home-light .right .btn-white:hover {
    transform: scale(1.05);
}

#footer { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21a8b2+0,006775+100 */
    background: #21a8b2; /* Old browsers */
    background: -moz-linear-gradient(left, #21a8b2 0%, #006775 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #21a8b2 0%, #006775 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #21a8b2 0%, #006775 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21a8b2', endColorstr='#006775', GradientType=1); /* IE6-9 */
    color: #fff;
    padding: 60px 0px;
}

#footer h2 {
    font-size: 24px;
    font-weight: lighter;
    margin: 20px 0px 10px;
}

#footer #social {
    margin-top: 20px;
}

.ft_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ft_inner .ft_logo {
    width: 25%;
    margin-top: 24px;
}

.ft_inner .ft_logo a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ft_inner .ft_logo a:hover {
    opacity: 0.8;
}

.ft_inner .ft_logo img {
    max-width: 250px;
    width: 100%;
}

.ft_inner .ft_menu {
    width: 33.33%;
    margin-left: 8.33%;
}

.ft_inner .ft_menu ul {
    padding: 0px;
}

#footer li {
    list-style-type: none;
    margin-bottom: 5px;
}

.ft_inner .ft_contact {
    width: 33.33%;
}

#footer #social a {
    display: inline-block;
    background: white;
    border-radius: 100%;
    font-size: 24px;
    width: 50px;
    height: 50px;
    margin-right: 13px;
    color: rgba(2, 132, 132, 0.4);
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#footer #social a i {
    margin-top: 25%;
}

#footer a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#footer a:hover {
    opacity: 0.8;
}

#footer #social a:hover .fa-facebook {
    color: #3b5998;
}

#footer #social a:hover .fa-linkedin {
    color: #007bb6;
}

#footer #social a:hover .fa-twitter {
    color: #00b6f1;
}

#footer #social a:hover .fa-instagram {
    color: #c32aa3;
}

#footer #social .holder {
    width: 445px;
    margin: auto;
    margin-top: 30px;
    overflow: hidden
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer #bottom {
    padding-bottom: 100px;
    height: 100px;
}

#footer #bottom .logo {
    width: 200px;
    height: 75px;
    background: url(../img/footer-logo.png) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    text-decoration: none;
    margin-bottom: 20px;
}

#footer #bottom span {
    font-size: 15px;
    color: #5c5a5a;
}

#footer #bottom .left {
    width: 35%;
    float: left;
    margin-top: 30px;
    font-weight: lighter;
}

#footer #bottom .left a {
    color: #333;
    text-decoration: none;
    margin-right: 20px;
}

#footer #bottom .left a:hover {
    color: #000;
}

#footer #bottom .right {
    width: 40%;
    float: right;
    margin-top: 30px;
}

#footer #bottom .right .col {
    float: left;
    width: 180px;
    margin-left: 30px;
    line-height: 20px;
}

#footer #bottom .right .col ul {
    padding-left: 17px;
    margin-top: 0px;
    padding-top: 0px;
    list-style: none;
    padding-left: 0px;
    line-height: 27px;
}

#footer #bottom .right .col li {
    font-size: 16px;
}

#footer #bottom .right .col li a {
    text-decoration: none;
    line-height: 20px;
    color: #666;
    font-weight: lighter;
}

#footer #bottom .right .col li a:hover {
    color: #000;
}

#footer #bottom .right .col h2 {
    font-size: 16px;
    color: #5c5a5a;
    margin-top: 0px;
}

#footer #bottom .right .col .footeremail {
    font-size: 16px;
    color: #00a3e2;
    margin-top: 0px;
    margin-bottom: 10px;
}

#footer #bottom .right .col .footertel {
    font-size: 16px;
    color: #333;
    margin-top: 0px;
}

.copyr {
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.copyr span {
    display: inline-block;
    width: 73px;
    height: 22px;
    margin-left: 5px;
    text-indent: -9999px;
    background: url(../img/volcanic-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto auto;
    background-size: 100%;
    vertical-align: bottom;
}

.bar-grey {
    background: #f1f1f1;
    padding-top: 0px;
    padding-bottom: 50px;
    margin-top: 50px;
}

#contact-form {
    padding-top: 50px;
    max-width: 850px;
    margin: auto;
}

#form {
    margin-top: 40px;
}

.contact-h2 {
    font-size: 20px !important;
    text-align: center !important;
    color: #333;
}

#form .contact-form-left {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 15px;
}

#form .contact-form-right {
    float: left;
    width: 47.5%;
    margin-bottom: 15px;
}

#form input[type=text] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
    border-bottom: #21a8b2 2px solid;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
}

#form .textarea {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 17px;
    resize: none;
    height: 250px;
    margin-bottom: 0px;
    border: none;
    background: #fff;
    border-bottom: #21a8b2 2px solid;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
}

#form input[type=submit] {
    background: #21a8b2;
    border: 1px solid #21a8b2;
    line-height: 1;
    padding: 12px 15px;
    margin-top: -48px;
    color: #fff;
    transition: all .2s ease-in-out;
    font-size: 16px;
    display: block;
    font-weight: bold;
    position: relative;
    z-index: 999;
    border-top-right-radius: 5px;
}

#form input[type=submit]:hover {
    background: #fff;
    color: #21a8b2;
    cursor: pointer;
    border: solid 1px #21a8b2;
}

#form h2 {
    font-weight: lighter;
    font-size: 22px;
    margin-bottom: 50px;
    color: #444;
}

#form h1 {
    color: #5c5a5a;
    font-size: 40px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: lighter;
}

#vacancies {
    margin-top: 40px;
    margin-bottom: 40px;
}

.board-job {
    width: 28%;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    margin-right: 1%;
    transition: all .2s ease-in-out;
    background: #f3f3f3;
    margin-bottom: 5px;
    border: #f1f1f1 1px solid;
}

.board-job:hover {
    transform: scale(1.05);
    background: #f9f9f9;
    border: #ccc 1px solid;
}

.board-job .icon {
    margin-top: -50px !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.board-job h1 {
    font-size: 20px;
    text-align: center;
    color: #002f74;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    height: 50px;
}

.board-job h2 {
    font-size: 12px;
    color: #333;
    font-weight: lighter;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.board-job .job-info {
    border: #ececec 1px solid;
    padding: 10px;
    text-align: left;
    color: #333;
    font-size: 16px;
    background: #fcfcfc;
    margin-bottom: 20px;
}

.board-job .job-info .labels {
    float: left;
    width: 100px;
}

.board-job .job-info .labels span {
    display: block;
    line-height: 20px;
}

.board-job .job-info .values {
    float: left;
    width: 150px;
}

.board-job .job-info .values span {
    display: block;
    line-height: 20px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.board-job p {
    color: #000;
    line-height: 20px;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.board-job .rm {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .2s ease-in-out;
    text-align: center !important;
    text-decoration: none;
    background: #5c5a5a;
}

.board-job .rm:hover {
    background: #000;
}

.board-job .an {
    display: block;
    width: 100%;
    background: #113e7c;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.board-job .an:hover {
    background: #202399;
    color: #fff;
}

.credit {
    margin-top: 10px;
    display: block;
}

.ui-menu {
    height: 500px;
    overflow: auto;
}

.advsearch {
    display: block;
    margin: auto;
    width: 200px;
    color: #fff;
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
}

.showall {
    display: block;
    margin: auto;
    width: 200px;
    color: #fff;
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    text-decoration: none;
    float: left;
}

#advsearchbox {
    display: block;
    height: auto;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
}

#overlay {
    position: absolute;
    width: 100%;
    height: 200%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    left: 0;
    top: 0;
}

#overlay #bookcall {
    background: #f6f8fa;
    width: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 5%;
    text-align: center;
    padding: 25px 40px 40px 40px;
    box-shadow: 0px 0px 20px #000;
    box-sizing: border-box;
}

.file_extensions {
    font-size: 12px;
    text-align: left;
    margin-bottom: 15px;
    color: #333;
}

#overlay #bookcall h1 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#overlay #bookcall h2 {
    color: #555;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 27px;
    margin-top: 10px;
    padding-top: 0px;
}

#overlay #bookcall input[type=text] {
    display: block;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    font-size: 17px;
    color: #000;
    border: none;
    background: #ececec;
    margin-bottom: 10px;
    border-bottom: #ccc 2px solid;
}

#overlay #bookcall input[type=submit] {
    display: block;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    border: none;
    background: #21a8b2;
    margin-bottom: 10px;
    font-weight: bold;
    transition: all .2s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
}

#overlay #bookcall input[type=submit]:hover {
    background: #000;
}

#overlay #bookcall .close {
    width: 25px;
    height: 25px;
    margin-top: 15px;
    margin-right: 5px;
    background: url(../img/close.png);
    display: block;
    float: right;
    text-decoration: none;
    background-size: contain;
    opacity: 0.5;
    transition: all .2s ease-in-out;
}

#overlay #bookcall .close:hover {
    opacity: 1.0;
}

#overlay #bookcall form .custom-file-input {
    margin-bottom: 15px;
    margin-top: 5px;
    float: left;
}

#overlay #bookcall form .custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
    width: 100px;
    margin-bottom: 10px;
}

#overlay #bookcall form .custom-file-input::before {
    content: 'Find File';
    display: inline-block;
    background: #666;
    width: 100px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    float: left;
}

.job-desc ul {
    color: #000;
    line-height: 30px;
    margin-left: 30px;
}

.job-desc .job-info {
    border: #ececec 1px solid;
    padding: 20px;
    text-align: left;
    color: #000;
    font-size: 18px;
    background: #fcfcfc;
    margin-bottom: 40px;
}

.job-desc .job-info .labels {
    float: left;
    width: 200px;
}

.job-desc .job-info .labels span {
    display: block;
    line-height: 30px;
}

.job-desc .job-info .values {
    float: left;
    width: calc(100% - 200px);
    color: #666;
}

.job-desc .job-info .values span {
    display: block;
    line-height: 30px;
    overflow: hidden;
}

.job-desc .left-col a {
    color: #d61b42;
    text-decoration: none;
}

.job-desc .left-col p {
    line-height: 30px;
    color: #000;
}

.job-desc h2 {
    font-size: 30px !important;
}

.left-col {
    width: 60%;
    margin-right: 5%;
    float: left;
    margin-bottom: 40px;
}

.right-col {
    width: 30%;
    float: right;
    padding: 0px;
    margin: 0px;
}

.right-col h2 {
    color: #333;
    text-transform: capitalize;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 25px;
    line-height: 35px;
}

.right-col h3 {
    color: #666;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}

.right-col .button {
    display: block;
    float: none !important;
    margin-left: 0px;
    padding: 15px;
    color: #fff;
    background: #21a8b2;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
}

.right-col .button:hover {
    background: #1c9868;
}

.back-button {
    display: block;
    float: none !important;
    margin-left: 0px;
    padding: 15px;
    color: #fff;
    background: #21a8b2;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
}

.back-button:hover {
    background: #1c9868;
}

.right-col .a2a_kit {
    margin-top: 15px;
    padding: 0px;
    color: #333;
    float: none;
}

.right-col .a2a_kit .label {
    float: left;
    margin-right: 15px;
}

.right-col .a2a_kit .fa {
    color: #5c5a5a;
}

.staff-image {
    width: 340px;
    height: auto;
    float: left;
    margin-right: 30px;
    transition: all .2s ease-in-out;
    color: #fff;
    margin-bottom: 50px;
    border-radius: 10px;
}

.staff-image a {
    color: #fff;
    text-decoration: none;
}

.staff-image:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.staff-image .name {
    width: 100%;
    background: #21a8b2;
    text-align: center;
    margin-top: 340px;
    color: #fff;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    filter: grayscale(0%);
    text-decoration: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.staff-image .name .fa {
    color: #ccc;
    font-size: 25px;
    margin-bottom: 0px;
}

#overlay .staff-profile {
    background: #fff;
    width: 1000px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 10%;
    border-bottom: #113e7c 10px solid;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 20px #000;
}

#overlay .staff-profile img {
    float: left;
    margin-right: 30px;
    filter: grayscale(100%);
}

#overlay .staff-profile h1 {
    padding: 0px;
    margin: 0px;
    font-weight: lighter;
    margin-bottom: 10px;
}

#overlay .staff-profile h2 {
    padding: 0px;
    margin: 0px;
    font-weight: lighter;
    color: #888;
}

#overlay .staff-profile p {
    line-height: 32px;
    font-weight: lighter;
}

#overlay .staff-profile .fa {
    color: #0077B5;
    font-size: 50px;
}

#overlay .staff-profile .fa:hover {
    color: #015a89;
}

#overlay .staff-profile .close {
    float: right;
    background: #000;
    width: 20px;
    height: 20px;
    background: url(../img/cancel.png);
    background-size: contain;
    cursor: pointer;
    filter: opacity(0.5);
    transition: all .2s ease-in-out;
}

#overlay .staff-profile .close:hover {
    filter: opacity(1);
}

#advanced_search {
    background: #fff;
    width: 500px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-left: -250px;
    top: 10%;
    border: #000 10px solid;
    padding: 20px;
}

#advanced_search h1 {
    text-align: center;
    margin-top: 10px;
    color: #000;
    font-weight: lighter;
}

#advanced_search input[type=text] {
    width: 99%;
    box-sizing: border-box;
    padding: 12px;
    font-size: 16px;
    background: #fff;
    color: #333;
    border: none;
    margin-top: 10px !important;
    border: #e8e8e8 1px solid;
}

.ui-menu {
    z-index: 100000 !important;
}

.nice-select {
    width: 99% !important;
    margin-top: 10px;
}

#advanced_search input[type=submit] {
    background: #113e7c;
    width: 99%;
    box-sizing: border-box;
    border: none;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
}

#advanced_search input[type=submit]:hover {
    background: #c98200 !important;
}

#advanced_search .close {
    width: 25px;
    height: 25px;
    margin-top: 15px;
    margin-right: 5px;
    background: url(../img/close.png);
    display: block;
    float: right;
    text-decoration: none;
    background-size: contain;
    opacity: 0.5;
    transition: all .2s ease-in-out;
}

#advanced_search .close:hover {
    opacity: 1.0;
}

.teamcontainer {
    max-width: 720px;
}

#map {
    width: 100%;
    height: 300px;
}

.confirm-bar {
    background: #73d76b;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.error-bar {
    background: #eb3158;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.error-bar a {
    color: #fff !important;
}

#mobile-nav-button {
    display: none;
    width: 40px;
    height: 40px;
    float: right !important;
    background: url(../img/menu.png);
    background-size: contain;
    opacity: 0.7;
    text-decoration: none;
}

#mobile-nav-button:hover {
    opacity: 1.0;
}

.menu_overlay {
    display: none;
    width: 100%;
    height: 200%;
    min-height: 150%;
    background: rgba(0, 0, 0, .95);
    position: absolute;
    left: 0;
    z-index: 99999;
}

.menu_overlay .menu_holder {
    margin: 0 0 0 0;
    padding-top: 30px
}

.menu_overlay .menu_holder a {
    font-size: 22px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 100;
    text-transform: capitalize;
    margin: 0 0 0 0;
    text-decoration: none;
    width: 50%;
    margin: auto;
}

.menu_overlay .menu_holder a:hover {
    color: #21a8b2
}

.menu_overlay #mobile-close-button {
    width: 30px;
    height: 30px;
    margin-top: 30px;
    margin-right: 5px;
    background: url(../img/cancel-white.png);
    display: block;
    float: right;
    text-decoration: none;
    background-size: contain;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.sector {
    width: 24%;
    float: left;
    background: #f1f1f1;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 190px;
    display: table;
}

.sector img {
    display: block;
    margin: auto;
    float: none !important;
}

.sector span {
    display: block;
}

.sector-content {
    text-align: center;
    vertical-align: middle;
}

.service-container {
    display: table;
    width: 13.5%;
    color: #333;
    float: left;
    margin: 2px;
    padding: 20px;
    box-sizing: border-box;
    transition: all ease-in-out .2s;
    opacity: 0.95;
}

.service-container:hover {
    opacity: 1;
}

.service-container-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 180px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 200;
}

#refer-form {
    padding-top: 0px;
    max-width: 850px;
    margin: auto;
}

#refer-form {
    max-width: 850px;
    margin: auto;
    margin-top: 20px;
}

.contact-h2 {
    font-size: 20px !important;
    text-align: center !important;
    color: #333;
}

#refer-form .contact-form-left {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 15px;
}

#refer-form .contact-form-right {
    float: left;
    width: 47.5%;
    margin-bottom: 15px;
}

#refer-form input[type=text] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
    border: solid 1px #cccccc;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#refer-form input[type="text"]:focus, #refer-form .textarea:focus {
    border-color: #21a8b2 !important;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
    -moz-box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
    box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
}

#refer-form .textarea {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 17px;
    resize: none;
    height: 250px;
    margin-bottom: 0px;
    border: none;
    background: #fff;
    border: solid 1px #cccccc;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#refer-form input[type=submit] {
    background: #21a8b2;
    padding: 15px 25px 15px 25px;
    margin-top: 10px;
    color: #fff;
    transition: all .2s ease-in-out;
    font-size: 18px;
    border: none;
    width: 200px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 40px;
    border: 1px solid #21a8b2;
}

#refer-form input[type=submit]:hover {
    background: #fff;
    color: #21a8b2;
    cursor: pointer;
}

#refer-form h2 {
    font-weight: lighter;
    font-size: 22px;
    margin-bottom: 50px;
    color: #444;
}

#refer-form h1 {
    color: #5c5a5a;
    font-size: 40px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: lighter;
}

/*********/
.enq_title {
    border-bottom: solid 1px #ddd;
    margin: 30px 0px;
    padding: 0 0 10px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

.mob-nav i {
    padding: 10px 10px 8px 10px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 24px;
    background: #21a8b2;
}

.mob-nav a:hover i {
    background: #21a8b2;
}

.mob-nav {
    position: absolute;
    right: 20px;
}

.mm-menu_opened ~ .mm-page__blocker {
    background: #000;
    opacity: 0.3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s;
}

#title-sec {
    background-color: #21a8b2;
    padding: 20px 0;
}

#title-sec .search-form .keywords input, #title-sec .search-form .location input {
    height: 55px;
    padding: 14px 20px;
    font-size: 18px;
}

#title-sec .search-form button[type="submit"] {
    height: 55px;
}

.contsec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contleft {
    width: 65%;
}

.contright {
    width: 30%;
}

.conthalf {
    width: 50%;
}

.subtxt {
    font-weight: lighter;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 40px;
    color: #444;
}

.contleft #form {
    margin-top: 0;
}

.contleft #form label {
    display: block;
    padding-bottom: 12px;
}

.contleft #form input[type="text"], .contleft #form textarea {
    border: solid 1px #cccccc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.contleft #form input[type="text"]:focus, .contleft #form textarea:focus {
    border-color: #21a8b2 !important;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
    -moz-box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
    box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
}

.contleft p a {
    color: #5c5a5a;
}

.blog_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -100px;
    box-sizing: border-box;
}

.blog_list .blog_item {
    width: -moz-calc(50% - 100px);
    width: -webkit-calc(50% - 100px);
    width: -o-calc(50% - 100px);
    width: calc(50% - 100px);
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
    margin: 50px 0px 50px 100px;
    transition: all .2s ease-in-out;
    border: 1px solid #ccc;
}

.blog_list .blog_item a {
    display: block;
    margin: 0px;
    text-decoration: none;
}

.blog_list .blog_item:hover {
    background: rgba(2, 132, 132, 0.75);
    transform: scale(1.05);
}

.blog_list .blog_item:hover h1 {
    color: #fff;
}

.blog_list .blog_item figure {
    margin: 0px;
}

.blog_list .blog_item figure img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.blog_list .readmore_btn {
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 20px;
    margin-top: 18px;
    transition: all .2s ease-in-out;
    background: #21a8b2;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 25px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.blog_list .blog_item a:hover .readmore_btn {
    color: #21a8b2;
    background: #fff;
}

.blog_list .blog_item_cont {
    padding: 15px;
}

.blog_list h1 {
    font-size: 24px;
    color: #000c42;
    text-transform: capitalize;
    font-weight: lighter;
    margin-bottom: 0px;
}

.blog_inner figure {
    margin: 20px 0px;
}

.blog_inner a {
    color: #21a8b2;
}

.page-cont a {
    color: #21a8b2;
}

.vacancies_slider .vac_item {
    margin: 0px 15px;
}

.vacancies_slider .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.vacancies_slider .slick-dots li {
    list-style-type: none;
    margin: 0px 3px;
}

.vacancies_slider .slick-dots li button {
    border: none;
    
    height: 10px;
    width: 10px;
    padding: 0px;
    text-indent: -9999px;
    border-radius: 10px;
    text-outline: none;
    cursor: pointer;
}

.vacancies_slider .slick-dots li.slick-active button,
.vacancies_slider .slick-dots li button:hover {
    background: #21a8b2;
}

p {
    margin: 0 0 10px;
}

.clients_sec {
    padding: 40px 0px;
}

.clients_slider {
    padding-left: 30px;
    padding-right: 30px;
}

.clients_slider .c_item {
    padding-left: 20px;
    padding-right: 20px;
}

.clients_slider figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
}

.clients_slider .slick-prev {
    left: 0px;
}

.clients_slider .slick-prev:before {
    content: "\f104";
    color: #21a8b2;
    display: inline-block;
    font: normal normal normal 3.4rem/1 FontAwesome;
    font-size: 3.4rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0px;
    position: absolute;
    left: 0px;
    z-index: 11;
    margin-top: -5px;
}

.clients_slider .slick-next {
    right: 0px;
}

.clients_slider .slick-prev, .clients_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: none;
    margin-top: -5px;
    z-index: 11;
}

.clients_slider .slick-next:before {
    content: "\f105";
    color: #21a8b2;
    display: inline-block;
    font: normal normal normal 3.4rem/1 FontAwesome;
    font-size: 3.4rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0px;
    position: absolute;
    right: 0px;
    z-index: 11;
    margin-top: -5px;
}

.header_btns li {
    margin-left: 16px;
    list-style-type: none;
    display: inline-block;
}

.header_btns a {
    display: inline-block;
    font-size: 14.4px;
    line-height: 1;
    padding: 14px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #21a8b2;
    border: solid 1px #21a8b2;
    text-decoration: none;
}

.header_btns a:hover {
    color: #21a8b2;
    background: transparent;
    border: solid 1px #21a8b2;
}

.privacy_page h3 {
    font-size: 16px;
}

.reg_cont h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.user_list_right {
    margin: auto;
}

.users_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0px 0px -30px;
    padding: 0px;
}

.users_list ul li {
    list-style-type: none;
    margin-left: 30px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
}

.user_list {
    text-align: center;
    border-radius: 4px;
    position: relative;
    max-width: 230px;
    width: 100%;
    height: 150px;
}

.user_list a {
    display: block;
    color: #fff;
}

.user_list figure {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 4px;
}

.user_list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: initial;
    max-height: none;
    border-radius: 4px;
}

.user_list figure:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(46, 41, 37, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.user_list a:hover figure:before {
    background: rgba(2, 132, 132, 0.8);
}

.user_list h5 {
    padding: 0 1.5rem;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.blog-pg {
    padding: 60px 0;
}

.blog-pg .blog-collt {
    width: 25%;
    float: left;
    padding-right: 15px;
}

.blog-pg .blog-colrt {
    width: 100%;
    float: left;
    padding-left: 15px;
}

.blog-pg .blog-colrt .blog-ls {
    margin: 0 0 20px 0;
}

.blog-ls a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 4px;
    overflow: hidden;
    background: #f3f3f3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.blog-ls a:hover {
    background: rgba(2, 132, 132, 0.2);
}

.blog-ls a > div {
    width: 60%;
    padding: 15px 20px;
}

.blog-ls a > figure {
    width: 40%;
}

.blog-ls a > div h1 {
    font-size: 24px;
    color: #5c5a5a;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.blog-ls a > div span {
    color: #21a8b2;
    margin-bottom: 20px;
    display: block;
}

.blog-ls a > div p {
    color: #5c5a5a;
    margin: 0 0 10px;
}

.blog-ls a > div p.readmore_btn {
    display: block;
    text-align: right;
    margin-top: 40px;
    font-weight: 600;
    color: #21a8b2;
}

.blog-ls a > div p.readmore_btn:hover {
    color: #000;
}

.blog-pg .blog-collt h3 {
    border: 0px;
    background: #21a8b2;
    border-radius: 4px 4px 0 0;
    font-weight: 400;
    color: #fff;
    padding: 10px 16px;
    font-size: 18px;
}

.blog-pg .blog-collt select {
    width: 100%;
    height: auto;
    border: solid 1px #cccccc;
    border-radius: 4px;
    padding: 16px 28px;
    margin: 0;
    line-height: 1;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #5c5a5a;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

.blog-pg .blog-collt select:focus {
    border-color: #21a8b2 !important;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
    -moz-box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
    box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
}

.blog-pg .blog-collt ul li {
    list-style: none;
}

.blog-pg .blog-collt ul li a {
    display: block;
    border: 0;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    background: #f3f3f3;
    color: #21a8b2;
    padding: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    margin-bottom: 3px;
    margin-top: 10px;
}

.blog-pg .blog-collt ul li a:hover {
    background: rgba(2, 132, 132, 0.2);
}

.blog-pg .blog-collt .filter-nav {
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
}

.blog-pginner .blog-colrt {
    float: left;
    width: 33.3%;
    padding-left: 15px;
}

.blog-pginner .blog-collt {
    float: left;
    width: 66.6%;
    padding-right: 15px;
}

#home-intro .blog-pginner h1 {
    color: #21a8b2;
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

#home-intro .blog-pginner .blog-collt figure {
    margin-bottom: 20px;
}

#home-intro .blog-pginner .blog-collt figure img {
    width: 100%;
}

#home-intro .blog-pginner .blog-collt .blog-details {
    margin-bottom: 24px;
    margin-left: -10px;
}

#home-intro .blog-pginner .blog-collt .blog-details p {
    font-size: 16px;
}

#home-intro .blog-pginner .blog-collt .blog-details span {
    margin: 0 10px;
}

#home-intro .blog-pginner .blog-collt .blog-details span i {
    color: #21a8b2;
    margin-right: 5px;
}

#home-intro .blog-pginner .blog-collt p {
    color: #5c5a5a;
    line-height: 1.6;
    font-size: 16px;
}

#home-intro .blog-pginner .blog-collt p strong {
    font-size: 19px;
}

#home-intro .blog-pginner .blog-collt ul {
    padding-left: 25px;
    padding-bottom: 15px;
}

.blog-pginner .blog-colrt h3 {
    border: 0px;
    background: #21a8b2;
    border-radius: 4px 4px 0 0;
    font-weight: 400;
    color: #fff;
    padding: 10px 16px;
    font-size: 18px;
}

.blog-pginner .blog-colrt ul li {
    list-style: none;
}

.blog-pginner .blog-colrt ul li a {
    display: block;
    border: 0;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    background: #f3f3f3;
    color: #21a8b2;
    padding: 8px 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    margin-bottom: 1px;
    line-height: 20px;
}

.blog-pginner .blog-colrt ul li a:hover {
    background: rgba(2, 132, 132, 0.2);
}

.blog-pginner .blog-colrt ul li a span {
    display: block;
    color: #5c5a5a;
    font-size: 16px;
    line-height: 18px;
    padding-top: 5px;
}

.blog-pginner .blog-colrt .filter-nav {
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
}

.blog-pginner .blog-colrt .filter-nav.filter-share ol {

    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    padding: 16px;

}

.blog-pginner .blog-colrt .filter-nav.filter-share ol .tw {
    color: #00b6f1;
}

.blog-pginner .blog-colrt .filter-nav.filter-share ol .fb {
    color: #3b5998;
}

.blog-pginner .blog-colrt .filter-nav.filter-share ol .li {
    color: #007bb6;
}

.blog-pginner .blog-colrt .filter-nav.filter-share ol .gp {
    color: #df4a32;
}

.blog-pginner .blog-colrt .filter-nav.filter-share ol .mail {
    color: #cccccc;
}

.blog-pginner .blog-colrt .filter-nav.filter-share ol li a {
    font-size: 28px;
}

.clients-pg .collt {
    width: 25%;
    float: left;
    padding-right: 15px;
}

.clients-pg .colrt {
    width: 75%;
    float: left;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.clients-pg .colrt .client-ls {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid #5c5a5a;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 31.3%;
}

.clients-pg .colrt .client-ls:hover {

    border-color: #21a8b2;
}

.clients-pg .colrt .client-ls figure {
    height: 170px;
    position: relative;
}

.clients-pg .colrt .client-ls figure img {
    max-height: 140px;
}

.clients-pg .colrt .client-ls figure a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 170px;
    text-align: center;
}

.clients-pg .colrt .client-ls .client-content {
    padding: 10px;
}

.clients-pg .colrt .client-ls .client-content a {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
    color: #21a8b2;
    overflow: hidden;
    min-height: 60px;
}

.clients-pg .colrt .client-ls .client-content p {
    min-height: auto;
    display: block;
    display: -webkit-box;
    height: 112px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0;
}

.clients-pg .colrt .client-ls a.button-mr {
    padding: 12px 15px;
    border-radius: 4px;
    color: #5c5a5a;
    background: #fff;
    border: 1px solid #5c5a5a;
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    min-height: inherit;
}

.clients-pg .colrt .client-ls a.button-mr:hover {
    background: rgba(2, 132, 132, 0.2);
}

.clients-pg .colrt .client-ls.featured {
    position: relative;
}

.clients-pg .colrt .client-ls.featured:before {
    content: "Featured";
    position: absolute;
    z-index: 5;
    top: 20px;
    left: -38px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #21a8b2;
    color: #fff;
    font-size: 12px;
    font-size: 1rem;
    padding: 0 40px;
    text-align: center;
    pointer-events: none;
}

.clients-pg .collt h3 {
    border: 0px;
    background: #21a8b2;
    border-radius: 4px 4px 0 0;
    font-weight: 400;
    color: #fff;
    padding: 20px 0 20px 30px;
    font-size: 18px;
}

.clients-pg .collt .filter-nav {
    margin-bottom: 20px;
}

.clients-pg .collt .filter-nav .emp-srch {
    background-color: #f3f3f3;
    padding: 15px;
}

.clients-pg .collt .filter-nav .emp-srch input[type="search"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    color: #555;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.clients-pg .collt .filter-nav .emp-srch input[type="button"] {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 12px 15px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #555;
    background: #fff;
    border: 1px solid #5c5a5a;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
}

.clients-pg .collt .filter-nav .emp-srch input[type="button"]:hover {
    color: #21a8b2;

}

.clients-pg .collt .filter-nav ul li a {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    padding: 10px 16px;
    border-bottom: 1px solid #ddd;
}

.clients-pg .collt .filter-nav ul li a:hover {
    background-color: #f5f5f5;
}

.clients-pg .collt .filter-nav ul li {
    list-style: none;
}

.clients-pg .collt .filter-nav ul li a h4 {
    flex: 1 auto;
    font-weight: 500;
}

.clients-pg .collt .filter-nav ul li a span {
    background: #777;

    width: 20px;

    border-radius: 50%;

    height: 20px;

    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
}

.clients-pg-inner .colrt .filter-nav .site-prev {
    width: 100%;
    position: relative;
    padding: 20px 0 0 0;
    box-shadow: 0 0 3px rgba(100, 100, 100, 0.4);
    margin: 0 0 30px;
    border-bottom: solid 6px #ccc;
    border-radius: 0 0 3px 3px;
    background: url(../img/loader.svg) 50% no-repeat #f9f9f9;
    background-size: 30px;
}

.clients-pg-inner .colrt .filter-nav .site-prev:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top: 0;
    background: #ccc;
    border-radius: 3px 3px 0 0;
}

.clients-pg-inner .colrt .filter-nav .site-prev:after {
    content: "";
    position: absolute;
    height: 8px;
    top: 6px;
    right: 25px;
    left: 25px;
    background: #fff;
    z-index: 1;
}

.clients-pg-inner .colrt .filter-nav .site-prev a {
    display: block;
    min-height: 370px;
    position: relative
}

.clients-pg-inner .colrt .filter-nav .site-prev a span {
    position: absolute;
    bottom: -18px;
    right: 15px;
    border-radius: 15px;
    background: #774584;
    color: #fff;
    padding: 10px 15px;
    font-size: 24px;
    z-index: 2;
}

.clients-pg-inner .colrt .filter-nav .site-prev a:hover span {
    background: #633170;
}

.clients-pg-inner .collt {
    width: 66.6%;
    float: left;
    padding-right: 15px;
}

.clients-pg-inner .colrt {
    width: 33.3%;
    float: left;
    padding-left: 15px;
}

.clients-pg-inner .collt p {
    line-height: 1.6;
    color: #5c5a5a;
    font-size: 16px;
}

.clients-pg-inner .collt ul {
    line-height: 1.6;
    color: #5c5a5a;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.clients-pg-top figure {
    float: right;
}

.clients-pg-top h3 {
    padding-bottom: 9px;
    margin: 30px 0 20px;
    border-bottom: 1px solid #eee;
    font-size: 36px;
    color: #21a8b2;
    font-weight: 500;
}

.clients-pg-inner .colrt h3 {
    border: 0px;
    background: #21a8b2;
    font-weight: bold;
    color: #fff;
    padding: 20px 0 20px 30px;
    font-size: 22px;
}

.clients-pg-inner .colrt .filter-nav.filter-recrt ul li a i {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 23px;
}

.clients-pg-inner .colrt .filter-nav {
    margin-bottom: 20px;
}

.clients-pg-inner .colrt .filter-nav .recrt-email {
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 0 4px 4px 0;
}

.clients-pg-inner .colrt .filter-nav .recrt-email span {
    font-size: 15px;
    text-align: center;
    display: block;
    padding-top: 15px;
}

.clients-pg-inner .colrt .filter-nav .recrt-email input[type="email"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    color: #555;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.clients-pg-inner .colrt .filter-nav .recrt-email input[type="button"] {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 12px 15px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #555;
    background: #fff;
    border: 1px solid #5c5a5a;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
}

.clients-pg-inner .colrt .filter-nav ul li a {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    padding: 10px 16px;
    border-bottom: 1px solid #ddd;
}

.clients-pg-inner .colrt .filter-nav .recrt-email input[type="button"]:hover {
    color: #21a8b2;
}

.clients-pg-inner .colrt .filter-nav ul li a:hover {
    background-color: #f5f5f5;
}

.clients-pg-inner .colrt .filter-nav ul li {
    list-style: none;
}

.pricing-banner {
    padding: 60px 0;
    position: relative;
}

.clients-pg-inner .collt ol {
    margin-left: 20px;
    margin-top: 15px;
}

.pricing-banner .pricing-banner-content {
    padding: 48px 60px;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
}

.pricing-banner .pricing-banner-content h2 {
    color: #21a8b2;
    font-size: 63px;
    font-weight: 500;
}

.pricing-banner .pricing-banner-content p {
    color: #5c5a5a;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.pricing-banner .pricing-banner-content p a {
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #5c5a5a;
    background: #fff;
    border: 1px solid #5c5a5a;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 15px;
}

.pricing-banner .pricing-banner-content p a:hover {
    color: #21a8b2;
    border-color: #21a8b2;
}

.pricing-banner .pricing-banner-content p span {
    display: inline-block;
    margin: 0 25px;
}

.pricing-content {
    padding: 48px 0px;
}

.pricing-content p {
    font-size: 16px;
    line-height: 28px;
    color: #5c5a5a;
}

.pricing-content ul {
    padding-left: 35px;
    margin-bottom: 10px;
}

.pricing-content ul li {
    font-size: 16px;
    color: #5c5a5a;
}

.pricing-ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pricing-ls .pricing-cont-ls {
    padding: 20px 30px;
    border: none;
    background-color: rgba(2, 132, 132, 0.2);
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 31.5%;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pricing-ls .pricing-cont-ls h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
}

.pricing-cont-ls span {
    color: #21a8b2;
    font-weight: bold;
    font-size: 30px;
}

.pricing-cont-ls p {
    font-size: 15px;
    color: rgb(77, 76, 77);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pricing-cont-ls ul {
    padding-left: 20px;
}

.pricing-cont-ls ul li {
    font-size: 15px;
    color: rgb(77, 76, 77);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pricing-cont-ls strong a {
    text-decoration: none;
}

.pricing-cont-ls > a, .pricing-register a {
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #5c5a5a;
    background: #fff;
    border: 1px solid #5c5a5a;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
}

.pricing-cont-ls > a:hover, .pricing-register a:hover {
    color: #21a8b2;
    border-color: #21a8b2;
}

.pricing-titles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pricing-titles ul li {
    width: 31.5%;
    background: #f3f3f3;
    border-radius: 4px;
    text-align: center;
    list-style: none;
    padding-bottom: 15px;
}

.pricing-titles h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 4px 4px 0 0;
    background-color: #21a8b2 !important;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
}

.pricing-titles ul li figure {
    padding: 15px;
}

.pricing-titles ul li p {
    padding: 0 15px;
    color: #5c5a5a;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pricing-titles h3 {
    text-align: center;
    color: #21a8b2;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 500;
}

.pricing-register {
    padding: 60px 0;
    text-align: center;
}

.pricing-register p {
    color: #21a8b2;
    font-size: 16px;
    line-height: 25px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 15px 35px 15px 15px;
    border: 1px solid #faebcc;
    border-radius: 4px;
    text-align: center;
}

.alert-warning .close1 {
    float: right;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    filter: alpha(opacity=20);
    opacity: .2;
    position: relative;
    top: -2px;
    right: -21px;
    border: none;
    color: #000;
    background: none;
    cursor: pointer;
}

.alert-warning .close1:hover {
    opacity: 1;
}

.alert-error {
    color: #8a1310;
    background-color: #fce3e3;
    padding: 15px 35px 15px 15px;
    border: 1px solid #faebcc;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
}

.alert-error .close1 {
    float: right;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    filter: alpha(opacity=20);
    opacity: .2;
    position: relative;
    top: -2px;
    right: -21px;
    border: none;
    color: #000;
    background: none;
    cursor: pointer;
}

.alert-error .close1:hover {
    opacity: 1;
}

.job_search_cont {
    width: 75%;
    float: right;
    padding: 60px 0px;
}

.job_search_form {
    background: rgba(2, 132, 132, 0.2);
    padding: 0.8rem 0.5rem;
}

.job_search_fields {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.job_search_fields .keyword_field {
    width: -moz-calc(40% - 10px);
    width: -webkit-calc(40% - 10px);
    width: -o-calc(40% - 10px);
    width: calc(40% - 10px);
    margin-right: 10px;
}

.job_search_fields .sel_field {
    width: -moz-calc(40% - 10px);
    width: -webkit-calc(40% - 10px);
    width: -o-calc(40% - 10px);
    width: calc(40% - 10px);
    margin-right: 10px;
}

.job_search_fields .submit_btn {
    width: 20%;
}

.job_search_form input {
    line-height: 1.4;
    font-weight: 400;
    color: #5c5a5a;
    border: 1px solid #5c5a5a;
    border-radius: 0;
    padding: 10px 30px 10px 10px;
    margin: 0;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 44px;
    font-size: 16px;
}

.job_search_form select {
    line-height: 1.4;
    font-weight: 400;
    color: #5c5a5a;
    border: 1px solid #5c5a5a;
    border-radius: 0;
    padding: 10px 30px 10px 10px;
    margin: 0;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 44px;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/select-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px auto;
}

.job_search_form select:-ms-expand {
    display: none;
}

.job_search_form input[type='submit'] {
    font-size: 14.4px;
    line-height: 1;
    padding: 12px 15px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #5c5a5a;
    background: #fff;
    border: 1px solid #5c5a5a;
    border-radius: 4px;
    padding: 10px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.job_search_form input[type='submit']:hover {
    background: #fff;
    color: #21a8b2;
    border-color: #21a8b2;
}

.results_count {
    margin: 20px 0px;
    font-size: 14.4px;
}

.job-alert-panel h3 {
    padding: 0.7rem 1rem;
    background: #21a8b2;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}

.job-alert-form {
    padding: 0.5rem 1rem;
    background: #f3f3f3;
}

.job-alert-form input[type='email'], .job-alert-form input[type='text'] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.job-alert-form input[type='email']:focus, .job-alert-form input[type='text']:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.job-alert-form input[type='submit'] {
    display: inline-block;
    width: auto;
    font-size: 14.4px;
    line-height: 1;
    padding: 12px 15px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #5c5a5a;
    background: #fff;
    border: 1px solid #5c5a5a;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.job-alert-form input[type='submit']:hover {
    background: #fff;
    color: #21a8b2;
    border-color: #21a8b2;
}

.job-alert-form .p1 {
    float: right;
    margin-top: 8px;
    font-size: 13.6px;
}

.headimg {
    height: 400px;
    text-align: center;
    line-height: 400px;
}

.headimg h1 {
    color: #fff;
    font-size: 50px;
    text-shadow: #064242 1px 1px 1px;
}

.profileheadimg {
    margin-bottom: 50px;
}

#role-models {
    margin-bottom: 100px;
}

#role-models h2 {
    color: #21a8b2;
    font-weight: 400;
    font-size: 36px;
    margin: 0px 0px 20px;
}

.role-model {
    margin-bottom: 40px;
}

.role-model .left-col {
    float: left;
    width: 30%;
}

.role-model .right-col {
    float: left;
    width: 65%;
}

.role-model .right-col p {
    font-size: 16px;
    line-height: 2;
}

/* form */
.reg_form {
    max-width: 750px;
    margin: auto;
    width: 100%;
}

.reg_form p {
    margin-bottom: 15px;
}

.reg_form .fields_gap {
    margin-bottom: 15px;
}

.reg_form label {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.reg_form select,
.reg_form input {
    height: 48px;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 0px;
    transition: all ease-in-out .2s;
    border: 1px solid #ccc;
    font-family: 'Raleway', sans-serif;
    color: #5c5a5a;
}

.reg_form input[type='submit'] {
    height: 48px;
    width: auto;
    line-height: 48px;
    padding: 0px 25px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 0px;
    transition: all ease-in-out .2s;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #21a8b2;
    border: solid 1px #21a8b2;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.reg_form input[type='submit']:hover {
    color: #21a8b2;
    background: transparent;
    border: solid 1px #21a8b2;
}

.reg_form select:focus,
.reg_form input:focus {
    border-color: #21a8b2 !important;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
    -moz-box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
    box-shadow: inset 0 0 20px 0 rgba(2, 132, 132, 0.9);
}

.reg_form .chk_box, .reg_form .radio_btn {
    margin-left: 10px;
    margin-bottom: 8px;
}

.chk_box input[type="checkbox"], .radio_btn input[type="radio"] {
    opacity: 0;
    height: auto;
    width: auto;
    position: absolute;
    visibility: hidden;
}

.chk_box input[type="checkbox"] + span, .radio_btn input[type="radio"] + span {
    position: relative;
    display: inherit;
    padding-left: 30px;
}

.chk_box input[type="checkbox"] + span:before {
    content: '';
    position: relative;
    border: 1px solid #989898;
    border-radius: 3px;
}

.radio_btn input[type="radio"] + span:before {
    content: '';
    position: relative;
    border: 1px solid #989898;
    border-radius: 50%;
}

.chk_box input[type="checkbox"] + span:before, .radio_btn input[type="radio"] + span:before {
    cursor: pointer;
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 3px;
}

.chk_box input[type="checkbox"]:checked + span:before, .radio_btn input[type="radio"]:checked + span:before {
    font-size: 10px;
    color: #73b639;
    text-align: center;
    content: '';
    background: #21a8b2;
    width: 20px;
    height: 20px;
    border: 4px solid #ccc;
}

.specify_field {
    display: none;
}

.radio_btn input[type="radio"]:checked ~ .specify_field, .chk_box input[type="checkbox"]:checked ~ .specify_field {
    display: block;
    margin-top: 10px;
}

.mrg_left {
    margin-left: 25px !important;
}

.list_items {
    margin: 0px 0px 15px 15px;
}

.list_items li {
    list-style-type: none;
    margin-bottom: 10px;
}

.dis_status {
    display: none;
}

.dis_status.active {
    display: block;
}
.card-deck.mb-4 {
	display: flex;
	padding: 60px 0;
	margin-left: -15px;
	margin-right: -15px;
}
.card-deck.mb-4 .card.mb-3.box-shadow {
	width: 25%;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	flex-direction: column;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
 border-radius: .25rem;
}
.card.mb-3.box-shadow .card-header {
 padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
 border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card.mb-3.box-shadow .card-header h4 {
	font-weight: 400!important;
	color: #444;
	font-size: 1.5rem;
}
.card-deck.mb-4 .card.mb-3.box-shadow .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.card.mb-3.box-shadow .card-body h1.card-title {
 margin-bottom: .75rem;
}
.card.mb-3.box-shadow .card-body h1.card-title small.text-muted {
	color: #6c757d!important;
	font-size: 80%;
	font-weight: 400;
}
#home-intro .card-body h1.card-title {
 margin-bottom: .75rem;
	font-size: 2.5rem;
	color: #222;
}
.card.mb-3.box-shadow .card-body ul.list-unstyled {
	margin-bottom: 1.5rem!important;
	margin-top: 1rem!important;
	padding: 0;
	list-style: none;
	min-height: 60px;
}
.card.mb-3.box-shadow .card-body ul.list-unstyled li {
	color: #212529;
}
.card.mb-3.box-shadow .card-body button.btn.submit {
	color: #21a8b2;
	background-color: #fff;
	border-color: #21a8b2;
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.8;
	border-radius: .3rem;
	border: 1px solid #21a8b2;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
}
.card-deck.mb-4 .card.mb-3.box-shadow.higlighted {
	margin-top: -30px;
	margin-bottom: -30px;
	box-shadow: 0 0.15rem 0.75rem #21a8b2;
	border-color: #ace5e8;
}
.card-deck.mb-4 .card.mb-3.box-shadow.higlighted ul.list-unstyled {
	min-height: 90px;
}
.card.mb-3.box-shadow.higlighted .card-body button.btn.submit {
	background: #21a8b2;
	color: #fff;
}
.card.mb-3.box-shadow .card-body button.btn.submit:hover {
	background: #21a8b2;
	color: #fff;
}
.card.mb-3.box-shadow.higlighted .card-body button.btn.submit:hover {
    background: #fff;
    color: #21a8b2;
}
body .tingle-modal-box__content {
    padding: 1.5rem;
}
.tingle-modal-box__content h3 {
    color: #21a8b2;
    font-weight: 400;
    font-size: 26px;
    margin: 0px 0px 30px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}
.tingle-modal-box__content form textarea {
    width: 100%;
    border: solid 1px #ccc;
}
.tingle-modal-box__content form label {
    padding-bottom: 10px;
    display: block;
}
.tingle-modal-box__content form input[type=submit] {
    background: #21a8b2;
    border: solid 1px #21a8b2;
}
.tingle-modal-box__content form {
    max-height: 370px;
    overflow-y: auto;
}

.mm-page.mm-slideout p {
    word-wrap: break-word;
}
.vacancies_slider .slick-track {
    display: flex;
}
.vacancies_slider .slick-track .vac_item.slick-slide {
    height: auto;
}

.vacancies_slider .slick-track .vac_item.slick-slide .featured-job{
    height: 100% !important;
}

/*********/
@media screen and (max-width: 1630px) {
    #home-featured-jobs {
        padding-left: 30px;
        padding-right: 30px;
    }

    #home-featured-jobs .featured-job {
        /* height: 350px; */
    }
}

@media screen and (max-width: 1279px) {
    #top-nav .nav_menu a {
        font-size: 15px;
    }

    #home-featured-jobs .featured-job {
        /* height: 350px; */
    }
}

@media screen and (max-width: 1199px) {
    #top-nav .nav_menu a {
        font-size: 12px;
    }

    #top-nav .nav_menu .btn {
        margin-left: 25px;
    }

    .home_find p {
        font-size: 16px;
    }

    .blog_list h1 {
        font-size: 20px;
    }

    #home-featured-jobs {
        padding-left: 15px;
        padding-right: 15px;
    }

    #top-search h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .users_list ul {
        margin-left: -15px;
    }

    .users_list ul li {
        margin-left: 15px;
        width: -moz-calc(100% - 15px);
        width: -webkit-calc(100% - 15px);
        width: -o-calc(33.33% - 15px);
        width: calc(33.33% - 15px);
    }

    .user_list {
        max-width: 200px;
    }
}

@media screen and (max-width: 1100px) {
    #top-nav .nav_menu a {
        font-size: 12px;
        word-break: break-word;
    }

    #top-nav .links {
        display: none;
    }

    #top-search {
        margin-bottom: 60px;
    }

    #mobile-nav-button {
        display: block;
    }

    #fixednav {
        visibility: none !important;
        display: none !important;
    }

    .wave {
        display: none;
    }

    /*#header { height: 700px; }*/
    #home-light .left {
        float: none;
        width: 100% !important;
    }

    #home-light .right {
        float: none;
        width: 100% !important;
    }

    #home-light {
        height: auto !important;
        padding-bottom: 40px;
        padding-top: 40px !important;
    }

    #home-light h1 {
        margin-top: 0px;
    }

    .home-business-area {
        width: 100%;
        float: none !important;
    }

    .search-form input[type=submit] {
        font-size: 12px !important;
    }

    #top-nav .nav_menu a {
    padding: 10px 4px;
}
}

@media screen and (max-width: 1023px) {
    #top-nav {
        height: auto;
    }

    .mob-nav {
        display: block;
    }

    nav.nav_menu {
        display: none;
    }

    #top-nav {
        display: block;
    }

    .header_btns {
        display: none;
    }

    nav#menu li.btn {
        margin-top: 25px;
    }

    .home_find .find_col {
        margin-left: 15px;
        width: -moz-calc(33.33% - 15px);
        width: -webkit-calc(33.33% - 15px);
        width: -o-calc(33.33% - 15px);
        width: calc(33.33% - 15px);
        height: 220px;
    }

    .home_find {
        margin-left: -15px;
    }

    .home_find h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .blog_list {
        margin-left: -50px;
    }

    .blog_list .blog_item {
        width: -moz-calc(50% - 50px);
        width: -webkit-calc(50% - 50px);
        width: -o-calc(50% - 50px);
        width: calc(50% - 50px);
        margin: 50px 0px 50px 50px;
    }

    .blog_list .blog_item figure img {
        height: 200px;
    }

    #top-search h1 {
        font-size: 28px;
    }

    .resp-tabs-list {
        margin-left: -5px;
    }

    .resp-tabs-list li {
        width: -moz-calc(33.33% - 5px);
        width: -webkit-calc(33.33% - 5px);
        width: -o-calc(33.33% - 5px);
        width: calc(33.33% - 5px);
        margin: 0px 0px 0px 5px;
        padding: 8px 15px;
    }

    .blog-pg .blog-collt, .blog-pg .blog-colrt {
        width: 100%;
        float: none;
        padding: 0;
    }

    .blog-pginner .blog-collt, .blog-pginner .blog-colrt {
        width: 100%;
        float: none;
        padding: 0;
    }

    .clients-pg .collt, .clients-pg .colrt {
        float: none;
        width: 100%;
        padding: 0;
    }

    .clients-pg .colrt .client-ls {
        width: 48%;
    }

    .clients-pg .colrt .client-ls .client-content p {
        height: 102px;
    }

    .clients-pg-inner .collt, .clients-pg-inner .colrt {
        float: none;
        width: 100%;
        padding: 0;
    }

    .job_search_cont {
        max-width: 750px;
        width: 100%;
        margin: auto;
        float: none;
    }


    .mm-menu {
    font-size: 16px !important;
}
.keywords input, .location input, .styled-select.slate select {
    font-size: 16px !important;
}
}


@media screen and (max-width: 900px) {

    #home-featured-jobs .featured-job {
        padding: 20px;
        box-sizing: border-box;
        /* height: 350px; */
    }

    #vacancies .featured-job {
        width: 99%;
        float: none;
    }

    .job-desc .left-col {
        width: 100% !important;
        float: none !important;
    }

    .job-desc .right-col {
        width: 100%;
        float: none !important;
    }

    .staff-image {
        margin: auto;
        margin-bottom: 20px;
        width: 100%;
        background-size: contain !important;
        background-position: top !important;
    }

    #simon-photo {
        margin: auto !important;
    }

    .staff-profile {
        width: 100% !important;
        margin: auto !important;
        position: relative !important;
        left: 0% !important;
        box-sizing: border-box;
        height: auto !important;
        top: 0% !important;
    }

    .staff-profile img {
        float: none !important;
        width: 100%;
        height: auto !important;
        margin-bottom: 20px;
    }

    .btn-white {
        width: 35% !important;
    }

    #top-nav .logo {
        width: 183px !important;
        margin-left: 0px !important;
        height: 39px;
    }

    #header-small {
        height: auto !important;
        padding-bottom: 40px;
    }

    #map {
        width: 100%;
    }

    .clients_sec {
        padding: 20px 0px;
    }

    #footer #social a {
        margin-right: 5px;
    }

    #footer h2 {
        font-size: 21px;
    }

    .user_list {
        max-width: 150px;
    }
}

.gdpr {
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
    display: block;
    color: #5c5a5a;
}

.gdpr input[type=checkbox] {
    padding: 0px;
}

.gdpr a {
    color: #5c5a5a;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width:768px) and (max-width:991px){
	#home-intro .card-body h1.card-title {
    font-size: 1.5rem;
}
.card.mb-3.box-shadow .card-header h4 {
    font-size: 1.1rem;
}
.card.mb-3.box-shadow .card-body ul.list-unstyled li {
    font-size: 16px;
    line-height: 22px;
}

}
@media screen and (max-width: 767px) {
    #top-search h1 {
        font-size: 28px;
        line-height: 35px;
    }

    #top-search h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .search-form .keywords input, .search-form .location input {
        font-size: 15px;
    }

    #home-intro p {
        font-size: 16px;
    }

    #home-intro h1 {
        font-size: 30px;
    }


    .ft_inner .ft_logo {
        width: 45%;
    }

    .ft_inner .ft_menu {
        width: 48%;
        margin-left: 30px;
    }

    .ft_inner .ft_contact {
        width: 100%;
    }

    .cookie_sec {
        display: block;
    }

    .cookie_btn {
        text-align: right;
        margin-top: 10px;
    }

    .contsec {
        display: block;
    }

    .contleft {
        width: 100%;
    }

    .contright {
        padding-bottom: 20px;
        width: 100%;
    }

    #title-sec {
        margin-top: 0;
    }

    #home-intro h2 {
        font-size: 22px;
    }

    #home-intro .contleft h2 {
        font-size: 16px !important;
    }

    .subtxt {
        font-size: 16px;
    }

    .blog_list {
        margin-left: -25px;
    }

    .blog_list .blog_item {
        width: -moz-calc(50% - 25px);
        width: -webkit-calc(50% - 25px);
        width: -o-calc(50% - 25px);
        width: calc(50% - 25px);
        margin: 50px 0px 50px 25px;
    }

    .blog_list h1 {
        font-size: 16px;
    }

    #home-intro .right ul, .contleft ul {
        font-size: 16px;
    }

    .search-form .keywords input, .search-form .location input {
        height: 50px;
        padding: 10px 20px;
    }

    .search-form button[type="submit"] {
        height: 50px;
    }

    #refer-form input[type="text"] {
        padding: 10px;
        font-size: 15px;
    }

    #home-featured-jobs .featured-job h1 {
        font-size: 18px;
        margin-top: 15px;
    }

    #home-featured-jobs .featured-job p {
        line-height: 20px;
        margin: 10px 0px;
    }

    #home-featured-jobs .featured-job {
        padding: 20px 10px;
    }

    #hero-slider .slick-dots li {
        margin: 0px 8px;
    }

    .cookie_sec .cookie_cont {
        padding: 10px;
        font-size: 15px;
        line-height: 20px;
    }

    .clients_sec {
        padding: 0px;
    }

    #footer {
        padding: 20px 0px;
    }

    .hero-slider, #hero-slider .item {
        height: 480px;
    }

    .submit_btn {
        width: 100%;
    }

    #top-search h1 {
        font-size: 24px;
    }

    #hero-slider .slick-dots {
        bottom: 10px;
    }

    .home_find .find_cont {
        padding-left: 15px;
    }

    .home_find h1 {
        font-size: 22px;
        line-height: 24px;
    }

    .home_find .find_col {
        height: 190px;
    }

    .home_info {
        padding: 30px 0px;
    }

    #parentHorizontalTab {
        padding-bottom: 20px;
    }

    #home-options {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center !important;
    }

    #home-options h1 {
        text-align: center;
    }

    #header {
        padding: 20px 0px;
    }

    .enq_title {
        margin: 20px 0px;
        font-size: 18px;
        line-height: 22px;
    }

    #form .textarea {
        height: 120px;
    }

    #home-intro .right ul, .contleft ul {
        padding-left: 25px;
    }

    #home-intro .right ol {
        padding-left: 25px;
    }

    #home-intro {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .user_list {
        max-width: 172px;
    }

    .blog-pg {
        padding: 20px 0;
    }

    .blog-pg .blog-collt {
        display: none;
    }

    .blog-pg .blog-colrt {
        width: 100%;
        padding: 0;
    }

    .blog-ls a > div h1 {
        font-size: 20px;
    }

    #home-intro .blog-pginner h1 {
        font-size: 20px;
    }

    #home-intro .blog-pginner .blog-collt .blog-details p {
        font-size: 16px;
    }

    .pricing-banner .pricing-banner-content h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .pricing-banner .pricing-banner-content {
        padding: 25px 35px;
    }

    .pricing-banner .pricing-banner-content p {
        font-size: 18px;
    }

    .pricing-content {
        padding: 20px 0;
    }

    .pricing-ls, .pricing-titles ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pricing-ls .pricing-cont-ls, .pricing-titles ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .pricing-register {
        padding: 20px 0;
    }

    .job_search_cont {
        padding: 40px 0px;
    }

    .cookie_sec .cookie_cont {
        margin-right: 0px;
    }

    .reg_form input {
        height: 40px;
    }
		.card-deck.mb-4 {
    display: block;
	margin: 0;
	    padding: 20px 0;
}
.card-deck.mb-4 .card.mb-3.box-shadow {
    width: 100%;
    margin: 30px 0 !important;
}
}

@media screen and (max-width: 600px) {

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #header-small .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #header {
        height: auto !important;
        padding-top: 40px;
    }

    #header-small {
        height: auto !important;
        padding-bottom: 40px;
    }

    #mobile-nav-button {
        height: 30px;
        width: 30px;
        margin-top: 10px;
    }

    #header .logo {
        width: 200px !important;
        margin-left: 0px !important;
        height: 39px;
    }

    #header-small .logo {
        width: 200px !important;
        margin-left: 0px !important;
    }

    #home-intro .left {
        width: 100%;
        float: none !important;
    }

    #home-intro .right {
        width: 100%;
        float: none !important;
    }

    .home-business-area {
        width: 100%;
        float: none !important;
    }

    .home-sector {
        width: 100%;
        float: none !important;
    }

    #social .holder {
        width: 100% !important;
    }

    #social .holder a {
        width: 50% !important;
        margin: auto !important;
        float: none !important;
        margin-bottom: 20px !important;
        display: block;
    }

    #social {
        padding-bottom: 40px;
        height: auto !important;
    }

    .search-form input[type=text] {
        width: 95%;
        float: none !important;
        box-sizing: border-box;
        border-radius: 0px;
    }

    .search-form input[type=submit] {
        width: 95%;
        float: none !important;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0px;
        font-size: 12px;
    }

    #job-search {
        height: auto;
    }

    #footer #bottom {
        height: auto !important;
        padding-bottom: 20px;
    }

    #footer #bottom .left {
        width: 100%;
        float: none;
    }

    #footer #bottom .right {
        width: 100%;
        float: none;
        margin-left: 0px;
    }

    #footer #bottom .right .col {
        margin: 0px;
    }

    #footer #bottom .logo {
        width: 220px;
        margin-left: 0px !important;
    }

    #home-featured-jobs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .upload-vacancy-button {
        width: 100% !important;
        box-sizing: border-box;
    }

    #home-featured-jobs .featured-job {
        padding: 20px;
        box-sizing: border-box;
        height: auto;
    }

    #overlay {
        height: 1000px !important;
    }

    #overlay #bookcall {
        background: #f6f8fa;
        width: 100% !important;
        position: absolute;
        left: 50%;
        margin-left: -50%;
        top: 2%;
        text-align: center;
        padding: 25px 40px 40px 40px;
        border: rgba(0, 0, 0, 0.9) 10px solid;
        box-sizing: border-box;
    }

    #overlay #bookcall h1 {
        font-size: 21px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #overlay #bookcall h2 {
        font-size: 18px !important;
    }

    #overlay #bookcall input[type=text] {
        font-size: 15px;
    }

    .job-desc .left-col .job-info {
        font-size: 14px !important;
    }

    .job-desc .left-col .job-info .values {
        width: calc(100% - 80px) !important;
    }

    .job-desc .left-col .job-info .labels {
        width: 80px !important;
    }

    .contact-form-left {
        float: none !important;
        width: 100% !important;
        margin-right: 0px !important;
    }

    .contact-form-right {
        float: none !important;
        width: 100% !important;
    }

    #contact-form {
        padding: 0px !important;
    }

    #contact-form input[type=text] {
        width: 100% !important;
    }

    #contact-form input[type=submit] {
        -webkit-appearance: none;
    }

    #contact-form .container {
        padding: 0px !important;
        width: 95% !important;
    }

    #contact-form .textarea {
        width: 100% !important;
    }

    #contact-form form {
        padding-left: 0px !important;
    }

    #contact-form {
        padding-top: 10px !important;
    }

    .btn-yellow {
        margin: auto !important;
        box-sizing: border-box;
    }

    .service-container {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 0px;
    }

    #header h1 {
        font-size: 40px !important;
    }

    .ft_inner {
        display: block;
    }

    .ft_inner .ft_logo {
        width: 100%;
    }

    .ft_inner .ft_menu {
        width: 100%;
        margin: 20px 0px;
    }

    .copyr {
        display: block;
        text-align: center;
    }

    .copyr > div {
        margin-bottom: 10px;
    }

    #top-search h1 {
        font-size: 20px;
    }

    .home_find {
        margin-left: 0;
        display: block;
    }

    .home_find .find_col {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .jobs_home_box h3 {
        font-size: 24px;
        padding: 15px 0px 15px 15px;
    }

    .jobs_home_box .panel_cont {
        padding: 15px;
    }

    .home_info h2 {
        font-size: 24px;
    }

    .users_list ul {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .users_list ul li {
        width: 100%;
        margin: 10px 0px;
    }

    .user_list {
        max-width: 100%;
    }

    .job_search_fields {
        display: block;
    }

    .job_search_fields .keyword_field, .job_search_fields .sel_field {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }

    .job_search_fields .submit_btn {
        width: 120px;
    }

    .job-alert-form .p1 {
        float: none;
    }
}

@media screen and (max-width: 539px) {
    #top-search h1 {
        font-size: 22px;
        line-height: 25px;
    }

    #top-search h2 {
        font-size: 16px;
        line-height: 16px;
    }

    .search_form_inner {
        display: block;
    }

    .search_form_inner .location, .search_form_inner .keywords {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .search-form input[type="text"] {
        width: 100%;
    }

    #home-intro h1 {
        font-size: 20px;
    }

    #home-intro p {
        font-size: 16px;
    }

    .ft_inner .ft_menu {
        width: auto;
        margin-left: 0;
    }

    .ft_inner .ft_logo {
        width: auto;
    }

    #footer {
        padding: 20px 0px;
    }

    #home-intro h2 {
        font-size: 20px;
    }

    .contleft ul {
        line-height: 25px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    #home-intro .contleft h2 {
        font-size: 16px !important;
    }

    .subtxt {
        font-size: 16px;
        line-height: 20px;
    }

    .contleft #form label {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    .blog_list {
        margin-left: 0px;
        display: block;
    }

    .blog_list .blog_item {
        width: 100%;
        margin: 30px 0px;
    }

    .blog_list .blog_item figure img {
        height: auto;
    }

    #top-search h1 {
        font-size: 18px;
    }

    .blog-ls a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-ls a > div {
        width: 100%;
    }

    .blog-ls a > figure {
        width: 100%;
        min-height: 200px;
    }

    .clients-pg .colrt .client-ls {
        width: 100%;
    }

    .pricing-banner .pricing-banner-content {
        padding: 20px;
    }

    .pricing-banner .pricing-banner-content h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .pricing-banner .pricing-banner-content p a {
        display: block;
    }
}

.styled-select {
    /*background: url(https://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;*/
    height: 55px;
    overflow: hidden;
    width: 240px;
    padding-left: 10px;
}


.styled-select select {
    background: #fff;
    border: none;
    font-size: 16px;
    height: 55px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 100%;
    color: #333;
}

.styled-select.slate {

    height: 55px;
    width: 100%;
}

.styled-select.slate select {
    font-size: 18px;
    height: 55px;
    width: 100%;
    padding: 15px;
}

/* -------------------- Rounded Corners */
.rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.semi-square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate {
    background-color: #fff;
}

.green {
    background-color: #779126;
}

.blue {
    background-color: #3b8ec2;
}

.yellow {
    background-color: #eec111;
}

.black {
    background-color: #000;
}

/* -------------------- Colors: Text */
.slate select {
    color: #666;
}

.green select {
    color: #fff;
}

.blue select {
    color: #fff;
}

.yellow select {
    color: #000;
}

.black select {
    color: #fff;
}

*:focus {
    outline: none;
}

/* -------------------- Select Box Styles: danielneumann.com Method */
/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */
#mainselection select {
    border: 0;
    color: #EEE;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 10px;
    width: 378px;
    *width: 350px;
    *background: #58B14C;
    -webkit-appearance: none;
}

#mainselection {
    overflow: hidden;
    width: 350px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 1px 1px 11px #330033;
    /*background: #58B14C url("https://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;*/
}


/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow, select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    /*background-image: url(https://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

select#soflow-color {
    color: #fff;
    /*background-image: url(https://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);*/
    background-color: #779126;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: 15px;
}

.reciteme {
    position: fixed;
    display: block;
    top: 0px;
    right: 0px;
    background: #000;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    z-index: 9999;
}

@media only screen and (max-width: 900px) {
    .submit_btn {
        width: 15%;
    }

    .keywords input, .location input, .styled-select.slate select {
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 1000px) {

    .form_column {
        width: 100% !important;
    }


}

@media only screen and (max-width: 770px) {

    .keywords input, .location input, .styled-select.slate select {
        font-size: 16px !important;
    }

}

@media screen and (max-width: 750px) {
    .right-col {
        width: 100% !important;
    }

    .left-col {
        width: 100% !important;
    }

}

@media screen and (max-width: 680px) {
    .search_form_inner {
        display: block;
    }


    .search_form_inner .location, .search_form_inner .keywords {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px !important;
    }

    .styled-select.slate {
        height: 55px;
        width: 100%;
    }

    #title-sec .search-form .keywords input, #title-sec .search-form .location input {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    #login .left-col {
        width: 100% !important;
    }

    .apply-login input[type=text] {
        font-size: 14px !important;
    }
}

input[type=submit] {
    -webkit-appearance: none;
}

.services_link {
    display: block;
    text-align: right;
    margin-top: 40px;
    font-weight: 600;
    color: #21a8b2 !important;
}

.services_link:hover {
    color: #000000 !important;
}

.language_preference {
    padding: 20px;
}

.language_preference label {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
}

.text-center {
    text-align: center !important;
}

.mb-5 {
    margin-bottom: 40px;
}

.pricing ol li {
    width: 100%;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-top: 0;
    padding: 20px;
    text-align: center;
    margin-bottom: 0 !important;
}

.pricing ul li div {
    padding-top: 20px;
}

.pricing ul li div a {
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background: #21a8b2;
    border: 1px solid #21a8b2;
    padding: 12px 15px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
}

.pricing ul li div a:hover {
    color: #21a8b2;
    background: #fff;
    border: 1px solid #21a8b2;
}

.pricing ul > li {
    max-width: 280px !important;
}

.pricing ul > li:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2) !important;
}

.pricing ul > li.highlight {
    box-shadow: 0px 0px 4px 5px rgba(33, 168, 178, 0.56);
}

@media screen and (max-width: 1160px) {
    .pricing ul > li {
        max-width: 240px !important;
        width: 24% !important;
    }
}

@media screen and (max-width: 940px) {
    .pricing ul {
        display: block !important;
    }

    .pricing ul > li {
        max-width: none !important;
        width: 44% !important;
        display: inline-block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .pricing ul {
        display: block !important;
    }

    .pricing ul > li {
        max-width: none !important;
        width: 100% !important;
        display: inline-block;
        margin-bottom: 20px;
    }
}



@media screen and (min-width: 767px) {
.vacancy_survery .tingle-modal-box {
    width: 85%;
   
}
nav#menu {
    /* display: none !important; */
}
}
.vacancy_survery .tingle-modal-box__content form {
    max-height: 100%;
}
.confirm-bar-error {
    background: red;
    color: #fff;
    padding: 10px;
    text-align: center;
}

@media (max-width:767px){

.mob-language-toggle {
    display: inline-block !important;
    margin-right: 80px;
    margin-top: 8px;
    position: absolute;
    right: 0;
}
.mob-language-toggle a.language-toggle {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(2, 132, 132, 0.2);
    color: #000;
    padding: 7px 14px;
}
.mob-language-toggle ul.lang-tog {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1024;
}
.mob-language-toggle ul.lang-tog li a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase; text-decoration: none;
}

}
.desktop-language-toggle a.language-toggle
{
text-decoration: none;
background: rgba(2, 132, 132, 0.2);
color: #000;
padding: 5px 10px;
}
.desktop-language-toggle {
    margin-left: 20px;
}

