@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/roboto-light-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-light-webfont.woff') format('woff'), url('../fonts/Roboto/roboto-light-webfont.ttf') format('truetype'), url('../fonts/Roboto/roboto-light-webfont.svg#Roboto') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-regular-webfont.woff') format('woff'), url('../fonts/Roboto/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/Roboto/roboto-regular-webfont.svg#Roboto') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-medium-webfont.woff') format('woff'), url('../fonts/Roboto/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/Roboto/roboto-medium-webfont.svg#Roboto') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-bold-webfont.woff') format('woff'), url('../fonts/Roboto/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/Roboto/roboto-bold-webfont.svg#Roboto') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto-Condensed-2/robotocondensed-light-webfont.woff2') format('woff2'), url('../fonts/Roboto-Condensed-2/robotocondensed-light-webfont.woff') format('woff'), url('../fonts/Roboto-Condensed-2/robotocondensed-light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Condensed-2/robotocondensed-light-webfont.svg#Roboto Condensed') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto-Condensed-2/robotocondensed-regular-webfont.woff2') format('woff2'), url('../fonts/Roboto-Condensed-2/robotocondensed-regular-webfont.woff') format('woff'), url('../fonts/Roboto-Condensed-2/robotocondensed-regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Condensed-2/robotocondensed-regular-webfont.svg#Roboto Condensed') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto-Condensed-2/robotocondensed-bold-webfont.woff2') format('woff2'), url('../fonts/Roboto-Condensed-2/robotocondensed-bold-webfont.woff') format('woff'), url('../fonts/Roboto-Condensed-2/robotocondensed-bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Condensed-2/robotocondensed-bold-webfont.svg#Roboto Condensed') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'square721_cn_btroman';
    src: url('../fonts/Square-C/sqr721c-webfont.woff2') format('woff2'), url('../fonts/Square-C/sqr721c-webfont.woff') format('woff'), url('../fonts/Square-C/sqr721c-webfont.ttf') format('truetype'), url('../fonts/Square-C/sqr721c-webfont.svg#square721_cn_btroman') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'square721_ex_btroman';
    src: url('../fonts/Square-E/sqr721e-webfont.woff2') format('woff2'), url('../fonts/Square-E/sqr721e-webfont.woff') format('woff'), url('../fonts/Square-E/sqr721e-webfont.ttf') format('truetype'), url('../fonts/Square-E/sqr721e-webfont.svg#square721_ex_btroman') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'square721_btroman';
    src: url('../fonts/Square-N/sqr721n-webfont.woff2') format('woff2'), url('../fonts/Square-N/sqr721n-webfont.woff') format('woff'), url('../fonts/Square-N/sqr721n-webfont.ttf') format('truetype'), url('../fonts/Square-N/sqr721n-webfont.svg#square721_btroman') format('svg');
    font-weight: 400;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
img {
    max-width: 100%;
}
.logo-mobile {
    width: 33%;
    height: auto;
}
.main-nav-bg {
    background-color: #004e74;
}
.second-nav-bg {
    background-color: #fff;
    border-bottom: 1px solid #004e74;
}
.regular {
    font-weight: 400;
}
.font-white, .main-nav-text {
    color: #fff;
}
.font-green {
    color: #81c341;
}
.dropdown-menu {
    background-color: #004e74;
    border: none;
}
.nav-link:hover {
    text-decoration: underline;
    color: #fff;
}
.navbar-toggler, #nav-search-btn {
    color: #fff;
}
.dropdown-menu .dropdown-item a {
    color: #fff;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #004e74;
}
.dropdown-menu .dropdown-item a:hover {
    text-decoration: underline;
}
.navbar-nav .dropdown-menu.about-menu {
    margin: 3em 0 1em -3em !important;
}
.navbar-nav .dropdown-menu.media-menu {
    margin: 3em 0 1em -8em !important;
}
.navbar-nav .dropdown-menu.contracts-menu {
    margin: 3em 0 1em -10em !important;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.attr-nav > ul > li > a, nav.navbar.bootsnav .side-menus ul.menu-col > li > a:hover, nav.navbar.bootsnav .side-menus ul.menu-col > li > a:focus {
    color: #fff;
}
.dropdown-toggle::after {
    position: absolute;
    right: 1em;
    top: 1em;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.dropdown-toggle.disabled {
    padding-right: 2.5em;
}
a.green-link, .green-link {
    color: #81c341;
    font-size: 0.75em;
    text-align: center;
}
.green-link {
    cursor: pointer;
}
a.green-link:visited {
    color: #81c341;
}
a.green-link:hover, .green-link:hover {
    text-decoration: underline;
}
a.green-link:focus, .green-link:focus {
    text-decoration: underline;
}
a.green-link:active {
    text-decoration: underline;
}
.nav-green-slash {
    padding: 0 0;
    font-size: 1.5em;
    font-weight: 100;
    position: relative;
    color: #81c341;
}
.border-top-green-no-lg {
    border-top: 1px solid #81c341;
}
.nav2-justify-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-form-search {
    position: relative;
}
.navbar-form-search .form-control {
    width: 220px;
}
.navbar-form-search .btn {
    border: 0;
    background: transparent;
    font-size: 1.125em;
}
.navbar-form-search .btn:active {
    color: #000;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-form-search .btn:hover {
    color: #000;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-form-search .btn:focus {
    color: #000;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-form-container {
    text-align: right;
    position: absolute;
    width: 220px;
    overflow: hidden;
    background: #004e74;
    right: calc(30px + 1em);
    top: -5px;
    z-index: 10;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.search-form-container.hdn {
    width: 0;
}
.form-group .btn {
    border: 0;
    background-color: #004e74;
    color: #fff;
    font-size: 1.5em;
    width: 5%;
    margin-right: 0.5em;
}
.form-group .btn:hover {
    color: #fff;
}
.form-group .btn:focus {
    color: #fff;
}
.form-group .btn:active {
    color: #fff;
}
.form-control {
    color: #004e74;
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 400;
}
#nav-search-btn {
    background-color: transparent;
    color: #fff;
}
.top-search {
    background-color: #004e74;
    padding: 10px 0;
    display: none;
    top: 56px!important;
    box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.6);
}
.top-search .input-group-addon {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.top-search input.form-control {
    border-bottom: 1px solid #fff;
}
.top-search input[type=search]::placeholder {
color: #fff;
}
.homeicon {
    color: #004e74;
}
#slider {
    position: relative;
    z-index: 4;
    height: 360px;
}
#slider .carousel-indicators li.active {
    background: #81c341 !important;
}
#slider .carousel-indicators li:hover, #slider .carousel-indicators li.active {
    background: #81c341 none repeat scroll 0 0;
}
#slider .carousel-indicators {
    bottom: 0.25em;
}
#slider .carousel-indicators li {
    border-radius: 0!important;
    width: 2em;
    height: 0.25em;
    margin: 0 12px;
    background: rgba(255,255,255,.8);
    border: 0;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.slide-background{
    background: url("../img/Texture background-01.png") no-repeat center center;
    background-size: cover;
    background-repeat: none;    
   
}
.slide-0 {
    background: url("../img/Texture background-01.png") no-repeat center center;
    background-size: cover;
    background-repeat: none;

}
.slide-1 {
    background: url("../img/covid.png") no-repeat center center;
    background-size: cover;
}
.slide-2 {
    background: url("../img/The CALIBRE Way.jpg") no-repeat center center;
    background-size: cover;
}
.slide-3 {
    background: url("../img/Client Focused 02172023.png") no-repeat center center;
    background-size: cover;
}
/*.slide-3 {
    background: url("../img/Client-Focused.jpg") no-repeat center center;
    background-size: cover;
}*/
.slide-4 {
    background: url("../img/DEI_Cover.jpg") no-repeat center;
    background-size: cover;
}
.slide-5 {
    background: url("../img/2T2A4677 Breast Cancer Awareness_NEW1@72 dpi.png") no-repeat center;
    background-size: cover;
    

}
.hero-text {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #81c341;
    text-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    text-transform: uppercase;
}
.hero-text0 {
    width: 100%;
    text-align: center;
    position: relative;
    top: 20%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #81c341;
    text-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    text-transform: uppercase;
}
.hero-text0 h1 {
    font-size: 4.0em;
    font-family: 'square721_btroman', sans-serif;
    font-weight: 400;
    line-height: 0.05;
    

}
.hero-text h1 {
    font-size: 3em;
    font-family: 'square721_btroman', sans-serif;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 1em;
}
.hero-btn {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 1em;
    line-height: 1;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-top: 1em;
    padding: 0.125em 0.625em;
    color: #004e74;
    border: solid 1px #004e74;
    text-shadow: none;
    box-shadow: none;
}

.hero-btn.white {
    color: #fff;
    border: solid 1px #fff;
}
.hero-btn:hover {
    -webkit-box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
}
.hero-btn:hover, .hero-btn:focus {
    color: #fff;
    background-color: #004e74;
}
.hero-btn.white:hover, .hero-btn.white:focus {
    border: solid 1px #004e74;
    background-color: #004e74;
}
.hero-btn:active {
    -webkit-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    -webkit-box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
}

.hero-btn-popup {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 16pxem;
    line-height: 1;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-top: 1em;
    padding: 0.125em 0.625em;
    color: #004e74;
    border: solid 1px #004e74;
    text-shadow: none;
    box-shadow: none;
    float: center;
}

.hero-btn-popup:hover {
    -webkit-box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
}
.hero-btn-popup:hover, .hero-btn:focus {
    color: #fff;
    background-color: #004e74;
}
.hero-btn-popup.white:hover, .hero-btn.white:focus {
    border: solid 1px #004e74;
    background-color: #004e74;
}
.hero-btn-popup:active {
    -webkit-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    -webkit-box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
}

.prev-slide-btn, .next-slide-btn {
    color: #efefef;
    background-color: transparent;
    border: none;
    outline: 0;
    font-size: 2em;
    line-height: 1;
    padding-top: 2em;
    padding-bottom: 2em;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.prev-slide-btn {
    left: 15%;
}
.next-slide-btn {
    right: 15%;
}
.prev-slide-btn:hover, .next-slide-btn:hover {
    color: #81c341;
    cursor: pointer;
    opacity: 1.0;
}
.carousel-indicators {
    bottom: 5%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
.carousel-indicators > li {
    border-radius: 50%;
    height: 0.625em;
    width: 0.625em;
    margin-left: 1em;
    margin-right: 1em;
    -webkit-box-shadow: 0 2px 14px rgba(0,0,0,.82);
    box-shadow: 0 2px 14px rgba(0,0,0,.82);
}
.carousel-indicators > li:hover {
    cursor: pointer;
}
.carousel-indicators > li.active {
    background-color: rgba(129, 195, 65, 0.82);
}
.bottom-shadow {
    box-shadow: 0px 4px 16px 4px rgba(0,0,0,0.6);
}
#about {
    background-color: #ffffff;
}
.about-text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #004e74;
    font-size: 1em;
    line-height: 1.5;
}
.about-btn {
    display: inline-block;
    color: #fff;
    border: solid 2px transparent;
    background-color: #004e74;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.25em 1.25em;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.about-btn:visited {
    color: #fff;
}
.about-btn:hover, .about-btn:focus {
    text-decoration: none;
    color: #004e74;
    background-color: #fff;
    border: solid 2px #004374;
    -webkit-box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    -webkit-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}
.about-heading {
    color: #fff;
    font-family: 'square721_ex_btroman', sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-left: -0.5em;
}
#WhatWedo {
    padding-top: 1em;
    padding-bottom: 3em;
    background-color: #3690b0;
    position: relative;
    z-index: 3;
}
.blue-bar-header {
    background-color: #004e74;
    height: 40px;
}
.blue-bar-header h2 {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    line-height: 1.2;
    margin-left: 72px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}
.blue-bar-header h2 a:link, .blue-bar-header h2 a:visited, .blue-bar-header h2 a:hover, .blue-bar-header h2 a:focus, .blue-bar-header h2 a:active {
    color: #fff;
}
.yellow-block-header {
    background-color: #ffc63e;
    height: 60px;
    width: 60px;
	
    position: absolute;
    top: -10px;
}
.yellow-block-header::before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #a98030;
    border-bottom: 5px solid #a98030;
    border-left: 5px solid transparent;
    display: block;
    content: "";
}
.yellow-block-header::after {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 5px solid #a98030;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #a98030;
    display: block;
    content: "";
}

.green-block-header {
    background-color: #81c341;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -10px;
}
.green-block-header::before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #81c341;
    border-bottom: 5px solid #81c341;
    border-left: 5px solid transparent;
    display: block;
    content: "";
}
.green-block-header::after {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 5px solid #81c341;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #81c341;
    display: block;
    content: "";
}

.WhatWedo-text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
}
.WhatWedo-btn {
    display: inline-block;
    color: #fff;
    border: solid 2px transparent;
    background-color: #004e74;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.25em 1.25em;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.WhatWedo-btn:visited {
    color: #fff;
}
.WhatWedo-btn:hover, .WhatWedo-btn:focus {
    text-decoration: none;
    color: #004e74;
    background-color: #fff;
    border: solid 2px #004374;
    -webkit-box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    box-shadow: 1px 4px 8px rgba(0,0,0,0.6);
    -webkit-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}
.WhatWedo-heading {
    color: #fff;
    font-family: 'square721_ex_btroman', sans-serif;
    font-size: 1.625em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
.blue-bar {
    background-color: #004e74;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 0;
    width: 100%;
    -webkit-transform: translate3d(0%, -50%, 0);
    -ms-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
}
.yellow-block {
    background-color: #ffc63e;
    width: 100%;
}
.green-block {
    background-color: #81c341;
    width: 100%;
}
.fpl, .him, .hct, .iee, .ec, .spear ,.fcp {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.fpl { background-image: url('../img/Finance Logistics.png'); }
.him { background-image: url('../img/Facility_Land.png'); }
.hct { background-image: url('../img/Training_Ed.png'); }
/*.iee { background-image: url('../img/Enterprise Solutions.png'); }*/
.iee { background-image: url('../img/Enterprise Solutions.png'); }
.ec  { background-image: url('../img/Enterprise Info.png');  }
.fcp  { background-image: url('../img/Enterprise Info.png');  }

/*.fpl {
    background-image: url('../img/fpl-01.svg');
}
.him {
    background-image: url('../img/him-01.svg');
}
.hct {
    background-image: url('../img/hct-01.svg');
}
.iee {
    background-image: url('../img/iee-01.svg');
}
.ec {
    background-image: url('../img/ec-01.svg');
}
.spear {
    background-image: url('../img/SPEAR_logo_Web-2-01.svg');
}*/
.capability-heading {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    line-height: 1.1;
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 83.333%;
}
.capability-heading a:link {
    color: #fff;
}
.capability-heading a:visited {
    color: #fff;
}
#news {
    background-color: #004e74;
}
#news .card {
    margin: 6em auto;
    height: 26rem;
}
#news .card:first-of-type {
    margin-top: 2em;
}
#news .card, #news .card-img-top {
    border-radius: 0;
}
.yellow-border-top {
    border-top: 4px solid #ffc63e;
}
.news-heading h2, .join-us-heading h2 {
    font-size: 2em;
    letter-spacing: 0.075em;
    font-family: 'square721_ex_btroman';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.25em;
}
.join-us-heading h2 {
    color: #3690b0;
}
.news-heading h2 {
    color: #fff;
}
.recently-btn, .join-us-btn {
    outline: none;
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 1.125em;
    padding: 0.125em 1.25em;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.join-us-btn {
    color: #3690b0;
    border: 1px solid #3690b0;
}
.recently-btn {
    color: #fff;
    border: 1px solid #fff;
}
.recently-btn:visited {
    color: #fff;
}
.recently-btn:hover, .recently-btn:focus {
    background-color: #fff;
    color: #004e74;
    text-decoration: none;
}
.join-us-btn:visited {
    color: #3690b0;
}
.join-us-btn:hover, .join-us-btn:focus {
    background-color: #3690b0;
    color: #fff;
    text-decoration: none;
}
.white-box, .white-box-long {
    background-color: #fff;
    color: #81c341;
    font-family: 'Roboto Condensed', Roboto, sans-serif;
}
.news-date {
    color: #81c341;
    opacity: 1;
    position: absolute;
    font-size: 0.875em;
    top: -2em;
    left: 0;
}
.news-read-more {
    position: absolute;
    bottom: 5%;
    right: 5%;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #81c341;
    padding: 2px 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-read-more:link {
    color: #81c341;
}
.news-read-more:visited {
    color: #81c341;
}
.news-read-more:hover, .news-read-more:focus {
    text-decoration: underline;
}
.news-read-more a:active {
    color: #fff;
}
.news-item-heading {
    position: static;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    color: #004e74;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    margin-bottom: 0 !important;
}
.news-image {
    width: 65%;
    margin: auto 17.5%;
    padding-top: 0;
}
.news-read-more {
    position: absolute;
    bottom: -2em;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    padding: 2px 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#careers {
    margin-bottom: 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.careers-box {
    background-color: #ffc63e;
    padding-bottom: 20px;
}
.career-heading {
    color: #004e74;
    font-size: 1.875em;
    font-family: 'square721_cn_btroman', Roboto, sans-serif;
    font-weight: 400;
    padding: 1em 1em 0.25em;
    text-align: left;
}
#career-search-btn {
    background-color: #004e74;
    font-size: 1em;
    color: #fff;
}
.job-callout {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.2;
    color: #00474e;
    background-color: #ffffff;
    margin-bottom: 1em;
    padding: 0.75em 3em;
    text-align: center;
    letter-spacing: 0.025em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.job-callout a:link {
    color: #004e74;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.job-callout a:visited {
    color: #004e74;
}
.job-callout a:hover {
    text-decoration: underline;
}
.job-callout a:focus {
    text-decoration: underline;
}
.job-callout a:active {
    text-decoration: underline;
}
.play-arrow {
    position: absolute;
    opacity: 0.7;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    top: 50%;
    left: 50%;
    font-size: 4em;
    color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.play-arrow:hover, .play-arrow:focus {
    color: #3690b0;
}
.employees {
    background-image: url("../img/Take your kids to work.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    padding-top: 50%
}
.tom {
    background-image: url("../img/golf.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    padding-top: 50%
}
.video-box-text {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    color: #004e74;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1em;
    text-align: center;
    padding: 0.5em 1em 0;
}
footer {
    display: block;
    border-top: 2px solid #81c341;
    background-color: #58595b;
    padding-bottom: 3em;
    padding-top: 1.5em;
    overflow-x: hidden;
    margin-top: 0.5em;
}
footer ul li {
    list-style: none;
    font-size: 1em;
    color: #fff;
}
footer h5 a:link {
    color: #81c341;
}
footer h5 a:visited {
    color: #81c341;
}
footer h5 a:hover {
    text-decoration: underline;
}
footer h5 a:focus {
    text-decoration: underline;
}
footer h5 a:active {
    text-decoration: underline;
}
footer ul li a:link {
    color: #fff;
}
footer ul li a:visited {
    color: #fff;
}
footer ul li a:hover {
    text-decoration: underline;
}
footer ul li a:focus {
    text-decoration: underline;
}
footer ul li a:active {
    text-decoration: underline;
}
footer h5 a {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-size: 0.83em;
    letter-spacing: 0.05em;
    font-weight: 700;
}
footer .widget-list {
    font-size: 1em;
}
footer .small {
    color: #fff;
}
footer .social-icons-menu a {
    font-size: 2.5em;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}
footer .social-icons-menu a:link {
    color: #fff;
}
footer .social-icons-menu a:visited {
    color: #fff;
}
footer .social-icons-menu a:hover {
    color: #81c341;
}
footer .social-icons-menu a:focus {
    color: #81c341;
}
footer .social-icons-menu a:active {
    color: #81c341;
}
footer .card-header {
    background-color: transparent;
}
.rotate-45 i {
    font-size: 0.83em;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rotate-45[aria-expanded="true"] {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.border-left {
    border: none !important;
}
#back-to-top {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    display: none;
    position: fixed;
    z-index: 99999;
    bottom: 10%;
    right: 1%;
    height: 3.75em;
    width: 3.5em;
    padding: 0.25em 0.25em 2.25em;
    font-size: 1em;
    color: #fff;
    background-color: #81c341;
    -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    outline: 0;
    cursor: pointer;
    border-radius: 0.375em;
    border: none;
    opacity: 0.9;
}
#back-to-top:hover {
    opacity: 1;
}

@media screen and (min-width: 360px ) {
.navbar-form-search .form-control, .search-form-container {
    width: 230px;
}
}

@media screen and (min-width: 375px ) {
.navbar-form-search .form-control, .search-form-container {
    width: 240px;
}
}

@media screen and (max-width: 400px ) {
#careers {
    padding-bottom: 0px !important;
    padding-top: 0px!important;
}
}

@media screen and (min-width: 400px ) {
.navbar-form-search .form-control, .search-form-container {
    width: 270px;
}
.about-text {
    font-size: 1.125em;
    line-height: 1.4;
}
.about-btn {
    border: solid 2px transparent;
    font-size: 1em;
    padding: 0.25em 1.25em;
    cursor: pointer;
}
.WhatWedo-text {
    font-size: 1.125em;
    line-height: 1.4;
}
.WhatWedo-btn {
    border: solid 2px transparent;
    font-size: 1em;
    padding: 0.25em 1.25em;
    cursor: pointer;
}
}

@media screen and (min-width: 414px ) {
}

@media screen and (min-width: 425px ) {
.navbar-form-search .form-control, .search-form-container {
    width: 300px;
}
}

@media screen and (min-width: 550px ) {
#news .card {
    height: 25em;
}
}

@media screen and (min-width: 576px ) {
a.green-link {
    font-size: 1em;
    text-align: left;
}
.navbar-toggler {
    font-size: 1.5em;
}
#nav-search-btn {
    font-size: 2em;
}
.navbar-form-search .form-control, .search-form-container {
    width: 420px;
}
.search-form-container {
    right: calc(30px + 1.5em);
    top: 6px;
}
.about-heading {
    font-size: 2em;
}
.WhatWedo-heading {
    font-size: 2em;
}
#news .card {
    height: 25em;
}
}

@media screen and (min-width: 600px ) {
#news .card {
    height: 26em;
}
}

@media screen and (min-width: 674px ) {
#news .card {
    height: 29em;
}
}

@media screen and (min-width: 720px ) {
#news .card {
    height: 30em;
}
}

@media screen and (min-width: 768px ) {
.navbar-form-search .form-control, .search-form-container {
    width: 600px;
}
.search-form-container {
    right: calc(30px + 2em);
    top: 0px;
}
.form-group .btn {
    font-size: 2em;
    margin-right: 0.25em;
}
#slider {
    height: 480px;
}
.blue-bar-header {
    height: 80px;
}
.blue-bar-header h2 {
    font-size: 1.25em;
    margin-left: 120px;
}
.yellow-block-header {
    height: 100px;
    width: 100px;
}
#news .col-md-6 {
    max-width: calc(50% - 0.5rem);
}
#careers .row .col-md-6 {
    max-width: calc(50% - 0.5rem);
}
#careers .row .job-callout.col-md-6 {
    max-width: calc(50% - 0.5rem);
}
.carousel-indicators {
    bottom: 5%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
.carousel-indicators > li {
    border-radius: 50%;
    height: 0.75em;
    width: 0.75em;
    margin-left: 1em;
    margin-right: 1em;
}
.hero-text h1 {
    font-size: 4.75em;
    line-height: 1;
    margin-bottom: 1em;
}
.hero-btn {
    border: solid 2px #004e74;
    font-size: 1.25em;
    padding: 0.125em 0.75em;
}
.capability-heading {
    font-size: 1.125em;
    line-height: 1.2;
    bottom: 5%;
    top: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 91.667%;
}
.career-heading {
    font-size: 2em;
    padding: 1em 1em 0.25em;
    text-align: center;
}
.news-heading h2, .join-us-heading h2 {
    font-size: 3em;
}
#news .card {
    height: 29rem;
}
}

@media screen and (min-width: 992px ) {
.main-nav-bg {
    background-color: #fff;
    white-space: nowrap;
}
.main-nav-bg::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 1000%;
    width: 100%;
    left: 70%;
    position: absolute;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    top: -1000%;
    -webkit-transform: skewY(19deg);
    -ms-transform: skewY(19deg);
    transform: skewY(19deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-box-shadow: 0px 2px 30px 6px rgba(0,0,0,0.8);
    box-shadow: 0px 2px 30px 6px rgba(0,0,0,0.8);
}
.second-nav-bg {
    background-color: #004e74;
    border-bottom: 1px solid #fff;
    z-index: -2;
    font-size: 1.5em;
}
.main-nav-text {
    color: #004e74;
}
.logo-mobile {
    display: none;
}
#mainNav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font-size: 0.875em;
    letter-spacing: 0.05em;
}
.nav2-justify-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.border-top-green-no-lg {
    border-top: none;
}
#nav-search-btn {
    background-color: #004e74;
    opacity: 0.8;
    font-size: 1em;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.6);
}
.top-search {
    top: 80px !important;
    padding-right: 20%;
    padding-left: 10%;
}
.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-menu {
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
.nav-link {
    color: #004e74;
    -webkit-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}
.nav-link:visited {
    color: #004e74;
}
.nav-link:hover {
    color: #81c341;
}
.nav-link:focus {
    color: #81c341;
}
.nav-link:active {
    color: #81c341;
}
.dropdown-menu {
    background-color: #fff;
}
.dropdown-menu .dropdown-item {
    font-size: 0.875em;
    letter-spacing: 0.05em;
}
.dropdown-menu .dropdown-item a {
    color: #004e74;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.dropdown-menu .dropdown-item a:hover {
    color: #81c341;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #fff;
}
.navbar-nav .dropdown-menu.about-menu, .navbar-nav .dropdown-menu.media-menu, .navbar-nav .dropdown-menu.contracts-menu {
    margin: 0 !important;
}
.dropdown-toggle::after {
    position: static;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
.nav-item span.nav-link {
    padding-left: 0 !important;
    padding-right: 1em !important;
}
.logo-desktop {
    position: absolute;
    right: 0rem;
    top: 20%;
    z-index: 1;
    width: 12.5%;
}
.search-form-container.hdn {
    width: 50%;
}
.form-group .btn {
    display: none;
    visibility: hidden;
}
.search-form-container {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: right;
    overflow: hidden;
    background: #004e74;
    right: 0;
    z-index: 1;
}
.form-control {
    padding: 0.25em 0.75em;
}
.search-form-container input[type=search] {
    background-color: #eaebeb;
    border: 1px solid #eaebeb;
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 400;
    color: #004e74;
    font-size: 1.125em;
}
.search-form-container input[type=search]::-webkit-input-placeholder {
color: #004e74;
font-size: 0.875em;
}
.search-form-container input[type=search]:-ms-input-placeholder {
color: #004e74;
font-size: 0.875em;
padding: 0.5em;
}
.search-form-container input[type=search]::-ms-input-placeholder {
color: #004e74;
font-size: 0.875em;
}
.search-form-container input[type=search]::placeholder {
color: #004e74;
font-size: 0.875em;
}
#careers-search-input[type=search] {
    background-color: #fff;
    border: 1px solid #eaebeb;
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 400;
    color: #004e74;
    font-size: 1em;
}
#careers-search-input[type=search]::-webkit-input-placeholder {
color: #004e74;
font-size: 0.875em;
}
#careers-search-input[type=search]:-ms-input-placeholder {
color: #004e74;
font-size: 0.875em;
padding: 0.5em;
}
#careers-search-input[type=search]::-ms-input-placeholder {
color: #004e74;
font-size: 0.875em;
}
#careers-search-input[type=search]::placeholder {
color: #004e74;
font-size: 0.875em;
}
#nav-search-btn {
    padding: 0.25em 0.75em;
    font-size: 0.875em;
    border: 1px solid #004e74;
}
.homeicon {
    color: #fff;
}
.homeicon:hover {
    color: #81c341;
}
#slider {
    height: 540px;
}
.carousel-indicators {
    bottom: 30%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
.carousel-indicators > li {
    border-radius: 50%;
    height: 1em;
    width: 1em;
    margin-left: 1em;
    margin-right: 1em;
    -webkit-box-shadow: 0 2px 14px rgba(0,0,0,.82);
    box-shadow: 0 2px 14px rgba(0,0,0,.82);
}
.carousel-indicators > li:hover {
    cursor: pointer;
}
.carousel-indicators > li.active {
    background-color: rgba(129, 195, 65, 0.82);
}
.about-text {
    font-size: 1.25em;
}
.about-btn {
    font-size: 1em;
    padding: 0.25em 1.25em;
}
.about-heading {
    font-size: 2.5em;
    margin-left: 0;
}
.WhatWedo-text {
    font-size: 1.25em;
}
.WhatWedo-btn {
    font-size: 1em;
    padding: 0.25em 1.25em;
}
.WhatWedo-heading {
    font-size: 2.5em;
}
.yellow-block {
    position: relative;
    overflow: hidden;
}
.green-block {
    position: relative;
    overflow: hidden;
}
.blue-bar {
    padding-top: 7.5%;
}
.yellow-block {
    width: 80%;
    margin: auto;
    position: relative;
}
.green-block {
    width: 80%;
    margin: auto;
    position: relative;
}
.yellow-block:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.green-block:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.capability-heading {
    font-size: 0.875em;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.join-us-heading, .news-heading {
    min-width: 0;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
}
.join-us-heading > span, .news-heading > span {
    transform: rotate(-90deg);
    white-space: nowrap;
}
.news-heading h2, .join-us-heading h2 {
    font-size: 2em;
}
.recently-btn, .join-us-btn {
    font-size: 0.875em;
}
#news {
    padding-bottom: 6em !important;
    padding-top: 6em !important;
}
#news .col-lg-3 {
    max-width: calc(25% - 1.5rem);
}
#news .card {
    width: 90%;
    margin: auto !important;
    height: 22rem;
}
.white-box {
    background-color: #fff;
}
.news-item-heading {
    font-size: 0.875em;
}
.news-icons-list {
    font-size: 0.875em;
}
.news-read-more {
    padding: 0.125em 0 0 0;
    bottom: -1.5em;
    font-size: 0.875em;
}
#careers {
    height: calc(73% - 3em);
}
#careers .row .col-6 {
    max-width: calc(50% - 1rem);
}
.career-heading {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.5em;
}
.career-heading:first-of-type {
    padding-top: 3em;
}
.career-heading:last-of-type {
    padding-top: 1em;
}
.job-callout {
    font-size: 1em;
    padding: 1em;
    letter-spacing: -0.025em;
}
.job-callout.col-lg-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.video-box-text {
    line-height: 1.2;
    font-size: 1.125em;
    padding: 1em 0.5em 0;
}
.employees, .tom {
    padding-top: 75%;
}
footer h5 a {
    font-size: 0.75em;
    line-height: 1;
}
footer .widget-list {
    font-size: 0.83em;
}
footer .social-icons-menu a {
    font-size: 1.5em;
}
.border-left {
    border-left: 1px solid #fff !important;
}
.collapse-about, .collapse-Client, .collapse-partner, .collapse-employee, .collapse-news, .collapse-markets {
    display: block !important
}
}

@media screen and (min-width: 1024px ) {
form.navbar-form-search {
    font-size: 0.875em;
    font-family: 'Roboto Condensed', Roboto, sans-serif;
}
.logo-desktop {
    width: 14%;
}
.second-nav-bg {
    font-size: 1.375em;
}
.news-heading h2, .join-us-heading h2 {
    font-size: 2.5em;
    margin-bottom: 0.25em !important;
}
.recently-btn, .join-us-btn {
    font-size: 0.875em;
    padding: 0.125em 1.25em;
}
.news-image {
    width: 80%;
    padding-top: -2em;
    margin: auto 10%;
}
.news-read-more {
    padding: 2px 4px;
}
.news-item-heading {
    line-height: 1.2;
}
.career-heading {
    font-size: 2em;
}
.career-heading:first-of-type {
    padding-top: 1em;
}
.career-heading:last-of-type {
    padding-top: 1em;
}
.job-callout {
    font-size: 0.875em;
    padding: 1em 1.5em;
    margin-bottom: 1em;
    letter-spacing: 0;
}
.video-box-text {
    font-size: 1.25em;
}
footer ul li {
    font-size: 0.875em;
}
footer h5 a {
    font-size: 0.75em;
}
footer .social-icons-menu a {
    font-size: 1.5em;
}
}

@media screen and (min-width: 1200px ) {
#news .card {
    height: 23rem;
}
.top-search {
    top: 59px !important;
}
}

@media screen and (min-width: 1280px ) {
.capability-heading {
    font-size: 1em;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.carousel-indicators > li {
    height: 0.75em;
    width: 0.75em;
}
#news .card {
    height: 23rem;
}
.news-item-heading {
    font-size: .87em;
}
.news-icons-list {
    font-size: 1em;
}
.news-read-more {
    padding: 0;
    bottom: -1.75em;
    font-size: 0.875em;
}
.job-callout {
    font-size: 1em;
    padding: 0.5625em 1.425em;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
}
}

@media screen and (min-width: 1400px ) {
#slider {
    height: 640px;
}
.navbar-form-search .form-control, .search-form-container {
    width: 540px;
}
.second-nav-bg {
    font-size: 1.5em;
}
.carousel-indicators > li {
    height: 1em;
    width: 1em;
}
.about-heading {
    font-size: 2.8125em;
    margin-bottom: 0;
}
.about-text {
    font-size: 1.3em;
}
.about-btn {
    font-size: 1em;
    padding: 0.25em 1.25em;
}
.WhatWedo-heading {
    font-size: 3em;
    margin-bottom: 0;
    padding-top: 4em !important;
}
.WhatWedo-text {
    font-size: 1.3em;
}
.WhatWedo-btn {
    font-size: 1em;
    padding: 0.25em 1.25em;
}
.news-heading h2, .join-us-heading h2 {
    font-size: 3em;
}
#news .card {
    height: 24rem;
}
.news-item-heading {
    font-size: .78em;
}
.news-read-more {
    padding: 0;
    bottom: -1.75em;
    font-size: 1em;
}
.job-callout {
    font-size: 1.05em;
    padding: 1em;
    letter-spacing: 0.0025em;
}
}

@media screen and (min-width: 1600px ) {
.capability-heading {
    font-size: 1.2em;
}
}

@media screen and (min-width: 1680px) {
#news .card {
    height: 24rem;
}
}

@media screen and (min-width: 1800px) {
#news .card {
    height: 25rem;
}
}

@media screen and (min-width: 1900px) {
#news .card {
    height: 26rem;
}
}

@media screen and (min-width: 1920px ) {
.hero-text h1 {
    font-size: 5.75em;
    line-height: 1.0;
    margin: 0.67em 0;
}
.hero-btn {
    font-size: 1.625em;
    padding: 0.25em 0.75em;
}
.carousel-indicators {
    bottom: 26%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
.carousel-indicators > li {
    height: 0.75em;
    width: 0.75em;
}
.about-text {
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: 2em;
}
.about-btn {
    font-size: 1.125em;
    padding: 0.25em 1.25em;
}
#WhatWedo {
    padding-bottom: 4em;
}
.WhatWedo-text {
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: 2em;
}
.WhatWedo-btn {
    font-size: 1.125em;
    padding: 0.25em 1.25em;
}
.news-heading h2, .join-us-heading h2 {
    font-size: 3.5em;
}
.recently-btn, .join-us-btn {
    font-size: 1.125em;
    padding: 0.125em 1.25em;
}
.news-image {
    width: 75%;
    margin: auto 12.5%;
}
.news-item-heading {
    font-size: .9em;
}
.job-callout {
    font-size: 1.3125em;
    padding: 0.5em 1em;
    letter-spacing: 0.0025em;
}
.video-box-text {
    line-height: 1.2;
    font-size: 1.5em;
    padding: 1em 1.5em 0;
}
}

@media screen and (min-width: 2000px ) {
#news .card {
    height: 28rem;
    max-width: 380px;
}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#mainheader2 {
    background-color: #ffc63e;
    height: 100px;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 50px;
    font-weight: 600;*/
    color: #004e74;
    margin-top:35px;
    
   
}
#mainheaderFCP {
    background-color: #004e74;
    height: 660px;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 50px;
    font-weight: 600;*/
    color: #81c341;
    /*margin-top:50px;*/
    
   
}

.main-section {
    background: url("../img/capabilities/Hero Image_Health Life Science-01.png"); 
    background-size: cover;
    height: 360px;
    
    
    }

.main-section2 {
    /*background: url("../img/blank.jpg") ; */
    background-color: #4C9BB6; 
    margin-top: 8px;
    margin-bottom: 20px;
    font-family: Roboto,Arial, Helvetica, sans-serif;
    }
    
#sliderhealth {
    position: relative;
    /*z-index: 4;*/
    height: 850px;
    
}   
#second-container {
    /*margin-top: 15px;*/
    height: 190px;
    /*background-color:#004e74;*/
    font-family: Roboto,Arial, Helvetica, sans-serif;
    position: absolute;
    background: rgba(0, 78, 116, .8);

    
}
.tearsheets-section{
    position: relative;
    background-color: #D2D3D4;
    height: 750px;
    width: 100%;
    margin-top: 5px;
    
}
.capabilities-popup-section{
    
    background-color: #fff;
    height: 40px;
    width: 100%;
    
}


.left-image{
    width: 100%;
    height: 190px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.left-text {
    color: #81c341;
    text-align: center;

}
.center-text {
    color: #81c341;
    text-align: center;

}
.button-left{
margin-left: 210px;
font-size: 13px;
}
.button-center{
margin-left: 110px;
font-size: 13px;
}
/*.left-image-popup{
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    color: #81c341;
}
.left-image-popup h5{
    font-size: 60px;
    color: #81c341;
    margin-top: 10px;
    text-align: center;
}*/
.right-image{
    width: 100%;
    height: 200px;
    margin-left: 20px;
    /*margin-bottom: 20px;*/
}
/*.right-image-popup{
    width: 100%;
    height: 200px;
    margin-left: 20px;
    margin-bottom: 10px;
}*/
.center-image{
    width: 90%;
    height: 160px;
    margin-left: 20px;
    margin-bottom: 20px;
}
/*.center-image-popup{
    width: 100%;
    height: 200px;
    margin-left: 20px;
    margin-bottom: 7px;
}*/
.left-col, .right-col{
    width: 33%;
    float: left;
    text-align: justify-all;

}
.center-col{
    width: 33%;
    float: left;
    text-align: justify-all;
}
.container div {
    padding: 1%;
    box-sizing: border-box;
    margin-top: 100px;
}
.left-col2, .right-col2{
    width: 33%;
    float: left;
    text-align: justify-all;

}
.connect-section{
    position: relative;
    background-color: #004e74;
    height: 100px;
    width: 100%;
    margin-top: 5px;
    color: white;
    text-align: center;
}

#endheader {
    background-color: #ffc63e;
    height: 100px;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 50px;
    font-weight: 600;*/
    color: #004e74;
   
   
}

.connect-img-left{
    width: 50%;
    height: 20px;
}
.verticle-line{
    border-left: 3px solid white;
    height: 40px;
    position: absolute;
    left: 45%;
    margin-left: 13px;
    top: 30px;
}







