/*
========================
Karriere page start
========================
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

body {	
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;    
	background: #fff;
	color: #000000;	
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #626D70;  
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #626D70;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.navbar {  
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar .nav-logo {
    max-width: 100%;
    display: block;
}

.navbar .primary-nav li > a {
    display: block;
    font-weight: normal;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 5px 20px 5px!important;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.navbar .primary-nav li:last-child a {
    padding-right: 0!important; 
}

/*==== separate menu style start =====*/

.navbar-brand {
   font-weight: bold;
   font-size: 23px;
   transition: 0.2s all ease;
   -webkit-transition: 0.2s all ease;
   -moz-transition: 0.2s all ease;
}

.navbar-brand:hover {
    opacity: 0.8;
}

.karriere-nav {
    background: #626D70;
}

.karriere-nav .primary-nav li a {
    color: #9d9d9d!important;
}

.karriere-nav .primary-nav li a:hover,
#current-item {
    color: #fff!important;
}

.aktuelles-nav .navbar-brand {
    color: #000000;
}

.aktuelles-nav {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.aktuelles-nav .primary-nav li a {
    color: #777777!important;
}

.aktuelles-nav .primary-nav li a:hover,
.aktuelles-nav #current-item {
    color: #000000!important;
}

.aktuelles-nav .hamburger-inner,
.aktuelles-nav .hamburger-inner::before,
.aktuelles-nav .hamburger-inner::after {   
    background-color: #000;  
}

.office-nav .primary-nav li a {
    color: #bfbfbf!important;
}

.office-nav .primary-nav li a:hover,
.office-nav #current-item {
    color: #fff!important;
}

.office-nav .primary-nav li a {
    color: #bfbfbf!important;
}

.office-nav .primary-nav li a:hover,
.office-nav #current-item {
    color: #fff!important;
}

.home-menu .primary-nav li a {
    color: #fff!important;
}

.home-menu .primary-nav li a:hover,
.home-menu #current-item {
    color: #bbb!important;
}

/*==== separate menu style start =====*/

.hamburger {
  padding: 10px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  outline: 0px!important;
}

.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 36px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

/*Squeeze*/ 
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.karriere-banner img {
    width: 100%;
    display: block;
}

.kbbt-area {
    background: #626D70;
    padding: 35px 0;
}

.kbbt-area p {
    font-size: 18px;
    color: #fff;
}

.kbbt-area h4 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;   
}

.kbbt-area a {
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background: #838C8E;
    margin-top: 15px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.kbbt-area a:hover {
    opacity: 0.8;
}

.karriere-form-area {
    padding: 60px 0 100px;
}

.kf-input h4 {
    margin-bottom: 35px;
    font-size: 20px;
	font-weight: bold;
    color: #000;
}

.kf-input input {
    width: 100%;
    display: block;
    padding: 10px 20px;
    border: 1px solid #efefef;
    background: #efefef;
    border-radius: 30px;
    margin-bottom: 35px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.kf-input input:focus {
    border-color: #626D70;
}

.kf-input label {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    display: block;
}

.kf-input input[type="submit"] {
    width: initial;
	font-size: 15px;
	font-weight: normal;
    padding: 10px 30px;
    margin-top: 20px;
}

.kf-input input[type="submit"]:hover {
    background: #626D70;
    color: #fff;
}

.footer-content {
    background: #fff;
	/*position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;*/
}

.footer {
    padding: 30px 0 30px;
}

.footer p {
    margin: 0;
    color: #525252;
    font-size: 12px;
    font-weight: lighter;
}
.footer a {
    margin: 0;
    color: #525252;
    font-size: 12px;
    font-weight: lighter;
}
.footer a:hover {
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: lighter;
}
.footer-impressum span {
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(0, 0, 0, 0.05);
    padding-left: 30px;
    padding-top: 0px;
    margin-left: 26px;
}
.cbt-content {
    padding: 80px 0;
}

.cbt-content p {
    text-align: center;
    font-weight: lighter;
    margin-bottom: 20px;
}

.cbt-content p strong {
    font-weight: 600;
}

.secn1-area p {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin: 0;
}

.secn1-area span {
    font-size: 20px;
    display: block;
    color: #5c5c5c;
    font-weight: lighter;
    margin: 0;
    text-align: right;
}

.secn1-bdr {
    padding: 50px 0 35px;
    border-bottom: 1px solid #dbdbdb;
}

.secn2-item {
    text-align: center;
    min-height: 300px;
    width: 100%;
    background: #F7F7F7;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.secn2-item span {
    display: block;
    font-size: 15px;
    font-weight: lighter;
    color: #000;
    margin-bottom: 12px;
}

.secn2-item p {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;   
}

.secn2-item a {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    padding: 5px 25px 8px;
    border-radius: 30px;
    background: #F0F0F0;
    margin-top: 8px;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.secn2-item a:hover {
    background: #626D70;
    color: #fff;
}

.secn2-bdr {
    padding: 60px 0 45px;
    border-bottom: 1px solid #dbdbdb;
}

.secn2-bdr-k {
    padding: 60px 0 45px;
}

.secn2-item-k {
    text-align: center;
    height: 200px;
    width: 100%;
    background: #F7F7F7;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.secn2-item-k span {
    display: block;
    font-size: 15px;
    font-weight: lighter;
    color: #000;
    margin-bottom: 12px;
}

.secn2-item-k p {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;   
}

.secn2-item-k a {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    padding: 5px 20px 8px;
    border-radius: 30px;
    background: #F0F0F0;
    margin-bottom: 8px;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.secn2-item-k a:hover {
    background:#000000;
    color: #fff;
}
.secn2-item-schwer {
    text-align: center;
    height: 600px;
    width: 100%;
    background: #F7F7F7;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.secn2-item-schwer h4 {
    display: block;
    font-size: 15px;
    font-weight: lighter;
    color: #000;
    margin-bottom: 12px;
}

.secn2-item-schwer p {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;   
}

.secn2-item-schwer a {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    padding: 5px 20px 8px;
    border-radius: 30px;
    background: #F0F0F0;
    margin-bottom: 8px;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.secn2-item-schwer a:hover {
    background:#000000;
    color: #fff;
}
.secn3-area {
    text-align: center;
    padding: 70px 0;
}

.secn3-area h4 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.secn3-area p {
    font-weight: lighter;
    font-size: 18px;
    color: #000;
}

.secn3-area a {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    padding: 7px 30px 10px;
    border-radius: 30px;
    background: #F0F0F0;
    margin-top: 20px;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.secn3-area a:hover {
    background: #626D70;
    color: #fff;
}

.typ-area {
    padding: 60px 0 80px;
}

.tab-area {
    padding: 60px 0 80px;
}

.tabs {
    width: 100%;
    display: inline-block;
}

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab_part {
    margin-bottom: 40px;
}

.tab_part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    font-size: 0;   
}

.tab_part ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.tab_part ul li a {
    color: #7c7c7c;
    font-size: 18px;
    font-weight: normal;
    display: block;
    padding: 10px 16px;    
    transition: 0.2s all ease;
    border-bottom: 1px solid #ddd;
}

.tab_part ul li.active a {
    color: #000;
    border-color: #000;
    border-width: 3px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.width60{
    width:100%;
}

.typ-inner {
    text-align: center;
}

.tbc-inner {
    text-align: center;
}

.typ-title span {
    font-size: 18px;
    font-weight: lighter;
    display: block;
    margin: 8px 0;
    color: #000;
}

.typ-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 40px;
    margin-top: 15px;
}

.typ-title h5 {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin: 8px 0;
    color: #000;
}
.typ-inner p {
    font-size: 18px;
    font-weight: lighter;
    margin: 9px 0;
    color: #626D70;
}

.typ-inner a {
    color: #000;
    font-weight: lighter;
}
.typ-inner a:hover {
    font-weight: normal;
}

.tbc-title span {
    font-size: 18px;
    font-weight: lighter;
    display: block;
    margin: 8px 0;
    color: #000;
}

.tbc-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 40px;
    margin-top: 15px;
}

.tbc-title h5 {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin: 8px 0;
    color: #000;
}

.tbc-inner p {
    font-size: 18px;
    font-weight: lighter;
    margin: 9px 0;
    color: #000;
}

.tbc-inner a {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    padding: 7px 30px 10px;
    border-radius: 30px;
    background: #efefef;
    margin: 40px 0 60px;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}


.tbc-inner a:hover {
    background: #626D70;
    color: #fff;
}

.tbc-para {
    margin: 60px 0;
}

/*
========================
Project page start
========================
*/

.project-area {
    width: 100%;
    display: block;
    text-align: center;
}

.gallery-cont img {
    transition: 0.2s all ease;
}

.gallery-cont img:hover {
    opacity: 0.9;
}


.project-area-link a{
    color: black;
}

.secv1-area {
    text-align: center;
    padding: 35px 0;
}
.secv1-area-only {
    text-align: center;
    padding: 35px 0;
}
.secv1-area p {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 0;
	margin-left: 7%;
	text-align: center;
}
.secv1-area-only p {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 0;
	text-align: center;
}
.secv1-area span {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    float: right;
    margin-top: 6px;
}
.secv1-area span1 {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    float: left;
    margin-top: 6px;
}
.project-item img {
    width: 100%;
    display: block;
}
.pjt-content-top {
    padding: 50px 15px 65px 15px;
}
.pjt-content-top p {
    font-weight: lighter;
    font-size: 18px;
    margin-bottom: 12px;
}

.pjt-content-top h5 {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}


.pjt-content-career {
	text-align: center;
}
.pjt-content-career p {
    font-size: 15px;
	color: #000;
	font-weight: lighter;
	line-height: 200%;
	text-align: center;
}

.pjt-content-career h4 {
    font-size: 18px;
    font-weight: 600;
	color: #000;
	text-align: center;
    margin: 50px 0;
}

.pjt-content-top-button{
    padding: 50px 0;
    text-align: center;
}

.pjt-content-top a {
    padding: 7px 25px;
    background: #000;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.pjt-content-top a:hover {
    background: #626D70;
    color: #fff;
}

.pjt-content {
    padding: 25px 15px 45px 15px;
}

.pjt-content p {
    font-weight: lighter;
    font-size: 14px;
    margin-bottom: 12px;
}

.pjt-content h5 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.pjt-btn {
	width: 100%;
    padding: 15px;
    margin: 45px 0 40px;
}

.pjt-btn a {
    padding: 7px 25px;
    background: #000;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.pjt-btn a:hover {
    opacity: 0.8;
}
.pjt-btn-w {
	width: 100%;
	visibility: hidden
}

.pjt-btn-w a {
    background:#FFFF;
	visibility: hidden; 
}

.pjt-btn-w a:hover {
    visibility: hidden;
}
.secv2-inner table {
    margin-top: 50px;
}

.secv2-inner table td {
    font-size: 15px;
    font-weight: lighter;
    color: #000;
    word-break: break-all;
}
.secv2-inner table td a{
    font-size: 15px;
    font-weight: lighter;
    color: #000;
    word-break: break-all;
}

.secv2-inner table tr td:last-child {
    text-align: right;
}

.secv2-lp {
    padding: 70px 0 60px;
}

.secv2-inner h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 50px 0;
}

.secv2-lp p {
    font-size: 15px;
    font-weight: lighter;
    color: #000;
	line-height: 200%;
	text-align: justify;
	text-align-last: center;
}

.secv3-item {
    background: #000;
    color: #fff;
}

.secv3-top {
    margin-bottom: 50px;
}

.secv3-top h3 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #000;
}

.secv3-bdr {
    padding: 60px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px;
}

.secv4 {
    padding: 60px 0 10px;
}

.secv4 h5 {
    font-weight: normal;
}

/*
========================
Office page start
========================
*/

.office-nav {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 9999;
}

.secm1-area img {
    width: 100%;
    display: block;
}

.office-nav .navbar-nav {   
    z-index: 9999999999999!important;
}

.secn4-area {
    padding: 70px 0;
    text-align: center ;
}
.secn4-area-button{
    padding: 50px 0;
    text-align: center;
}

.secn4-area p {
    font-size: 15px;
    color: #000;
    font-weight: lighter;
    line-height: 200%;
	text-align: justify;
	text-align-last: center;
}


.secn4-area h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 50px 0;
}

.secn4-area a {
    padding: 7px 25px;
    background: #000;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.secn4-area a:hover {
    background: #626D70;
    color: #fff;
}

.secn4-area-k {
	padding-bottom: 70px;
    text-align: center;
}
.secn4-area-i {
	padding-bottom: 70px;
    text-align:left;
}
.secn4-area-l {
	padding-bottom: 70px;
    text-align: center;
}
.secn4-area-schwer {
	padding-bottom: 70px;
    text-align: center;
}
.secn4-area-button-k{
    padding: 60px 0;
    text-align: center;
}
.secn4-area-button-l{
    padding: 60px 0;
    text-align: center;
}
.secn4-area-button-schwer{
    padding: 60px 0;
    text-align: center;
}.secn4-area-button-o{
    padding: 60px 0;
    text-align: center;
}
.secn4-area-k p {
    font-size: 15px;
    color: #000;
    font-weight: lighter;
    line-height: 200%;
	text-align: justify !important;
	text-align-last: center !important;
}
.secn4-area-i p {
    font-size: 15px;
    color: #000;
    font-weight: lighter;
    line-height: 200%;
	text-align: left;
}
.secn4-area-i a {
    font-size: 15px;
    color: #000;
    font-weight: lighter;
    line-height: 200%;
	text-align: left;
}
.secn4-area-schwer p {
    font-size: 15px;
    color: #000;
    font-weight: lighter;
    line-height: 200%;
	text-align: justify !important;
	text-align-last: center !important;
}
.secn4-area-l p {
    font-size: 15px;
    color: #000;
    font-weight: lighter;
    line-height: 200%;
	text-align: center!important;
}
.secn4-area-k h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 50px 0;
}
.secn4-area-i h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 50px 0;
}
.secn4-area-0 h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 20px 0;
}
.secn4-area-l h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 50px 0;
}

.secn4-area-k a {
    padding: 7px 25px;
    background: #000;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.secn4-area-schwer a {
    padding: 7px 25px;
    background: #000;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}
.secn4-area-l a {
    padding: 7px 25px;
    background: #000;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}
.secn4-area-k a:hover {
    background: #626D70;
    color: #fff;
}
.secn4-area-l a:hover {
    background: #626D70;
    color: #fff;
}
.secn4-area-schwer a:hover {
    background: #626D70;
    color: #fff;
}
.secn5-area {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 15px 0;
}
.secn5-area-kontakt {
    margin: 15px 0;
}
.secn5-item img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
}

.secn5-area p {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: normal;
    margin: 30px 0 0;
}
.secn5-area-kontakt h4 {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 0;
}
.secn5-area-kontakt p {
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: lighter;
    margin: 30px 0 0;
}
.secn5-bdr {
    border-right: 1px solid #ccc;
}

.secm5-area img {
    width: 100%;
    display: block;
    margin: auto;
}


.secm6 {
    border-bottom: 1px solid #ccc;
}

.office-tbi img {
    max-width: 100%;
    display: block;
    margin: 5px auto 10px;
}

.office-tbi p {
    font-size: 15px;
    color:black;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.carousel-caption p {
   font-size: 15px;
    font-weight: normal;
    color: #fff; 
    margin-bottom: 30px;
}

.carousel-indicators li {   
    width: 10px;
    height: 10px;
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 50%;   
    opacity: 1;    
}

.carousel-indicators .active {  
     position: relative;
}

.carousel-indicators .active:after {
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #fff;
  position: absolute;
  content: '';
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
}

