* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

body {
    font-family: 'Titillium Web', sans-serif;
    background: #f2f2f2;
    color: #333;
    font-size: 18px;
    line-height: 32px;
}

body, html {
    overflow-x: hidden !important;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #254477;
    z-index: 99;
    height: 100vh;
}

#status {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/ajax-loader.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: -70px 0 0 -70px;
    background-size: contain;
}

.container {
    padding: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-family: 'Titillium Web', sans-serif;
}

h1.main-title {
    font-size: 52px;
    line-height: 64px;
    font-weight: 400;
}

h6.number {
    font-size: 16px;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

p {
    font-size: 18px;
    line-height: 40px;
    font-weight: lighter;
    margin-bottom: 20px;
}

.clearfix {
    clear: both !important;
}

.aq-txt {
    width: 303px;
    height: 62px;
    display: block;
    margin: auto;
    background: url('../images/aq-txt.png') no-repeat center;
}

.top-wrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 970px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.top-wrapper::before {
    content: '';
    background: url("../images/top-grad.png") top repeat-x;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.top-wrapper .scroll-down {
    position: absolute;
    width: 10px;
    height: 90px;
    left: 200px;
    bottom: 90px;
    background: url(../images/scroll-bg.png) center top no-repeat;
}

.top-wrapper .scroll-down .scroll-anm {
    position: absolute;
    bottom: 0px;
    -webkit-animation: wiggle 3.5s linear infinite;
    animation: wiggle 3.5s linear infinite;
}

.top-wrapper-cp {
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 500px;
    background: #fff;
    position: relative;
    border-bottom: #c2e458 10px solid;
    box-shadow: inset 0px 50px 100px rgba(22, 33, 78, 0.9);
}

.top-wrapper-cp .scroll-down {
    position: absolute;
    width: 10px;
    height: 90px;
    left: 200px;
    bottom: 90px;
    background: url(../images/scroll-bg.png) center top no-repeat;
}

.top-wrapper-cp .scroll-down .scroll-anm {
    position: absolute;
    bottom: 0px;
    -webkit-animation: wiggle 3.5s linear infinite;
    animation: wiggle 3.5s linear infinite;
}

@keyframes wiggle {
    10%, 90% {
        transform: translate3d(0, -3px, 0);
    }

    20%, 80% {
        transform: translate3d(0, 6px, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(0, -3px, 0);
    }

    40%, 60% {
        transform: translate3d(0, 9px, 0);
    }
}

.top-wrapper .header-sect {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.top-wrapper .header-sect .logo-sect {
    float: left;
}

.top-wrapper .header-sect .menu-sect {
    float: right;
    margin-left: 90px;
    font-weight: 300;
    margin-top: 3px;
    display: none !important;
}

.top-wrapper .header-sect .menu-sect ul {
    display: inline-block;
}

.top-wrapper .header-sect .menu-sect li {
    display: inline-block;
    margin-right: 25px;
}

.top-wrapper .header-sect .menu-sect li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.top-wrapper .header-sect .menu-sect li a:hover {
    color: #000000;
}

.top-wrapper .header-sect .menu-sect li.active a {
    color: #254477;
}

.top-wrapper .header-sect .menu-sect a.register-btn {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: thin solid #254477;
    font-size: 18px;
    color: #254477;
}

.top-wrapper .header-sect .menu-sect a.register-btn:hover {
    background: #254477;
    color: #fff;
}

.top-wrapper .header-sect .social-icons {
    position: absolute;
    top: 150px;
    right: 190px;
    width: 40px;
    text-align: center;
}

.top-wrapper .header-sect .social-icons li a {
    color: #fff;
    font-size: 24px;
    margin-bottom: 18px;
    display: block;
}

.top-wrapper .header-sect .social-icons li a:hover {
    color: #254477;
}

.top-wrapper-cp .header-sect {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.top-wrapper-cp .header-sect .logo-sect {
    float: left;
}

.logo-sect img {
    width: 110px;
}

.top-wrapper-cp .header-sect .menu-sect {
    float: right;
    margin-left: 90px;
    font-weight: 300;
    margin-top: 3px;
    display: none;
}

.top-wrapper-cp .header-sect .menu-sect ul {
    display: inline-block;
}

.top-wrapper-cp .header-sect .menu-sect li {
    display: inline-block;
    margin-right: 25px;
}

.top-wrapper-cp .header-sect .menu-sect li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.top-wrapper-cp .header-sect .menu-sect li a:hover {
    color: #000000;
}

.top-wrapper-cp .header-sect .menu-sect li.active a {
    color: #254477;
}

.top-wrapper-cp .header-sect .menu-sect a.register-btn {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: thin solid #254477;
    font-size: 18px;
    color: #254477;
}

.top-wrapper-cp .header-sect .menu-sect a.register-btn:hover {
    background: #254477;
    color: #fff;
}

.top-wrapper-cp .header-sect .social-icons {
    position: absolute;
    top: 150px;
    right: 190px;
    width: 40px;
    text-align: center;
}

.top-wrapper-cp .header-sect .social-icons li a {
    color: #fff;
    font-size: 24px;
    margin-bottom: 18px;
    display: block;
}

.top-wrapper-cp .header-sect .social-icons li a:hover {
    color: #254477;
}

.h-banner {
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 150px;
}

.h-banner .h-banner-content {
    width: 80%;
    height: auto;
    padding-top: 204px;
    position: relative;
    z-index: 1;
    margin: auto;
}

.h-banner .h-banner-content .banner-search-form {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: auto;
    margin-top: 50px;
}

.h-banner .h-banner-content h1 {
    font-size: 60px;
    line-height: 86px;
    color: #989997;
    font-weight: 200;
    text-align: center;
}

.h-banner .h-banner-content h1 span {
    font-weight: 600;
}

.h-banner .h-banner-content .banner-search-form input[type='text'] {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    font-weight: 200;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 11px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    opacity: 0.9;
    transition: ease-in-out all .2s;
    border: 2px solid #fff;
}

.h-banner .h-banner-content .banner-search-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.h-banner .h-banner-content .banner-search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.h-banner .h-banner-content .banner-search-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}


.h-banner .h-banner-content .banner-search-form input[type='text']:hover {
    opacity: 1;
}

.h-banner .h-banner-content .banner-search-form input[type='submit'] {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: rgba(194, 228, 88, 0.8);
    color: #333;
    border: none;
    text-align: left;
    font-weight: 200;
    font-family: 'Titillium Web', sans-serif;
    cursor: pointer;
    transition: background .2s;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
}

.h-banner .h-banner-content .banner-search-form input[type='submit']:hover {
    background: url(../images/button-arrow.png) center right 16px #333 no-repeat;
    color: #fff;
}

.h-banner .banner-right {
    position: absolute;
    right: 0px;
    bottom: -112px;
    width: 55%;
    height: auto;
    z-index: 8;
}

.about-section {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

.left-bbg {
}

h6.numbers {
    font-size: 16px;
}

h1.main-title {
    font-size: 42px;
    line-height: 54px;
    padding-bottom: 40px;
    font-weight: 400;
    color: #254477;
}

.about-section p {
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
    /*padding-right: 45px;*/
}

.about-section a:hover {
    color: #254477;
}

.specialism {
    padding: 100px 0px 100px;
    background: #fff;
    position: relative;
}

.specialism::before {
    content: ' ';
    position: absolute;
    height: 100%;
    background: #f2f2f2;
    left: 0px;
    top: 0px;
}

.specialism h1.main-title {
    float: left;
}

.specialism p {
    float: right;
    max-width: 560px;
    margin-top: 30px;
}

.specialism .spec-sects {
    margin: 0 auto;
    width: 100%;
    height: auto;
    clear: both;
    padding-top: 25px;
}

.specialism .spec-sects li {
    float: left;
    position: relative;
    height: 400px;
    width: 33.333%;
    display: block;
    cursor: pointer;
}

.specialism .spec-sects li:hover a {
    color: #fff;
    bottom: 70px;
}

.specialism .spec-sects li a {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    box-sizing: border-box;
    display: block;
    transition: ease-in-out all .2s;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.specialism .spec-sects li a:hover {
    color: #fff;
}

.work-us {
    padding: 130px 0px;
    position: relative;
}

.work-us ul {
    margin-top: 50px;
}

.work-us li {
    float: left;
    width: 50%;
    border-right: 2px solid #333;
    padding: 80px 0px;
    text-align: center;
}

.work-us li:last-child {
    border: none;
    text-align: center;
}

.work-us li a {
    color: #333;
    font-size: 48px;
    display: block;
}

.work-us li a span {
    width: 85px;
    height: 45px;
    background: #254477;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.work-us li a:hover span {
    background: #333;
}

.testimonial-sect {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0px 0px 100px;
    background: #fff;
}

.testimonial-sect .testi-pic {
    float: left;
    width: 40%;
}

.testimonial-sect .testi-cont {
    float: left;
    width: 60%;
    padding-left: 100px;
}

.testimonial-sect .testi-cont p {
    font-weight: 200;
}

.testimonial-sect .testi-cont p strong {
    font-weight: 200 !important;
    font-size: 40px;
    color: #254477;
    line-height: 1.2;
}

.testimonial-sect .testi-cont ul {
    font-weight: 200;
    list-style: circle;
    margin-top: 20px;
    margin-bottom: 20px;
}

.testimonial-sect .testi-cont ul li {
    font-weight: 200;
    list-style: circle;
    display: list-item;
    margin-bottom: 10px;
}

.testimonial-sect .testi-cont ul li .fa {
    color: #254477;
}

.testimonial-sect .testi-cont h1 {
    font-size: 30px;
    line-height: 40px;
}

.testimonial-sect .testi-cont .testi-data p.big-text {
    font-size: 24px;
    margin-bottom: 30px;
}

.testimonial-sect .testi-cont .testi-data {
    display: block;
}

.testimonial-sect .carousel-control-prev {
    width: 84px;
    height: 43px;
    background: #254477;
    opacity: 1;
}

.testimonial-sect .carousel-control-next {
    width: 84px;
    height: 43px;
    background: #254477;
    opacity: 1;
}

.testimonial-sect .controls {
    position: absolute;
    bottom: -150px;
    width: 170px;
}

.testimonial-sect .controls a:hover {
    background: #333;
}

.testimonial-sect .testi-cont .testi-name {
    margin-top: 30px;
    display: block;
}

.testimonial-sect .testi-cont .testi-name span {
    font-weight: 600;
}

.our-locations {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 80px;
    text-align: center;
}

.our-locations ul.countries li {
    display: inline-block;
    padding: 0px 15px;
    font-size: 22px;
    background: url(../images/green-dot.png) right bottom 7px no-repeat;
}

.our-locations ul.countries li:last-child {
    background: none;
}

.our-locations .map-cont {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1570px;
    margin-top: 40px;
}

.contact-sect {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 120px 0px;
    background: #f2f2f2;
    color: #333;
}

.contact-sect .location-cont {
    margin-top: 35px;
}

.contact-sect .location-cont h2 {
    min-height: 60px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 0px;
}

.contact-sect .contact-inner {
    margin-top: 35px;
}

.contact-sect p {
    margin: 0px;
    line-height: 25px !important;
}

.footer-sect {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 90px 0px 40px 0px;
    text-align: center;
}

.footer-sect li {
    display: inline-block;
    padding-left: 30px;
}

.footer-sect li a {
    font-size: 19px;
    color: #333;
    text-decoration: none;
    font-weight: 200;
}

.footer-sect li .fa {
    color: #254477;
}

.footer-sect li a:hover {
    color: #000;
}

.footer-sect .footer-logo {
    margin-bottom: 30px;
}

.footer-sect .text-left {
    font-weight: 200;
}

.footer-sect .copyright {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-top: 40px;
    margin-top: 40px;
    border-top: thin solid #333;
    font-size: 14px;
    color: #333;
}

.footer-sect .copyright li a {
    font-size: 24px;
}

.footer-sect .copyright li a:hover {
    color: #254477;
}

.menu-toggle {
    float: right;
    cursor: pointer;
    border-radius: 50%;
}

.menu-toggle img {
    border-radius: 50%;
    transition: ease-in-out all .2s;
}

.menu-toggle img:hover {
    transform: scale(1.2);
}

.close-menu {
    cursor: pointer;
    display: block;
    width: 50px;
    float: right;
    margin-top: 30px;
}

.mob-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    background: rgba(37, 68, 119, 0.99);
    background-size: cover;
    display: none;
    padding: 50px 80px 0px 100px;
}

.mob-menu .main-menu {
    margin-top: 12vh;
    margin-bottom: 12vh;
}

.mob-menu .main-menu li {
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    width: 50%;
    display: block;
    margin: auto;
}

.mob-menu .main-menu li a {
    color: #fff;
    text-decoration: none;
    transition: ease-in-out all .2s;
    font-weight: 200 !important;
}

.mob-menu .main-menu li a:hover {
    color: #c2e458;
    margin-top: -10px;
}

.mob-menu .main-menu li a:hover .mob-menu .main-menu li {
    margin-top: -10px;
}

.mob-menu .main-menu a.register-btn {
    display: block;
    width: 180px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: thin solid #254477;
    font-size: 23px;
    color: #254477;
    margin-top: 40px;
    margin: auto;
}

.mob-menu .main-menu a.register-btn:hover {
    background: #254477;
    color: #fff;
}


#specialisms_overlay {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}

#specialisms_overlay .content {
    width: 700px;
    height: 460px;
    background-color: rgba(255, 255, 255, 0.95);
    overflow: auto;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

    max-width: 100%;
    max-height: 100%;
    overflow: auto;

    padding: 50px;
    box-sizing: border-box;

    display: none;

    border: #254477 10px solid;

}

#specialisms_overlay .content h1 {
    font-weight: lighter;
    color: #000;
    font-size: 30px;
}

#specialisms_overlay .content p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    font-weight: lighter;
}

#specialisms_overlay ul {
    margin-top: 10px;
}

#specialisms_overlay ul li {
    display: block;
    list-style: none;
    float: left;
    margin-right: 20px;
    color: #000;
    margin-top: 5px;
    font-size: 18px;
    font-weight: lighter;
}

#specialisms_overlay ul li span {
    color: #254477;
    font-weight: bold;
    font-size: 25px;
    margin-left: 5px;
}

#close_overlay {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../assets/img/cross-out.png);
    background-size: contain;
}

.home-cta {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    width: 100%;
    height: 350px;
    line-height: 350px;
    display: block;
    background: linear-gradient(to left, #254477, #000);
    font-weight: bold;
    transition: ease-in-out .2s all;
    margin-bottom: 10px;
    transition: ease-in-out all .2s;
}

.home-cta:hover {
    color: #fff !important;
    background: linear-gradient(to left, #254477, #000);
    border-color: #254477;
    line-height: 300px;
}

.home-cta2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    width: 100%;
    height: 350px;
    line-height: 350px;
    display: block;
    background: linear-gradient(to right, #254477, #000);
    font-weight: bold;
    transition: ease-in-out .2s all;
    transition: ease-in-out all .2s;
}

.home-cta2:hover {
    color: #fff !important;
    background: linear-gradient(to left, #000, #254477);
    border-color: #254477;
    line-height: 300px;
}

.content-block h2 {
    font-weight: 200;
    font-size: 40px;
    color: #254477;
    padding-top: 20px;
    padding-bottom: 20px;
}

.step {
    padding: 20px;
    margin-top: 30px;
    text-align: center;
}

.step .title {
    display: block;
    color: #000;
    font-weight: lighter;
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
}

.page-link {
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    line-height: 1.5;
    color: #c2e458 !important;
    transition: ease-in-out all .2s;
    text-decoration: none !important;
    border-color: #f2f2f2;
}

.page-link:hover {
    background: #c2e458;
    color: #fff !important;
}

.active {
    border-bottom: #c2e458 2px solid;
}

.iconblocks {
    padding-top: 100px !important;
    display: none;
}

.iconblock {
    padding: 30px;
    height: auto;
    text-align: center;
    font-size: 22px;
    color: #254477;
}

.iconblock img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.carousel_item h4 {
    height: 120px;
}

.footer-notes {
    font-size: 13px;
    margin-bottom: 0;
    text-align: left;
}

.breakwrap {
    background: #fff;
}

.break {
    padding: 20px 0;
    border-top: thin solid #333;
}

#pjAcceptCookieBar {
    background: rgba(194, 228, 88, 1);
}

#pjAcceptCookieBar p {
    color: #333;
}

#pjAcceptCookieBar p a {
    color: #333;
    font-weight: bold;
}

.back-btn {
    background: #254477;
    display: block;
    width: 200px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    transition: ease-in-out .2s all;
    text-decoration: none;
    text-decoration: none;
    color: #fff !important;
}

.back-btn:hover {
    background: #c2e458
}

.staffprofile {
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
}


.padded-box {
    padding-top: 50px;
    display: block;
    margin-top: 50px;
    background: #fff;
}

.latest-insights.article a {
    color: #254477;
}

.latest-insights.article ul, .latest-insights.article ol {
    padding-left: 25px;

}

.latest-insights.article ul li {
    display: list-item;
    list-style-type: disc;
}

.latest-insights.article ul li {
    display: list-item;
    list-style-type: decimal;
}
#vacancy-info .jobdesc li{
	list-style: disc;
	display: list-item;
	margin-left: 10px !important;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

