@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ChaletNewYorkNineteenSixty';
    src: url('../fonts/ChaletNewYorkNineteenSixty.eot');
    src: url('../fonts/ChaletNewYorkNineteenSixty.eot')
            format('embedded-opentype'),
        url('../fonts/ChaletNewYorkNineteenSixty.woff2') format('woff2'),
        url('../fonts/ChaletNewYorkNineteenSixty.woff') format('woff'),
        url('../fonts/ChaletNewYorkNineteenSixty.ttf') format('truetype'),
        url('../fonts/ChaletNewYorkNineteenSixty.svg#ChaletNewYorkNineteenSixty')
            format('svg');
}
@font-face {
    font-family: 'ChaletNewYorkNineteenSeventy';
    src: url('../fonts/ChaletNewYorkNineteenSeventy.eot');
    src: url('../fonts/ChaletNewYorkNineteenSeventy.eot')
            format('embedded-opentype'),
        url('../fonts/ChaletNewYorkNineteenSeventy.woff2') format('woff2'),
        url('../fonts/ChaletNewYorkNineteenSeventy.woff') format('woff'),
        url('../fonts/ChaletNewYorkNineteenSeventy.ttf') format('truetype'),
        url('../fonts/ChaletNewYorkNineteenSeventy.svg#ChaletNewYorkNineteenSeventy')
            format('svg');
}
@font-face {
    font-family: 'ChaletNewYorkNineteenEighty';
    src: url('../fonts/ChaletNewYorkNineteenEighty.eot');
    src: url('../fonts/ChaletNewYorkNineteenEighty.eot')
            format('embedded-opentype'),
        url('../fonts/ChaletNewYorkNineteenEighty.woff2') format('woff2'),
        url('../fonts/ChaletNewYorkNineteenEighty.woff') format('woff'),
        url('../fonts/ChaletNewYorkNineteenEighty.ttf') format('truetype'),
        url('../fonts/ChaletNewYorkNineteenEighty.svg#ChaletNewYorkNineteenEighty')
            format('svg');
}
@font-face {
    font-family: 'ChaletLondonNineteenSixty';
    src: url('../fonts/ChaletLondonNineteenSixty.eot');
    src: url('../fonts/ChaletLondonNineteenSixty.eot')
            format('embedded-opentype'),
        url('../fonts/ChaletLondonNineteenSixty.woff2') format('woff2'),
        url('../fonts/ChaletLondonNineteenSixty.woff') format('woff'),
        url('../fonts/ChaletLondonNineteenSixty.ttf') format('truetype'),
        url('../fonts/ChaletLondonNineteenSixty.svg#ChaletLondonNineteenSixty')
            format('svg');
}

@font-face {
    font-family: 'Conv_EUROSTIL';
    src: url('../fonts/EUROSTIL.eot');
    src: url('../fonts/EUROSTIL.woff') format('woff'),
        url('../fonts/EUROSTIL.ttf') format('truetype'),
        url('../fonts/EUROSTIL.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*newfonts*/

@font-face {
    font-family: 'HelveticaNeue_Light';
    src: url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'),
        url('../fonts/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLTStd-Bd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*newfonts*/

html {
    margin-top: 0 !important;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'HelveticaNeue_Light';
    font-size: 19px;
    color: #6d6e70;
    margin: 0;
}
p {
    line-height: 33px;
    letter-spacing: 0.5;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueLTStd-Bd';
}
h1 {
    font-size: 60px;
    line-height: 41px;
    margin-bottom: 30px;
}
img {
    max-width: 100%;
}
a {
    color: inherit;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
a:hover {
    text-decoration: none;
    color: inherit;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
a:focus,
input:focus {
    outline: none !important;
    -webkit-outline: none !important;
    -moz-outline: none !important;
    -ms-outline: none !important;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
}
.paddingTB {
    padding-bottom: 55px;
    padding-top: 55px;
}
#sidebar {
    height: 100%;
    left: 0;
    position: fixed;
    top: -2px;
    width: 25%;
    background-image: url(../images/white_paperboard.png);
    padding: 54px 5%;
    z-index: 999;
    overflow-y: auto;
}
#sidebar:before {
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0 0 35px #d4d6d6 inset;
    position: absolute;
    right: 0;
    top: 0;
}
.custom-logo-link {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.custom-logo-link > img {
    max-width: 100%;
    margin: 0px auto;
    display: table;
    height: auto;
}
#mainContent {
    background-color: #fff;
    box-shadow: 0 0 35px #d4d6d6;
    height: 100%;
    margin-left: 25%;
    width: 75%;
    position: relative;
    overflow-x: hidden;
}
.blockSec {
    min-height: 633px;
}
.navbar a {
    color: #808284;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}
.navbar li {
    background-color: transparent !important;
    position: relative;
    padding: 1px 0;
}
.navbar li a.active,
.navbar li:hover a {
    color: #fff;
    background-color: #1767a9;
}
.navbar li a:focus {
    text-decoration: none;
}
.navbar li::before {
    content: url('../images/nav-border.png');
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -17px;
    width: 210px;
}
.navbar li::before a.active {
    content: '';
}
.navbar li:first-child::before {
    top: -23px;
}
.ttlBg {
    color: #fff;
    font-size: 21px;
    letter-spacing: 3px;
    /*line-height: 44px;*/
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #1767a9;
}
.blue-bg {
    background-color: #1767a9;
    color: #fff;
}
#people-culture {
    padding: 2rem 0;
    margin-bottom: 2rem;
}
#people-culture .container {
    padding: 0 3rem;
}
#people-culture h2 {
    margin-bottom: 1em;
}
#people-culture .card {
    padding: 2rem;
}
#people-culture .card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
    display: block;
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
}
#people-culture .card h3 {
    margin-bottom: 0.5em;
}
#people-culture .card h4 {
    margin-bottom: 1em;
}
#people-culture .card p {
    font-size: 16px;
    line-height: 1.5;
}
h3.ttl {
    color: #000;
    font-size: 35px;
    margin-bottom: 20px;
}
.video-sec {
    background-size: cover;
    padding: 40px 0;
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 16px;
    vertical-align: top;
}
.video-sec p {
    line-height: 22px;
}
.parallaxBg {
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 18% 0;
    height: 100px;
}
.ms-layer h2 {
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 43px;
    line-height: 47px;
    text-shadow: 2px 2px 2px #000;
    letter-spacing: 2px;
}
#contact .parallaxBg {
    background-position: 0 208px;
}
.states-support.text-center {
    padding: 25px 0;
}
.blubSec > div {
    min-height: 250px;
    position: absolute;
    width: 50%;
    transform-origin: 0 0 0;
}

#company p,
#company ul li {
    color: rgb(0, 0, 0);
    font-family: 'HelveticaNeue_Light';
    font-weight: normal;
}
.video-sec p img {
    margin-top: 60px;
}
article.blubSec {
    height: 700px;
    margin: 0 auto;
    position: relative;
    width: 490px;
}
#solutions {
    overflow: hidden;
    background: url(../images/serv_bg.jpg) no-repeat center top;
    background-size: cover;
}

.blubSec .cont {
    position: absolute;
    width: 183px;
    top: 0;
    text-align: center;
}
.blubSec > div.right {
    right: 0;
}
.blubSec > div figure {
    display: inline-block;
    width: 280px;
}
.ie .blubSec > div figure {
    width: 347px;
}
.blubSec > div.strategy {
    bottom: 0;
    text-align: right;
    transform: matrix(1, 0, 0, 1, -34, 5);
    -webkit-transform: matrix(1, 0, 0, 1, -34, 5);
    -moz-transform: matrix(1, 0, 0, 1, -34, 5);
    -ms-transform: matrix(1, 0, 0, 1, -34, 5);
    -o-transform: matrix(1, 0, 0, 1, -34, 5);
}
.ie .blubSec > div.strategy {
    transform: matrix(1, 0, 0, 1, -90, 129);
}
.blubSec > div.structure {
    transform: matrix(1, 0, 0, 1, -157, 174);
    -webkit-transform: matrix(1, 0, 0, 1, -157, 174);
    -moz-transform: matrix(1, 0, 0, 1, -157, 174);
    -ms-transform: matrix(1, 0, 0, 1, -157, 174);
    -o-transform: matrix(1, 0, 0, 1, -157, 174);
}
.ie .blubSec > div.structure {
    transform: matrix(1, 0, 0, 1, -224, 202);
}
.blubSec > div.people {
    transform: matrix(1, 0, 0, 1, -36, -43);
    -webkit-transform: matrix(1, 0, 0, 1, -36, -43);
    -moz-transform: matrix(1, 0, 0, 1, -36, -43);
    -ms-transform: matrix(1, 0, 0, 1, -36, -43);
    -o-transform: matrix(1, 0, 0, 1, -36, -43);
}
.ie .blubSec > div.people {
    transform: matrix(1, 0, 0, 1, -80, -58);
}
.blubSec > div.culture {
    transform: matrix(1, 0, 0, 1, -32, -45);
    -webkit-transform: matrix(1, 0, 0, 1, -32, -45);
    -moz-transform: matrix(1, 0, 0, 1, -32, -45);
    -ms-transform: matrix(1, 0, 0, 1, -32, -45);
    -o-transform: matrix(1, 0, 0, 1, -32, -45);
}
.ie .blubSec > div.culture {
    transform: matrix(1, 0, 0, 1, -32, -58);
}
.blubSec > div.process {
    transform: matrix(1, 0, 0, 1, 92, 171);
    -webkit-transform: matrix(1, 0, 0, 1, 92, 171);
    -moz-transform: matrix(1, 0, 0, 1, 92, 171);
    -ms-transform: matrix(1, 0, 0, 1, 92, 171);
    -o-transform: matrix(1, 0, 0, 1, 92, 171);
}
.ie .blubSec > div.process {
    transform: matrix(1, 0, 0, 1, 120, 201);
}
.blubSec > div.results {
    transform: matrix(1, 0, 0, 1, -29, 391);
    -webkit-transform: matrix(1, 0, 0, 1, -29, 391);
    -moz-transform: matrix(1, 0, 0, 1, -29, 391);
    -ms-transform: matrix(1, 0, 0, 1, -29, 391);
    -o-transform: matrix(1, 0, 0, 1, -29, 391);
}
.ie .blubSec > div.results {
    transform: matrix(1, 0, 0, 1, -25, 458);
}
.blubSec > div.midl-logo {
    transform: matrix(1, 0, 0, 1, 170, 250);
    -webkit-transform: matrix(1, 0, 0, 1, 130, 235);
    -moz-transform: matrix(1, 0, 0, 1, 170, 250);
    -ms-transform: matrix(1, 0, 0, 1, 170, 250);
    -o-transform: matrix(1, 0, 0, 1, 170, 250);
    width: 200px;
    height: auto;
}
.ie .blubSec > div.midl-logo {
    transform: matrix(1, 0, 0, 1, 158, 286);
    width: 165px;
}
.blubSec > div.strategy .cont {
    top: 120px;
    left: 49px;
}
.ie .blubSec > div.strategy .cont {
    top: 149px;
    left: 88px;
}
.blubSec > div.people .cont {
    left: 55px;
    top: 78px;
}
.ie .blubSec > div.people .cont {
    left: 55px;
    top: 104px;
}
.blubSec > div.culture .cont {
    left: 56px;
    top: 70px;
}
.ie .blubSec > div.culture .cont {
    left: 56px;
    top: 93px;
}

.blubSec > div.process .cont {
    left: 85px;
    top: 89px;
    width: 150px;
}
.ie .blubSec > div.process .cont {
    left: 96px;
    top: 110px;
    width: 195px;
}
.blubSec > div.results .cont {
    left: 56px;
    top: 146px;
}
.ie .blubSec > div.results .cont {
    top: 156px;
    left: 88px;
}
.ie .blubSec > div.results .cont h3 {
    margin-bottom: 24px;
}
.blubSec > div.structure .cont {
    left: 42px;
    top: 85px;
    width: 150px;
}
.ie .blubSec > div.structure .cont {
    left: 46px;
    top: 103px;
    width: 180px;
}
.ie .blubSec > div.structure .cont h3 {
    padding: 0 15px;
}
.blubSec .cont p,
.proces-cont li p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.blubSec .cont h3,
.proces-cont li h2,
.bulbsec-mobile .cont h3 {
    font-size: 19px;
    color: #000;
    line-height: 24px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Bd';
}
.log-img {
    max-width: 86px;
    position: absolute;
}
.strategy .log-img {
    right: 4px;
    top: -84px;
}
.ie .strategy .log-img {
    top: -97px;
    right: -11px;
}
.structure .log-img {
    right: -85px;
    top: 28px;
}
.ie .structure .log-img {
    right: -93px;
    top: 37px;
}
.people .log-img {
    bottom: -106px;
    right: 9px;
}
.ie .people .log-img {
    bottom: -122px;
    right: -26px;
}
.culture .log-img {
    left: 0px;
    bottom: -105px;
}
.ie .culture .log-img {
    left: 15px;
    bottom: -123px;
}
.process .log-img {
    left: -80px;
    top: 30px;
}
.ie .process .log-img {
    left: -84px;
    top: 31px;
}
.results .log-img {
    top: -110px;
}
.ie .results .log-img {
    top: -105px;
    left: -15px;
}
.ie #solutions.blockSec {
    min-height: 955px;
}
.blubSec .process .btn-title {
    margin-left: 12px;
    margin-top: 25px;
}
.blubSec .structure .btn-title {
    margin-top: 0;
}
.blubSec .strategy .btn-title {
    margin-top: 5px;
}
.blubSec .btn-title,
a.btn-markets,
.bulbsec-mobile .cont .thumbnail.text-center a.btn-title {
    background: rgba(0, 0, 0, 0) url('../images/button.png') no-repeat scroll 0
        0 / cover;
    color: rgb(136, 136, 136);
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
    padding: 14px 21px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}
.blubSec .people .btn-title {
    float: left;
    margin-top: 11px;
}
.blubSec .culture .btn-title {
    /*float: right;*/
    margin-top: -2px;
}
/* process */
.proces-cont {
    position: relative;
}
.proces-cont ul li {
    max-width: 300px;
    position: absolute;
    top: 70px;
    width: 100%;
}
.proces-cont ul li::after {
    background: rgba(0, 0, 0, 0) url('../images/hangup.png') no-repeat scroll
        center top;
    bottom: -15px;
    content: '';
    height: 83px;
    left: 0;
    position: absolute;
    width: 100%;
}
.proces-cont ul li:nth-child(2n + 2) {
    bottom: 82px;
    top: auto;
    margin-left: -11px;
}

.proces-cont ul li:nth-child(2n + 2):after {
    background: url(../images/hangdown.png) no-repeat center top;
    bottom: auto;
    top: -50px;
}
.proces-cont .process_anim {
    padding: 265px 0 245px;
}
.proces-cont .process_mobile li:nth-child(1)::after {
    top: 117px;
}
.proces-cont .process_mobile li:nth-child(3)::after {
    top: 117px;
    margin-left: -5px;
}
#markets.blockSec {
    overflow: hidden;
}
.proces-cont ul li.insight {
    left: 235px;
}
.proces-cont ul li.analytics {
    left: 40px;
}
.proces-cont ul li.personalized {
    left: 406px;
}
.proces-cont ul li.coaching {
    left: 664px;
}
.proces-cont ul li.sustainability {
    left: auto;
    top: 90px;
    right: -25px;
}
.proces-cont ul li.transformation {
    left: 600px;
}
.process_mobile li:nth-child(2n) a.btn-markets {
    margin-top: 52px;
}
.process_mobile li:nth-child(2n) h2 {
    margin-top: 14px;
}
.process-pic img {
    max-height: 161px;
}
.process-pic1,
.process-pic2,
.process-pic3,
.process-pic4,
.process-pic5,
.process-pic6 {
    position: absolute;
}
.animated.bouceInDown.hidden-xs.go {
    position: relative;
}
.process-pic1 {
    left: 11.8%;
    top: 21px;
}
.process-pic2 {
    bottom: 53px;
    left: 30.5%;
}
.process-pic3 {
    left: 49.3%;
    top: 21px;
}
.process-pic4 {
    bottom: 53px;
    left: 67.9%;
}
.process-pic5 {
    left: 77%;
    top: 77px;
}
.blubSec.animated > div.strategy figure,
.blubSec div.strategy .cont {
    animation: move1 800ms 1 linear;
}
.blubSec.animated > div.structure figure,
.blubSec div.structure .cont {
    animation: move2 800ms 1 linear;
}
.blubSec.animated > div.people figure,
.blubSec div.people .cont {
    animation: move3 800ms 1 linear;
}
.blubSec.animated > div.culture figure,
.blubSec div.culture .cont {
    animation: move4 800ms 1 linear;
}
.blubSec.animated > div.process figure,
.blubSec div.process .cont {
    animation: move5 800ms 1 linear;
}
.blubSec.animated > div.results figure,
.blubSec div.results .cont {
    animation: move6 800ms 1 linear;
}
.expertise_slider_images li {
    display: inline-block;
    margin: 10px 8px;
    max-width: 250px;
    width: 100%;
    vertical-align: middle;
}
.carousel-control.left,
.carousel-control.right {
    background: transparent none repeat scroll 0 0;
}
@keyframes fadeInser {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes move1 {
    0% {
        transform: matrix(1, 0, 0, 1, -50, 50);
        -webkit-transform: matrix(1, 0, 0, 1, -50, 50);
        opacity: 0;
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
    }
}
@keyframes move2 {
    0% {
        transform: matrix(1, 0, 0, 1, -50, 0);
        -webkit-transform: matrix(1, 0, 0, 1, -50, 0);
        opacity: 0;
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
    }
}
@keyframes move3 {
    0% {
        transform: matrix(1, 0, 0, 1, -50, -50);
        -webkit-transform: matrix(1, 0, 0, 1, -50, -50);
        opacity: 0;
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
    }
}
@keyframes move4 {
    0% {
        transform: matrix(1, 0, 0, 1, 50, -50);
        -webkit-transform: matrix(1, 0, 0, 1, 50, -50);
        opacity: 0;
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
    }
}
@keyframes move5 {
    0% {
        transform: matrix(1, 0, 0, 1, 50, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 50, 0);
        opacity: 0;
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
    }
}
@keyframes move6 {
    0% {
        transform: matrix(1, 0, 0, 1, 50, 30);
        -webkit-transform: matrix(1, 0, 0, 1, 50, 30);
        opacity: 0;
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
    }
}
.process_anim > img {
    max-width: 100%;
    padding-left: 27px;
}

/*venkatesh*/
.cont.text-right.fadeInser > p,
.cont.fadeInser > p {
    float: right;
    max-width: 245px;
}
.cont.fadeInser > p {
    float: left;
}
.left .fa.fa-play-circle {
    transform: rotate(180deg);
}
.modal-dialog {
    width: 85%;
}
.modal-header {
    background: #1767a9;
    color: #ffffff;
    text-transform: uppercase;
}
.modal-header .modal-title {
    line-height: normal;
}
.modal-header .close,
.post-slider-solutions-close,
.post-slider-markets-close {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 6px 0;
    color: #1767a9;
    margin-top: 0;
    opacity: initial;
    padding: 6px 15px 12px;
    margin-right: -12px;
}
.post-slider-solutions-close,
.post-slider-markets-close {
    background: #1767a9;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 35px;
    position: absolute;
    right: 21px;
    text-align: center;
    top: 17px;
    width: 38px;
    z-index: 99;
}
.modal-content {
    border: 18px solid #1767a9;
    border-radius: 0;
    border-top: 0;
}
.modal-content .container {
    padding: 32px;
    font-size: 16px;
}
/*news*/
.news.modal-content {
    border-color: #1767a9;
}
.news.modal-content .nw_ttl h2 {
    color: #1767a9;
}
.news .modal-header {
    background: #1767a9;
}
.news .modal-header .close {
    color: #1767a9;
}
#news .post-listing a.view_more_studies,
#news .post-listing a.event_cal_lst {
    background: #ccc;
    color: #000;
    display: inline-block;
    font-size: 13.5px;
    margin: 10px 0 30px;
    padding: 8px 16px;
    text-transform: uppercase;
    font-family: 'ChaletNewYorkNineteenSixty';
}
#news .post-listing a.view_more_studies {
    margin-right: 20px;
}
#news .post-listing a.view_more_studies:hover,
#news .post-listing a.event_cal_lst:hover {
    background: #1767a9;
    color: #fff;
}

p {
    margin: 0;
}
/*results*/
#case_studies .col-sm-4:last-child,
#news .col-sm-4:last-child {
    margin-bottom: 25px;
}
.results_content {
    height: auto;
    min-height: 400px;
}
.results_content img {
    max-height: 200px;
    min-height: 200px;
}
.results_content h3 {
    color: #95c0c1;
    font-size: 15px;
    font-weight: normal;
    margin: 28px 0 22px;
}
.results_content > p {
    font-size: 12px;
    line-height: 22px;
}
.results_content .passvalue {
    color: #95c0c1;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
}
#results .row .col-sm-4:nth-child(3n + 1) {
    clear: both;
}
.results_content .passvalue {
    overflow: hidden;
}
.results_content .passvalue img {
    transform: scale(1);
    transition: all 1s ease 0s;
    object-fit: contain;
}

.results_content figure .passvalue {
    display: flex;
    justify-content: center;
}

.results_content .passvalue:hover img {
    transform: scale(1.2);
}
.view_more_studies {
    color: #95c0c1;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    text-transform: uppercase;
}
#results h4,
#news h4 {
    margin-bottom: 15px;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 16px;
    color: #bcbec0;
}
.results_content .passvalue i.fa {
    float: left;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 1px;
}
.results_content h3 a.passvalue {
    text-transform: none;
}
.results_content h3 a.passvalue:hover,
.results_content .passvalue:hover,
#news .results_content .passvalue:hover {
    color: #808284;
}
#results h4 a {
    color: #1767a9;
}
#news h4 > a,
#news h3,
#news .results_content .passvalue,
#news .view_more_studies #results h4 > a,
#news h4 > a {
    color: #1767a9;
}
#news h4 > a,
#news h3,
#news .view_more_studies {
    color: #1767a9;
    font-family: 'HelveticaNeueLTStd-Bd';
}
#news .results_content h3 .passvalue {
    color: #000;
    font-size: 18px;
}
.expertise_slider_images .img-responsive {
    margin: 0 auto;
    max-width: 85%;
}
.carousel-inner h2 {
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-cont > h4 {
    color: #000;
    margin-bottom: 5px;
}
/*expertise*/
#expertise .carousel-inner {
    min-height: 570px;
}
.carousel {
    margin-top: 40px;
}
.expertise_slider_images {
    text-align: center;
}
.carousel-inner .carousel-control {
    top: 50%;
}
.carousel-control {
    color: #d1d2d4;
    font-size: 30px;
    text-shadow: none;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #c46121;
}
.carousel-indicators li {
    background: #e7e7e8;
    width: 18px;
    height: 18px;
    border: 0;
    margin: 1px 4px;
}
.carousel-indicators li.active {
    background: #c46121;
    width: 18px;
    height: 18px;
    border: 0;
    margin: 1px 4px;
}
.carousel-indicators {
    bottom: -70px;
}
/*contact*/
#contact {
    background: #404041;
    color: #ffffff;
}

#contact h2 {
    padding-top: 20px;
}
#contact .form-control {
    border: 0 none;
    border-radius: 0;
    height: 30px;
    color: #000;
}
#contact .wpcf7-submit {
    background: #1767a9 none repeat scroll 0 0;
    border: 0 none;
    font-size: 16px;
    font-weight: normal;
    min-width: 116px;
    padding: 9px 4px 7px;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
}
#contact textarea.form-control {
    height: 100px;
}
#contact label {
    font-size: 16px;
    padding-top: 2px;
}

.emailinfo {
    background: #000 none repeat scroll 0 0;
    font-size: 18px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
.socil_footer li {
    float: left;
    width: auto;
}
.socil_footer li:first-child {
    margin-right: 14px;
}
.socil_footer i {
    background: #fff none repeat scroll 0 0;
    font-size: 23px;
    padding: 0 2px;
}

#contact.blockSec .text-center.emailinfo .container {
    margin: 0;
    padding: 12px 260px;
}
.loadingmessage {
    margin: 0 auto;
    width: 40px;
}
.emailinfo a {
    margin-right: 25px;
}
.emailinfo > p {
    font-size: 24px;
}
#contact h4 {
    font-size: 24px;
    margin: 26px 0 2px;
    font-family: ChaletLondonNineteenSixty;
}
.safety_call h2 {
    font-size: 15px;
    background: #1767a9;
    color: #fff;
    padding: 8px 0;
}
.safety_call {
    border: 1px solid #000;
    margin: 20px auto;
    margin-top: 20px;
    width: 100%;
    max-width: 500px;
    text-align: right;
}
.safety_call ul {
    border-bottom: 16px solid #1767a9;
    font-size: 16px;
    padding: 5px 10px;
}
.nw_ttl {
    padding-top: 40px;
}
.nw_ttl h2 {
    color: #1767a9;
    font-size: 25px;
}
.nw_ttl p {
    color: #6d6e71;
    font-size: 15px;
}
.modal-footer {
    border: 0;
}
.popup-footer {
    padding: 25px 0;
}
span.wpcf7-not-valid-tip {
    color: #ff5050;
    font-size: 14px;
}
div.wpcf7-response-output {
    margin: 0px 0 10px 0;
}
div.wpcf7-validation-errors {
    border: 2px solid #ff5050;
}
/*
.case_study, .news_articles {
    display: none;

}*/
.img_pop_up {
    display: inline-block;
    max-width: 45%;
    float: left;
    margin: 0 20px 20px 0;
}
/*animation*/
.process_anim {
    max-width: 957px;
    margin: 0px auto;
    width: 100%;
    z-index: 99;
    position: relative;
    padding: 193px 0 206px;
}

.modal-dialog p {
    line-height: 22px;
}
.modal-open .modal {
    z-index: 99999;
}

/*Tabs*/
.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 0px;
}

.tabs-left > li,
.tabs-right > li {
    float: none;
    margin-bottom: 0px;
    border-bottom: solid 1px #404041;
}
.tabs-left > li {
}
.tabs-right > li {
    margin-left: -1px;
}
.nav.nav-tabs.tabs-left li a:hover {
    color: #fff;
    background: #404041;
    border: none;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border: none;
    border-radius: 0;
    color: #fff;
    background: #404041;
}
.nav.nav-tabs.tabs-left a {
    border-radius: 0;
    margin: 0;
    border: none;
}
#contact .nav.nav-tabs.tabs-left a {
    text-transform: uppercase;
    font-size: 14px;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}
.vertical-text > li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}
.vertical-text > li > a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
}
.vertical-text > li.active > a,
.vertical-text > li.active > a:hover,
.vertical-text > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}
.vertical-text.tabs-left {
    left: -50px;
}
.vertical-text.tabs-right {
    right: -50px;
}
.vertical-text.tabs-right > li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.vertical-text.tabs-left > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.blockSec .nav.nav-tabs.tabs-left {
    background: #6d6e70 none repeat scroll 0 0;
    margin-left: -51px;
    margin-top: -10px;
    padding-top: 17px;
}
#contact.blockSec .container {
    padding-bottom: 30px;
    padding-top: 10px;
}
#solutions.detail-soltions {
    background: #fff;
}
.post-slider-solutions,
.post-slider-markets {
    position: relative;
}
#slider-thumbs .hide-bullets,
.post-slider-markets .hide-bullets {
    background: #e6e7e8 none repeat scroll 0 0;
    padding-top: 18px;
}
#slider-thumbs .hide-bullets > li a,
.post-slider-markets .hide-bullets > li a {
    background: transparent none repeat scroll 0 0;
    border: none;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 10px;
}
.post-slider-solutions .carousel-control,
.post-slider-markets .carousel-control {
    width: 50px;
}
.post-slider-solutions .carousel-control.left,
.post-slider-markets .carousel-control.left {
    left: 0;
    top: 270px;
}
.post-slider-solutions .carousel-control.right,
.post-slider-markets .carousel-control.right {
    right: 0;
    top: 270px;
}

.post-slider-solutions .carousel.slide,
.post-slider-markets .carousel.slide {
    margin: 20px 0 0;
}
.post-slider-solutions #slider-thumbs .hide-bullets li a:hover,
.post-slider-markets #slider-thumbs1 .hide-bullets li a:hover,
.post-slider-solutions #slider-thumbs .hide-bullets li a.active,
.post-slider-markets #slider-thumbs1 .hide-bullets li a.active {
    background: #1767a9;
    cursor: pointer;
    border-radius: 0;
    color: #fff;
}
.post-slider-solutions #slider-thumbs .hide-bullets li a:focus,
.post-slider-markets #slider-thumbs1 .hide-bullets li a:focus {
    text-decoration: none;
}
.carousel-inner .post-cont > p {
    font-size: 15px;
    line-height: 24px;
}
.post-slider-solutions .carousel-inner h2 {
    color: #000;
}
.leadetship-support {
    padding-bottom: 0px;
    color: #000;
}
.leadetship-support h3 {
    font-weight: normal;
    margin: 33px 0;
}
.leadetship-support .ms-info h3 {
    margin-bottom: 0;
}
.tab-content > .tab-pane {
    height: inherit !important;
}
ul.master,
.post-cont ul {
    display: inline-block;
    margin: 18px 0 18px 20px;
    width: 100%;
}
.master > li,
.post-cont li {
    display: list-item;
    float: left;
    font-size: 16px;
    line-height: 20px;
    list-style-type: disc;
    margin-bottom: 11px;
    list-style-position: outside;
    margin-left: 15px;
    width: 43%;
}
.master > li:nth-child(2n + 2) {
    float: right;
}
.post-slider-solutions,
.post-slider-markets {
    display: none;
}

.bulbsec-mobile .thumbnail.text-center {
    position: relative;
    border: solid 1px #ccc;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 320px;
}
.bulbsec-mobile .thumbnail.text-center:before {
    content: '';
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    background: #1767a9;
    left: 0;
    z-index: 0;
}
.bio-info {
    font-size: 15px;
    font-style: italic;
    margin: 0 auto;
    max-width: 558px;
}
/*
.safety_is_our_core_value_slider {
  background: rgba(0, 0, 0, 0) url("../images/SafetyBKGND.jpg") no-repeat scroll 0 0 / cover ;
  
 }
*/
.safety_is_our_core_value_slider .container {
    position: relative;
}
#safte_core > strong,
.safety_is_our_core_value_slider-close > img {
    cursor: pointer;
}
.safety_is_our_core_value_slider-close {
    float: right;
    padding: 20px;
    width: 100px;
}
/*
.safety_is_our_core_value_slider {
 
  display:none;
}
*/
.contact_details {
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
}
.contact_details li {
    display: inline-block;
    font-size: 25px;
    padding: 0 10px;
}

.contact_details ul li a .fa:hover,
.contact_details ul li a .fa:focus {
    color: #1767a9;
}
#myCarousels {
    padding-bottom: 50px;
}
.safety-close img {
    position: absolute;
    top: 300px;
    z-index: 999;
}
.fa-brands.fa-square-facebook {
    color: #3b5998;
}
.fa-brands.fa-square-twitter {
    color: #1da1f2;
}
.fa-brands.fa-square-instagram {
    color: #c32aa3;
}
.fa-brands.fa-linkedin {
    color: #0a66c2;
}
a:hover,
a:active,
a:focus {
    color: #1767a9;
    text-decoration: none;
}
#myModal1 .modal-header {
    min-height: 63.43px;
    padding: 15px;
}
.states-support-desc {
    color: rgb(255, 255, 255);
    text-align: center;
}
.solution-desc {
    text-align: center;
}
.ie .solution-desc {
    text-align: center;
    position: relative;
    top: 106px !important;
}

iframe #player .video-wrapper {
    background: rgb(255, 255, 255) none repeat scroll 0 0 !important;
}
/* 9th Feb */
.states-support {
    position: relative;
}
.states-support .ontivity-logo {
    max-width: 670px;
    margin: 0 auto;
}
#locations-map {
    max-width: 1024px;
    margin: 0 auto;
}
.location1 > address {
    left: 421px;
    position: absolute;
    top: 128px;
}
.location2 address {
    left: 446px;
    top: 124px;
    position: absolute;
}
.location3 > address {
    left: 466px;
    top: 98px;
    position: absolute;
}
.location4 > address {
    left: 495px;
    top: 150px;
    position: absolute;
}
.location5 > address {
    left: 208px;
    position: absolute;
    top: 85px;
}
.location6 > address {
    left: 560px;
    position: absolute;
    top: 156px;
}
.location7 > address {
    left: 303px;
    position: absolute;
    top: 87px;
}
.location8 > address {
    left: 314px;
    position: absolute;
    top: -20px;
}
.location9 > address {
    left: 494px;
    position: absolute;
    top: 114px;
}
.location10 > address {
    left: 448px;
    position: absolute;
    top: -48px;
}
.location11 address {
    left: 595px;
    top: 54px;
    position: absolute;
}
ul.maplocation li {
    display: inline-block;
    float: left;
    z-index: 9999;
}
ul.maplocation li address {
    background: #fff none repeat scroll 0 0;
    border: 2px solid;
    font-size: 13px;
    margin: 0 auto;
    padding: 15px;
    text-align: left;
    width: 18.8%;
    display: none;
    z-index: 9999;
}

.state-map {
    max-width: 1028px;
    margin: 0 auto;
    position: relative;
}
ul.maplocation li:hover address {
    display: block;
}
ul.maplocation li:hover address::after {
    bottom: -6px;
    color: #fff;
    content: '\f0d7';
    font-family: fontawesome;
    font-size: 32px;
    height: 25px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 25px;
}
ul.maplocation li.location7 address li {
    clear: both;
}
.ie map .location1 area::after {
    width: 26px;
    left: 510px;
    top: 273px;
    height: 40px;
    position: absolute;
    content: '(a)';
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location2 area::after {
    left: 540px;
    top: 279px;
    height: 21px;
    width: 18px;
    position: absolute;
    content: '[a]';
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location3 area::after {
    left: 560px;
    top: 236px;
    height: 21px;
    width: 18px;
    position: absolute;
    content: '[a]';
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location4 area::after {
    left: 588px;
    top: 286px;
    height: 21px;
    width: 18px;
    position: absolute;
    content: '[a]';
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location5 area::after {
    left: 301px;
    top: 224px;
    height: 21px;
    width: 18px;
    position: absolute;
    content: '[a]';
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location6 area::after {
    left: 580px;
    top: 246px;
    height: 20px;
    width: 18px;
    position: absolute;
    content: '[a]';
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location7 area::after {
    left: 397px;
    top: 219px;
    height: 20px;
    width: 18px;
    position: absolute;
    content: '[a]';
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location8 area::after {
    left: 406px;
    top: 150px;
    height: 21px;
    width: 20px;
    position: absolute;
    content: '[a]';
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location9 area::after {
    left: 587px;
    top: 265px;
    height: 21px;
    width: 19px;
    position: absolute;
    content: '[a]';
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}
.ie map .location10 area::after {
    left: 536px;
    top: 197px;
    height: 21px;
    width: 18px;
    position: absolute;
    content: '[a]';
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.markets-images {
    display: none;
}
.markets-images.active {
    display: block;
}

#myModal2 .modal-dialog li {
    list-style: outside none none;
    margin: 15px 0;
}
#myModal2 .modal-dialog li h4 {
    color: #1767a9;
}
#menu-loginmenu {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 99;
}
#menu-loginmenu li {
    display: inline-block;
    float: left;
    width: 45%;
    text-align: center;
}
#menu-loginmenu li a {
    color: #808284;
    display: inline-block;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 14px;
    text-transform: uppercase;
}
#menu-loginmenu li a:hover {
    color: #1767a9;
}
#menu-loginmenu li:nth-child(1)::after {
    content: '||';
    font-size: 21px;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: -1;
}

.modal-header.saftey_model {
    min-height: 60px;
}
#careers h4 {
    color: #1767a9;
    font-size: 24px;
    margin-bottom: 21px;
}
#careers a {
    color: #1767a9;
}
/*Saftey*/
.top-section,
.nate_section {
    background-color: #f4f4f4;
}
.safety-terms {
    background-color: #1767a9;
    position: relative;
}
.saftey-logo img {
    width: 70px;
}
.top-section img {
    position: absolute;
    top: -200px;
    width: 480px;
}
aside section.saftey-logo.pull-right {
    padding: 40px 0;
}
.top-section.paddingTB {
    padding-bottom: 100px;
    padding-top: 100px;
}
.saftey-logo {
    padding: 40px 10px 15px;
}
.top-section p,
.safety_committee p,
.nate_section p,
.safety_last_section p {
    font-size: 16px;
    line-height: 25px;
    padding: 30px 0;
    color: #000;
}
.safety_last_section p {
    padding: 0;
}
.last-section1 .safety-image img {
    width: 70px;
}
.safety-terms1 .safety-terms-image {
    background-color: #2b2e34;
}
.safety-terms2 .safety-terms-image {
    background-color: #c3842d;
}
.safety-terms3 .safety-terms-image {
    background-color: #979381;
}
.sefety-desc p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
}
.safety-image img {
    width: 200px;
}
.sefety-desc ul {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    list-style: inside none disc;
}
.safety-terms-image {
    color: #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
    padding: 10px 0;
    width: 100%;
    position: relative;
}
.safety_committee .red {
    color: #1767a9;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}
.safety_committee h2.ttl {
    color: #000;
    font-size: 28px;
    line-height: 35px;
}
.top-section h2 {
    color: #2b2e34;
    font-size: 40px;
    text-transform: capitalize;
}
.top-section p {
    font-size: 22px;
    line-height: 30px;
}
.safety-terms-image img {
    max-width: 50px;
}
.safety-terms-image > div {
    padding: 0 10px;
}
.safety-terms .safety-terms-image::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 50px 0 50px;
    border-color: #2b2e34 transparent transparent transparent;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
}
.safety-terms2 .safety-terms-image::before {
    border-color: #c3842d transparent transparent transparent;
}
.safety-terms3 .safety-terms-image::before {
    border-color: #979381 transparent transparent transparent;
}
.safety-terms-title h2 {
    text-align: center;
    max-width: 55%;
    font-size: 22px;
}
.safety_comite_text {
    margin-left: 50px;
}
.safety_committee .master-slider-parent {
    max-width: 780px !important;
}
.nate-container {
    width: 68%;
    margin: auto;
    position: relative;
    min-height: 350px;
}
.nate-container::before {
    content: '';
    position: absolute;
    left: -130px;
    top: 0;
    bottom: 0;
    background: url(../images/braces-blue.png);
    background-size: 100%;
    width: 66px;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.nate-container::after {
    content: '';
    position: absolute;
    right: -130px;
    top: 0;
    bottom: 0;
    background: url(../images/braces-blue.png);
    background-size: 100%;
    width: 66px;
    background-repeat: no-repeat;
}
.nate-container > p {
    text-align: center;
}
.nate-container > p img {
    max-width: 400px;
}
.nate_right_img {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}
.nate_left_text {
    width: 78%;
    display: inline-block;
    vertical-align: middle;
}
.nate_left_text p {
    font-size: 18px;
    padding: 6px 0;
}
.nate_left_text p a {
    color: #3678c1;
}
.nate_left_text p strong {
    font-style: italic;
}
.safety_committee .ms-info h3 {
    padding-top: 20px;
    font-size: 22px;
}
.safety-image figure {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.safety-image {
    width: 100%;
    height: 130px;
    position: relative;
    margin-bottom: 55px;
}
.safety_last_section {
    padding: 30px 0;
}
.safety-desc p {
    max-width: 70%;
    font-size: 18px;
    margin: auto;
}
.safety-desc p a {
    font-size: 20px;
    font-weight: bold;
    color: #1e78c1;
}
.saftey-logo.pull-right .container {
    padding: 0 15px;
}
body.page-template-safety #sidebar {
    display: none;
}
body.page-template-safety #mainContent {
    box-shadow: none !important;
    margin-left: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}
body.page-template-safety {
    border-width: 80px 20px;
    border-color: #1767a9;
    border-style: solid;
}
.saftey-close {
    position: absolute;
    top: -104px;
    right: 0px;
    padding: 10px 16px !important;
    background: #fff;
    color: #1767a9;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
}
.page-template-safety .logo-sm {
    display: none !important;
}
/*14-11-2017*/
.header_banner {
    position: relative;
    z-index: 999;
    top: 140px;
    left: 0;
}
.cmp-v {
    margin: 15px auto auto;
    max-width: 900px;
    padding-bottom: 56.66%;
    position: relative;
    width: 100%;
}
#player1 {
    height: 100%;
    position: absolute;
    width: 100%;
}
/* 15-05-2018 */

.page-template-leebrice .saftey-logo.pull-right {
    padding: 0;
    height: 0;
}
.page-template-leebrice .saftey-close {
    top: -64px;
}
.lee_bac_clr {
    padding: 50px 0;
}
body.page-template-leebrice p {
    line-height: 28px;
}
.lee_content {
    margin-bottom: 40px;
}
body.page-template-safety.page-template-leebrice {
    color: #000;
}
.page-template-leebrice h3 {
    font-size: 20px;
    /*	font-weight: 900;*/
    /*	font-family: 'HelveticaNeue_Light';*/
}
.parker_date {
    font-size: 29px;
    color: #993333;
    padding: 20px 0;
}
.parker_details > div {
    display: inline-block;
    width: 50%;
    float: left;
}
.parker_details > div .tkts_parker {
    padding: 20px 60px;
    background: #669933;
    color: #fff;
    font-size: 28px;
    border-radius: 10px;
    display: table;
    margin: auto;
    font-weight: 900;
}
.parker_details > div > img {
    max-width: 215px;
    display: table;
    margin: 10px auto 0;
}
.bottom_sec_lee {
    background: #d7d8da;
    padding: 50px 0;
}
.lee_bottom {
    background: #000;
    display: table;
}
.core_calue_sub {
    background: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 10px;
}
.lee_bottom > .col-sm-9 {
    padding-right: 0;
}
.lee_bottom > .col-sm-9 h2 {
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'HelveticaNeue_Light';
}
.core_calue_sub > p {
    max-width: 90%;
    margin: 0 auto 10px;
    text-align: left;
}
.bottom_sec_lee .core_calue_sub p {
    line-height: 22px;
}
.core_calue_sub > .col-sm-3 {
    border-right: 5px solid #ccc;
    min-height: 190px;
}
.core_calue_sub > .col-sm-3:last-child {
    border-right: 0px solid #ccc;
}
.lee_bottom > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.lee_bottom .core_value_img {
    max-width: 250px;
    min-height: 240px;
}
.core_calue_sub .core_heading {
    color: #bf2026;
    padding: 0 15px;
    display: inline-block;
}
.parker_ticket {
    margin-top: -30px;
}
#sidebar .contact_details > address {
    margin-bottom: 0;
}
.lee_content > h3 {
    margin-bottom: 10px;
}
.lee_content > h3 {
    /*date: 07-06-2018 */
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
}
.parker_img img {
    /*date: 07-06-2018 */
    width: 100%;
}
.lee_bottom > .col-sm-3 {
    text-align: center;
}
.lee_banner img {
    /*date: 07-06-2018 */
    width: 100%;
    margin-top: 10px;
}
/* date: 08-06-2018 */
.parker_img a img {
    width: auto;
    display: block;
    margin: 0 auto;
}
.parker_img a {
    display: inline-block;
}
.parker_img {
    text-align: center;
}

/*mediaqueries*/
@media (min-width: 1500px) {
    .core_calue_sub > .col-sm-3 {
        min-height: 150px;
    }
    .core_calue_sub .core_heading {
        padding: 0 45px;
    }
}

@media (min-width: 1400px) {
    .safety_call h2,
    #company ul li {
        font-size: 18px;
    }
    .location1 > address {
        left: 428px;
        position: absolute;
        top: 21px;
    }
    .location2 address {
        left: 453px;
        position: absolute;
        top: 60px;
    }
    .location3 > address {
        left: 472px;
        position: absolute;
        top: 47px;
    }
    .location4 > address {
        left: 500px;
        position: absolute;
        top: 100px;
    }
    .location5 > address {
        left: 213px;
        position: absolute;
        top: 52px;
    }
    .location6 > address {
        left: 565px;
        position: absolute;
        top: 60px;
    }
    .location7 > address {
        left: 308px;
        position: absolute;
        top: -26px;
    }
    .location8 > address {
        left: 318px;
        position: absolute;
        top: -122px;
    }
    .location9 > address {
        left: 498px;
        position: absolute;
        top: 20px;
    }
}
@media (max-width: 1366px) {
    .safety-terms-title h2 {
        text-align: center;
        max-width: 65%;
        font-size: 18px;
        margin-top: 5px;
    }
    .top-section img {
        top: -180px;
    }
    .nate_left_text p {
        font-size: 16px;
    }
    .nate_left_text {
        width: 76%;
    }
    .top-section h2 {
        color: #2b2e34;
        font-size: 35px;
    }
    .location10 > address {
        top: 62px;
    }
    .location11 address {
        left: 595px;
        top: 142px;
        position: absolute;
    }
}
@media (max-width: 1280px) {
    .ie map .location1 area::after {
        left: 479px;
        top: 270px;
    }
    .ie map .location2 area::after {
        left: 508px;
        top: 278px;
    }
    .ie map .location3 area::after {
        left: 529px;
        top: 234px;
    }

    .ie map .location4 area::after {
        left: 555px;
        top: 285px;
    }

    .ie map .location5 area::after {
        left: 270px;
        top: 223px;
    }
    .ie map .location6 area::after {
        left: 548px;
        top: 244px;
    }

    .ie map .location7 area::after {
        left: 365px;
        top: 218px;
    }
    .ie map .location8 area::after {
        left: 373px;
        top: 148px;
    }
    .ie map .location9 area::after {
        left: 554px;
        top: 263px;
    }

    .location1 > address {
        left: 400px;
        top: 130px;
    }
    .location2 > address {
        left: 425px;
        top: 125px;
    }
    .location3 > address {
        left: 445px;
    }

    .location4 > address {
        left: 470px;
    }

    .location5 > address {
        left: 185px;
        top: 68px;
    }
    .location6 > address {
        left: 465px;
    }

    .location7 > address {
        left: 285px;
    }
    .location8 > address {
        left: 290px;
        top: -40px;
    }
    .location9 > address {
        left: 470px;
    }
    .location10 > address {
        left: 421px;
        position: absolute;
        top: 40px;
    }
    .location11 address {
        left: 567px;
        top: 102px;
        position: absolute;
    }
    .nate_left_text {
        width: 70%;
    }
    .top-section img {
        top: -170px;
    }
}
@media (max-width: 1200px) {
    .location1 > address {
        left: 378px;
        top: 110px;
    }
    .location2 > address {
        left: 400px;
        top: 104px;
    }
    .location3 > address {
        left: 420px;
    }
    .location4 > address {
        left: 450px;
    }
    .location5 > address {
        left: 162px;
        top: 68px;
    }
    .location6 > address {
        left: 490px;
        top: 153px;
    }
    .location7 > address {
        left: 256px;
        top: 45px;
    }
    .location8 > address {
        left: 265px;
        top: -66px;
    }
    .location9 > address {
        left: 446px;
        top: 74px;
    }
    .location10 > address {
        left: 396px;
        top: 0px;
    }
    .location11 address {
        left: 545px;
        top: 82px;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .logo-sm.hidden-lg.hidden-xs {
        display: none;
    }
}

.menu_active #sidebar {
    transform: translateX(0);
    z-index: 9999;
}

@media (max-width: 1024px) {
    body {
        padding-top: 110px;
    }
    body.page-template-safety {
        padding: 0px !important;
    }
    .saftey-logo {
        padding: 15px 10px 15px;
    }
    #expertise .carousel-inner {
        min-height: inherit;
    }
    .video-sec {
        padding: 40px 20px;
    }
    #expertise {
        padding-bottom: 60px;
    }
    .custom-logo-link > img {
        display: table;
        height: auto;
        margin: 0 auto;
        max-width: 90px;
    }
    body #sidebar {
        left: 0;
        transition: transform 0.5s;
        transform: translateX(-100%);
        z-index: 9999;
        width: 35%;
    }
    #mainContent {
        margin-left: 0;
        width: 100%;
    }
    .logo-sm {
        box-shadow: 0 0 5px;
        background: #f2f2f2;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .logo-sm .custom-logo-link {
        left: 50%;
        margin-left: -30px;
        padding: 5px 10px;
        position: absolute;
    }
    .logo-sm a {
        background-color: #f2f2f2;
        display: block;
        padding: 10px;
    }
    #menu {
        background-color: #f2f2f2;
        cursor: pointer;
        float: left;
        height: auto;
        margin: 22px 0;
        padding: 8px 5px;
    }
    .menu_icn i {
        background-color: #000;
        display: block;
        height: 2px;
        margin: 15px auto;
        padding: 0;
        width: 50px;
    }
    #close > i {
        cursor: pointer;
        height: 1px;
        margin: 0;
        position: absolute;
        top: 15px;
        transform-origin: center center 0;
        width: 100%;
    }
    #close > i:first-child {
        transform: rotate(45deg);
    }
    #close > i:last-child {
        transform: rotate(-45deg);
    }
    #close {
        cursor: pointer;
        height: 30px;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        z-index: 9;
    }
    /*venkatesh*/

    .cont.text-right.fadeInser > p {
        float: right;
        max-width: 230px;
    }
    .cont.fadeInser > p {
        max-width: 225px;
    }
    .proces-cont ul li:nth-child(2n + 2) {
        bottom: 62px;
        top: auto;
    }
    .proces-cont ul li.analytics {
        left: 5px;
    }
    .proces-cont ul li.insight {
        left: 23vw;
    }
    .proces-cont ul li.personalized {
        left: 33vw;
    }
    .proces-cont ul li.transformation {
        left: 45vw;
    }
    .proces-cont ul li.coaching {
        left: 65vw;
    }
    .proces-cont ul li.sustainability {
        left: 72vw;
    }
    .blockSec {
        min-height: auto;
    }
    body .ls-v5 .ls-nav-prev,
    body .ls-v5 .ls-nav-next {
        z-index: 99;
    }
    .proces-cont ul li.analytics {
        left: 44px;
    }
    .proces-cont ul li.personalized {
        left: 39vw;
    }
    .proces-cont ul li.coaching {
        left: 65vw;
    }
    .proces-cont ul li.transformation {
        left: 58vw;
    }
    .proces-cont ul li.sustainability {
        left: 69vw;
    }
    .img_pop_up {
        margin: 0 0 25px;
        max-width: 100%;
    }
    #contact.blockSec .text-center.emailinfo .container {
        padding: 12px 130px;
    }
    #contact .parallaxBg {
        background-attachment: inherit;
        background-position: 0 0;
    }
    .img_pop_up > img {
        margin-right: 10px;
    }
    .location1 > address {
        left: 426px;
        top: 130px;
    }
    .location2 address {
        left: 450px;
        top: 120px;
    }
    .location3 > address {
        left: 470px;
    }
    .location4 > address {
        left: 500px;
    }
    .location5 > address {
        left: 213px;
        top: 90px;
    }
    .location6 > address {
        left: 490px;
    }
    .location7 > address {
        left: 305px;
        top: 80px;
    }
    .location8 > address {
        left: 315px;
        top: -28px;
    }
    .location9 > address {
        left: 498px;
        top: 110px;
    }
    .location10 > address {
        left: 448px;
        top: 58px;
    }
    .location11 address {
        left: 596px;
        top: 142px;
        position: absolute;
    }

    .ie map .location1 area::after {
        left: 512px;
        top: 270px;
    }
    .ie map .location1 > address {
        left: 425px;
        top: 134px;
    }

    .ie map .location2 area::after {
        left: 540px;
        top: 279px;
    }
    .ie map .location2 > address {
        left: 450px;
        top: 125px;
    }
    .ie map .location3 area::after {
        left: 560px;
        top: 236px;
    }

    .ie map .location3 > address {
        left: 468px;
    }
    .ie map .location4 area::after {
        left: 588px;
        top: 286px;
    }

    .ie map .location4 > address {
        left: 497px;
    }
    .ie map .location5 area::after {
        left: 302px;
        top: 223px;
    }

    .ie map .location5 > address {
        left: 210px;
        top: 87px;
    }
    .ie map .location6 area::after {
        left: 580px;
        top: 246px;
    }

    .ie map .location6 > address {
        left: 471px;
        top: 100px;
    }
    .ie map .location7 area::after {
        left: 398px;
        top: 219px;
    }

    .ie map .location7 > address {
        left: 308px;
    }
    .ie map .location8 area::after {
        left: 406px;
        top: 150px;
    }

    .ie map .location8 > address {
        left: 316px;
        top: -22px;
    }
    .ie map .location9 area::after {
        left: 587px;
        top: 265px;
    }

    .ie map .location9 > address {
        left: 495px;
    }
}
@media (max-width: 980px) {
    .location1 > address {
        left: 388px;
        top: 150px;
    }
    .location2 address {
        left: 412px;
        top: 145px;
    }
    .location3 > address {
        left: 435px;
        top: 140px;
    }
    .location4 > address {
        left: 460px;
        top: 170px;
    }
    .location5 > address {
        left: 175px;
        top: 105px;
    }
    .location6 > address {
        left: 450px;
        top: 130px;
    }
    .location7 > address {
        left: 269px;
        top: 85px;
    }
    .location8 > address {
        left: 280px;
        top: 15px;
    }
    .location9 > address {
        left: 460px;
        top: 130px;
    }
    .location10 > address {
        left: 408px;
    }
    /*safety*/

    .top-section img {
        top: -180px;
    }
    .nate_left_text {
        width: 74%;
    }
}
@media (max-width: 991px) {
    .parker_details > div {
        width: 100%;
    }
    .parker_details > div .tkts_parker {
        margin-top: 10px;
    }
    .parker_details > div .tkts_parker,
    .parker_details > div > img {
        margin-left: 0;
    }
    .lee_bottom > div {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .lee_bottom > .col-sm-9 h2 {
        color: #000;
        background: #fff;
        padding: 20px 0;
        display: inline-block;
        width: 100%;
    }
    .parker_ticket {
        margin-top: 0px;
    }
}
@media (max-width: 979px) {
    .expertise_slider_images {
        margin: 0 auto;
        max-width: 655px;
        width: 100%;
    }
    .modal-dialog {
        width: auto;
    }
    #markets li {
        max-width: 250px;
        margin-right: 20px;
    }
    .blubSec .cont p,
    .proces-cont li p {
        font-size: 12px;
        line-height: normal;
    }
    .blubSec .cont h3,
    .proces-cont li h2 {
        font-size: 21px;
        line-height: normal;
    }
    .cont.fadeInser > p {
        max-width: 149px;
    }
    .cont.text-right.fadeInser > p {
        float: right;
        max-width: 128px;
    }
    .video-sec .text-center iframe {
        width: 100%;
        height: 54vw;
    }
    #menu {
        margin-left: 10px;
    }
    .video-sec .col-sm-7.col-md-offset-5 {
        background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .safety-terms-title h2 {
        text-align: center;
        max-width: 75%;
        font-size: 16px;
        margin-top: 5px;
    }
    .safety-terms .safety-terms-image::before {
        border-width: 15px 40px 0 40px;
        bottom: -15px;
    }
    .nate_left_text {
        width: 68%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .process-pic1 {
        left: 19px;
        top: 21px;
    }
    .proces-cont ul li.analytics,
    .proces-cont ul li.personalized,
    .proces-cont ul li.coaching {
        bottom: 10px;
    }
    .proces-cont ul li.insight,
    .proces-cont ul li.transformation,
    .proces-cont ul li.sustainability {
        top: 30px;
    }
    #markets.blockSec {
        min-height: 600px;
    }
    .blubSec > div.process .cont {
        transform: matrix(1, 0, 0, 1, 0, 8);
    }
    .blubSec > div.structure .cont {
        transform: matrix(1, 0, 0, 1, -1, 0);
    }
    .culture .log-img {
        bottom: -104px;
        left: 0;
    }
    .results_content h3 {
        font-size: 14px;
    }
    .view_more_studies {
        margin-bottom: 34px;
        margin-top: 34px;
    }
    .proces-cont ul li h2 {
        font-size: 22px;
    }
    .process-pic2 {
        bottom: 52px;
        left: 25.8%;
    }
    .process-pic3 {
        left: 49.1%;
        top: 21px;
    }
    .process-pic4 {
        bottom: 53px;
        left: 72.3%;
    }
    .process-pic5 {
        left: 77.1%;
        top: 62px;
    }
    .process-pic6 {
        bottom: 49%;
        left: 83.5%;
    }
    #markets li {
        max-width: 220px;
    }
    .process_anim {
        margin-right: -10px;
    }
    .proces-cont ul li.analytics,
    .proces-cont ul li.personalized,
    .proces-cont ul li.coaching {
        bottom: auto;
    }
    .proces-cont ul li.insight,
    .proces-cont ul li.transformation,
    .proces-cont ul li.sustainability {
        top: auto;
        left: 177px;
        bottom: 42px;
    }

    .proces-cont ul li.analytics {
        left: -6px;
    }
    .proces-cont ul li.personalized {
        left: 45vw;
    }
    .proces-cont ul li.coaching {
        left: 71vw;
    }
    .proces-cont ul li.transformation {
        left: 69vw;
    }
    .proces-cont ul li.sustainability {
        left: 74vw;
        max-width: 196px !important;
    }
    .proces-cont ul li:nth-child(2n + 2)::after {
        top: -88px;
    }
    .proces-cont .process_mobile li:nth-child(3)::after {
        margin-left: 0;
    }
    .blockSec .nav.nav-tabs.tabs-left {
        margin-left: -40px;
    }
    .blubSec .process .btn-title {
        margin-top: 15px;
    }
    .process_mobile li:nth-child(2n) a.btn-markets {
        margin-top: 15px;
    }
    ul.maplocation li address {
        width: 22.8%;
    }
    .location1 > address {
        left: 308px;
        top: 109px;
    }
    .location2 address {
        left: 332px;
        top: 120px;
    }
    .location3 > address {
        left: 350px;
    }
    .location4 > address {
        left: 375px;
        top: 145px;
    }
    .location5 > address {
        left: 100px;
        top: 65px;
    }
    .location6 > address {
        left: 368px;
        top: 105px;
    }
    .location7 > address {
        left: 190px;
        top: 40px;
    }
    .location8 > address {
        left: 202px;
        top: -44px;
    }
    .location9 > address {
        left: 375px;
        top: 105px;
    }
    .location9 > address {
        left: 375px;
        top: 105px;
    }
    .location10 > address {
        left: 388px;
    }
    .location11 address {
        left: 557px;
        top: 142px;
        position: absolute;
    }
    .ie map .location1 area::after {
        width: 26px;
        left: 384px;
        top: 263px;
    }
    .ie map .location2 area::after {
        left: 412px;
        top: 270px;
    }
    .ie map .location3 area::after {
        left: 431px;
        top: 228px;
    }

    .ie map .location4 area::after {
        left: 457px;
        top: 277px;
    }

    .ie map .location5 area::after {
        left: 179px;
        top: 216px;
    }
    .ie map .location6 area::after {
        left: 450px;
        top: 237px;
    }

    .ie map .location7 area::after {
        left: 271px;
        top: 211px;
    }
    .ie map .location8 area::after {
        left: 281px;
        top: 145px;
    }
    .ie map .location9 area::after {
        left: 457px;
        top: 257px;
    }

    .ie map .location1 > address {
        left: 308px;
        top: 105px;
    }
    .ie map .location2 address {
        left: 330px;
        top: 120px;
    }

    .ie map .location3 > address {
        left: 350px;
        top: 95px;
    }

    .ie map .location4 > address {
        left: 378px;
        top: 145px;
    }

    .ie map .location5 > address {
        left: 100px;
        top: 65px;
    }

    .ie map .location6 > address {
        left: 370px;
        top: 105px;
    }

    .ie map .location7 > address {
        left: 190px;
        top: 40px;
    }

    .ie map .location8 > address {
        left: 200px;
        top: -44px;
    }

    .ie map .location9 > address {
        left: 375px;
        top: 105px;
    }
}
@media (max-width: 980px) {
    .location1 > address {
        left: 388px;
        top: 150px;
    }
    .location2 address {
        left: 412px;
        top: 145px;
    }
    .location3 > address {
        left: 435px;
        top: 140px;
    }
    .location4 > address {
        left: 460px;
        top: 170px;
    }
    .location5 > address {
        left: 175px;
        top: 105px;
    }
    .location6 > address {
        left: 450px;
        top: 130px;
    }
    .location7 > address {
        left: 269px;
        top: 85px;
    }
    .location8 > address {
        left: 280px;
        top: 15px;
    }
    .location9 > address {
        left: 460px;
        top: 130px;
    }
    .location10 > address {
        left: 408px;
    }
    .top-section img {
        position: absolute;
        top: -170px;
    }
    .safety-desc p {
        max-width: 86%;
        font-size: 16px;
        margin: auto;
        line-height: 22px;
    }
}
@media (max-width: 800px) {
    .location1 > address {
        left: 320px;
        top: 135px;
    }
    .location2 address {
        left: 345px;
        top: 130px;
    }
    .location3 > address {
        left: 365px;
        top: 100px;
    }
    .location4 > address {
        left: 392px;
        top: 155px;
    }
    .location5 > address {
        left: 105px;
        top: 72px;
    }
    .location6 > address {
        left: 385px;
        top: 110px;
    }
    .location7 > address {
        left: 200px;
        top: 85px;
    }
    .location8 > address {
        left: 210px;
        top: -44px;
    }
    .location9 > address {
        left: 390px;
        top: 115px;
    }
    .location10 > address {
        left: 340px;
        top: 60px;
    }
    .location11 address {
        left: 488px;
        top: 102px;
        position: absolute;
    }
    .top-section h2 {
        font-size: 28px;
    }
    .top-section p,
    .safety_committee p,
    .nate_section p,
    .safety_last_section p {
        font-size: 18px;
        line-height: 25px;
        padding: 20px 0;
    }
    .top-section img {
        position: absolute;
        top: -150px;
    }
    .nate-container::before,
    .nate-container::after {
        width: 76px;
    }
    .safety-image {
        margin-bottom: 15px;
    }
    .safety-desc p {
        max-width: 86%;
        font-size: 16px;
        margin: auto;
        line-height: 22px;
        padding: 0px;
    }
}
@media (max-width: 768px) {
    .safety_call {
        border: 1px solid #000;
        margin-bottom: 0px;
        margin-right: 43px;
        margin-top: 20px;
        width: 100%;
        float: none;
        background: #fff;
    }
    .location1 > address {
        left: 308px;
        top: 109px;
    }
    .location2 address {
        left: 332px;
        top: 120px;
    }
    .location3 > address {
        left: 350px;
    }
    .location4 > address {
        left: 375px;
        top: 145px;
    }
    .location5 > address {
        left: 100px;
        top: 65px;
    }
    .location6 > address {
        left: 368px;
        top: 105px;
    }
    .location7 > address {
        left: 190px;
        top: 40px;
    }
    .location8 > address {
        left: 202px;
        top: -44px;
    }
    .location9 > address {
        left: 375px;
        top: 105px;
    }
    .location10 > address {
        left: 328px;
        top: 35px;
    }
    .location11 address {
        left: 470px;
        top: 102px;
        position: absolute;
    }
    .emailinfo > div > div {
        display: block !important;
        width: 100%;
        text-align: center;
    }
    .emailinfo .socil_footer ul {
        margin: auto;
        width: 200px;
    }
}
@media (max-width: 767px) {
    iframe {
        width: 100%;
    }
    .safety-close > img {
        width: 20px;
    }
    .logo-sm .custom-logo-link {
        margin-left: -30px;
    }
    .blubSec > div.results .cont {
        transform: matrix(1, 0, 0, 1, 80, -13);
    }
    .blubSec > div.culture .cont {
        transform: matrix(1, 0, 0, 1, 81, -100);
    }
    .blubSec > div.process .cont {
        transform: matrix(1, 0, 0, 1, 71, -41);
    }
    .blubSec > div.strategy .cont {
        transform: matrix(1, 0, 0, 1, -221, -67);
    }
    .blubSec > div.structure .cont {
        transform: matrix(1, 0, 0, 1, -344, -117);
    }
    .blubSec > div.people .cont {
        transform: matrix(1, 0, 0, 1, -274, -200);
    }
    #solutions .container {
        max-width: 100%;
        width: 100%;
    }
    .people p,
    .strategy p,
    .structure p,
    .culture p,
    .process p,
    .results p {
        font-size: 12px;
        line-height: normal;
    }
    body #sidebar {
        width: 100%;
        /* position: inherit; */
        padding: 12px 5%;
    }
    #company p {
        font-size: 16px;
        line-height: 24px;
    }
    h3.ttl {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .modal-content .container {
        max-height: 400px;
        overflow-y: scroll;
        padding: 32px;
        font-size: 14px;
    }
    .modal-dialog h2 {
        font-size: 23px;
        margin: 5px 0;
    }
    #contact h4 {
        font-size: 20px;
        margin: 15px 0;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .carousel {
        padding-bottom: 45px;
        margin-top: 25px;
    }
    .results_content {
        margin-bottom: 45px;
    }
    .expertise_slider_images li {
        margin: 20px 8px;
        max-width: 200px;
    }
    .view_more_studies {
        margin: 20px 0;
    }
    .carousel-inner h2 {
        margin-top: 30px;
        font-size: 26px;
    }
    .proces-cont ul li:nth-child(2n + 1) {
        bottom: 9vw;
    }
    .proces-cont {
        padding: 30px 0;
    }
    .cont.fadeInser > p {
        max-width: 149px;
    }
    .cont.text-right.fadeInser > p {
        max-width: 100px;
    }
    .blubSec > div.results .cont {
        transform: matrix(1, 0, 0, 1, 189, -13);
    }
    .blubSec > div.strategy .cont {
        transform: matrix(1, 0, 0, 1, -273, -130);
    }
    .blubSec > div.process .cont {
        transform: matrix(1, 0, 0, 1, 218, -72);
    }
    .blubSec > div.culture .cont {
        transform: matrix(1, 0, 0, 1, 215, -170);
    }
    .blubSec > div.people .cont {
        transform: matrix(1, 0, 0, 1, -304, -258);
    }
    .blubSec > div.structure .cont {
        transform: matrix(1, 0, 0, 1, -384, -187);
    }
    .blubSec .cont p,
    .proces-cont li p {
        font-size: 12px;
        line-height: normal;
    }
    .blubSec .cont h3,
    .proces-cont li h2 {
        font-size: 26px;
        line-height: normal;
    }
    .strategy,
    .structure,
    .people,
    .culture,
    .process,
    .results {
        margin: 15px 0;
    }
    ul.process_mobile li {
        position: relative;
        top: auto;
        bottom: auto;
    }
    #markets ul.process_mobile li {
        max-width: 100%;
        margin: 0px 0 25px;
    }
    .proces-cont ul li.analytics {
        left: auto;
    }
    .proces-cont ul li.insight {
        left: auto;
        top: 0;
    }
    .proces-cont ul li.personalized {
        left: auto;
    }
    .proces-cont ul li.transformation {
        left: auto;
        top: auto;
        bottom: auto;
    }
    .proces-cont ul li.coaching {
        left: auto;
    }
    .proces-cont ul li.sustainability {
        left: auto;
        right: auto;
        top: auto;
    }
    .proces-cont ul li:nth-child(2n + 1) {
        bottom: auto;
    }
    .proces-cont ul li.analytics::before {
        border-top: 10px solid #715496;
        border-bottom: none;
    }
    .proces-cont ul li.personalized::before {
        border-top: 10px solid #95c0c0;
        border-bottom: none;
    }
    .proces-cont ul li.coaching::before {
        border-top: 10px solid #f5ae39;
        border-bottom: none;
    }
    ul.process_mobile li > figure {
        margin-bottom: 18px;
    }
    .proces-cont ul li.personalized::before,
    .proces-cont ul li.insight::before,
    .proces-cont ul li.analytics::before,
    .proces-cont ul li.personalized::before,
    .proces-cont ul li.coaching::before,
    .proces-cont ul li.sustainability::before,
    .proces-cont ul li.transformation::before {
        top: auto;
        display: none;
    }
    .proces-cont ul li::after,
    .proces-cont ul li:nth-child(2n + 2)::after {
        background: none;
        top: inherit;
        display: none;
    }
    .blubSec .strategy .cont h3,
    .bulbsec-mobile .strategy .cont h3 {
        margin-bottom: 4px;
    }
    #menu {
        margin-bottom: 18px;
    }
    .text-center.emailinfo span {
        display: block;
    }
    .modal-header .close {
        padding-bottom: 7px;
    }
    .ttlBg {
        padding-top: 15px;
    }
    .parallaxBg {
        background-attachment: inherit;
        -webkit-background-attachment: inherit;
    }
    .process_anim {
        padding: 0;
    }
    .post-slider-solutions .carousel-control,
    .post-slider-markets .carousel-control {
        width: 20px;
    }
    .post-slider-solutions .carousel-control.left,
    .post-slider-markets .carousel-control.left {
        left: 6px;
    }
    .post-slider-solutions .carousel-control.right,
    .post-slider-markets .carousel-control.right {
        right: 6px;
    }
    .master > li,
    .post-cont li {
        margin-left: 0;
        width: 100%;
    }
    .ms-layer h2 {
        font-size: 290%;
        line-height: 26px;
    }
    #contact.blockSec .text-center.emailinfo .container {
        margin: 0;
        padding: 12px 20px;
    }
    .emailinfo a {
        margin-right: 0;
    }
    .bulbsec-mobile .cont .thumbnail.text-center > img {
        max-width: 87px;
        margin-top: -16px;
        z-index: 1;
        position: relative;
    }
    .results_content > figure {
        text-align: center;
    }

    #contact .parallaxBg {
        background-position: 0 0;
    }
    .mb-prct {
        background: #ccc;
        color: #000;
        cursor: pointer;
        display: inline-block;
        padding: 5px 14px;
        width: 100%;
        position: relative;
    }
    .mb-prct:after {
        content: '';
        font-family: FontAwesome;
        font-size: 16px;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 8px;
    }
    .blockSec .nav.nav-tabs.tabs-left {
        margin-left: 0;
    }
    .proces-cont .process_anim {
        padding: 5px 0 25px;
    }
    map .maplocation li address {
        width: 184px;
    }
    .process_mobile li:nth-child(2n) a.btn-markets {
        margin-top: 12px;
    }
    .emailinfo .socil_footer ul {
        margin: auto;
        width: 150px;
    }
    .emailinfo {
        text-align: center;
    }
    .top-section img {
        position: relative;
        top: 0;
        max-width: 350px;
        display: block;
        margin: auto;
    }
    .safety-terms-title h2 {
        max-width: 100%;
    }
    .safety-terms-image .safety-terms-title {
        width: 80%;
        text-align: center;
    }
    .safety-terms-image > div {
        padding: 0 10px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }
    .nate-container {
        width: 78%;
    }
    .nate-container::before {
        left: -60px;
    }
    .nate-container::after {
        right: -60px;
    }
    .nate_left_text p {
        font-size: 16px !important;
        padding: 0 0 10px !important;
    }
    .nate_left_text {
        width: 100%;
    }
    .nate_right_img {
        width: 150px;
        display: block;
        vertical-align: middle;
        margin: auto;
    }
    .nate-container::before,
    .nate-container::after {
        width: 54px;
        background-size: 100% 100%;
    }
    .safety_comite_text {
        margin-left: 0;
    }
    .safety-terms2 {
        padding: 60px 0;
    }
    /* 15-05-2018 */
    .core_calue_sub > .col-sm-3 {
        border-right: 0px solid #ccc;
        border-bottom: 5px solid #ccc;
        padding: 15px 0;
    }
    .core_calue_sub > .col-sm-3:last-child {
        border-bottom: 0px solid #ccc;
    }
    .core_calue_sub > .col-sm-3 {
        min-height: auto;
    }
}
@media (max-width: 640px) {
    .safety_call ul {
        font-size: 14px;
    }
    .location1 > address {
        left: 37%;
        top: 101px;
    }
    .location2 address {
        left: 40%;
        top: 114px;
    }
    .location3 > address {
        left: 43%;
        position: absolute;
        top: 78px;
    }
    .location4 > address {
        left: 46%;
        position: absolute;
        top: 101px;
    }
    .location5 > address {
        left: 10%;
        position: absolute;
        top: 68px;
    }
    .location6 > address {
        left: 45%;
        position: absolute;
        top: 85px;
    }
    map .maplocation li.location5:hover address::after {
        margin-left: -28px;
    }
}

@media (max-width: 600px) {
    iframe {
        height: inherit;
        width: 100%;
    }
    .video-sec .text-center iframe {
        height: 53vw;
        width: 100%;
    }
    .nate-container > p img {
        max-width: 220px;
    }
}

@media (max-width: 480px) {
    .video-sec .text-center iframe {
        height: 53vw;
        width: 100%;
    }
    .top-section img {
        max-width: auto;
    }
    .safety-terms-image .safety-terms-title {
        width: 45%;
    }
    .nate-container {
        width: 58%;
    }
    .nate-container::before,
    .nate-container::after {
        width: 54px;
        background-size: 100% 100%;
    }
}

@media (max-width: 380px) {
    .video-sec .text-center iframe {
        height: 52vw;
        width: 100%;
    }
    .location1 > address {
        left: 25%;
        top: 10px;
    }
    .location2 address {
        left: 29%;
        top: 11px;
    }
    .location3 > address {
        left: 31%;
        top: -10px;
    }
    .location4 > address {
        left: 34.5%;
        top: 0;
    }
    .location5 > address {
        left: 4.5%;
        top: -10px;
    }
    .location6 > address {
        left: 34%;
        top: -4px;
    }
    .nate-container > p img {
        max-width: 180px;
    }
    .top-section img {
        max-width: 285px;
    }
    .top-section h2 {
        font-size: 22px;
    }
    .top-section p,
    .safety_committee p,
    .nate_section p,
    .safety_last_section p {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0;
    }
    .safety_committee .red {
        font-size: 18px;
    }
    .safety_committee h2.ttl {
        font-size: 20px;
    }
}
@media (max-width: 320px) {
    .video-sec .text-center iframe {
        height: 52vw;
        width: 100%;
    }
    .location1 > address {
        left: 23%;
        top: -3px;
    }
    .location2 address {
        left: 83px;
        top: -3px;
    }
    .location3 > address {
        left: 92px;
        top: -18px;
    }
    .location4 > address {
        left: 103px;
        top: -14px;
    }
    .location5 > address {
        left: 8px;
        top: -42px;
    }
    map .maplocation li.location5:hover address::after {
        margin-left: -28px;
    }
    .location6 > address {
        left: 101px;
        top: -15px;
    }
}

/* Employee Section */
.page-template-page-employees .entry-content a {
    text-decoration: underline;
}

.employee-section {
    padding: 100px 5%;
}
.employees-nav {
    background: #eee;
}
.employees-nav ul {
    margin: 0 0 40px;
    padding: 0;
}
.employees-nav li {
    display: inline-block;
}
.employees-nav li a {
    display: block;
    padding: 10px;
    font-size: 0.7em;
    font-family: 'HelveticaNeueLTStd-Bd';
    text-transform: uppercase;
}
.employees-nav li.logout {
    float: right;
}
.employees-nav li.logout a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.employees-nav .current_page_item a {
    background: #ccc;
}

.contact-table td,
.contact-table th {
    padding: 5px;
}
.contact-table tr.table-key td,
.contact-table tr.table-key th {
    background: #ccc;
}
.contact-table tr {
    border-bottom: 1px solid #eee;
}

.safety-call table {
    width: 100%;
}
.safety-call {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 15px;
}
.safety-call td {
    padding: 5px 10px;
    vertical-align: middle;
}
.safety-call td.date,
.safety-call td.code {
    font-size: 0.7em;
}
.safety-call td.code {
    font-family: 'HelveticaNeueLTStd-Bd';
}

.safety-call .code {
    width: 10%;
}
.safety-call .date {
    width: 10%;
}
.safety-call .call-entry {
    width: 40%;
}

.call-entry .title {
    padding-bottom: 5px;
    font-family: 'HelveticaNeueLTStd-Bd';
}
.call-entry .title a {
    color: blue;
}

.employee-section .pagination {
    font-size: 0;
}
.employee-section .pagination .page-numbers {
    display: inline-block;
    padding: 5px 7px;
    margin: 0;
    font-size: 16px;
}
.employee-section .pagination .page-numbers.current {
    background: #eee;
}

@media (max-width: 760px) {
    .safety-call tr {
        display: block;
        padding: 2%;
    }
    .safety-call td {
        padding: 5px 15px;
        display: block;
        width: 100% !important;
        text-align: left !important;
    }
}
