:root{
    --primary-font:'Raleway', sans-serif;
    --secondary-font:'Open Sans', sans-serif;
    --primary-color: #000000;
    --white-color: #ffffff;
    --hover-color: #000000;
    --header-color:#214D70;
}
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family:  var(--primary-font);
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.bold, strong, b, thead {
    font-weight: 600;
}
:focus {
	outline: 0;
}
input[type=submit] {
	-webkit-appearance: none;
}
html {
	overflow-x: hidden;
	max-width:   100%;
}
body {
	max-width:   100%;
	font-family:  var(--primary-font);
	position: relative;
}
/* ol, ul, li {
	list-style: none;
} */
input[type=text]::-ms-clear {
	display: none;
}
sup {
	font-size: 10px;
	vertical-align: super;
}
sub {
	font-size: 10px;
	vertical-align: sub;
}
p:empty {
	display: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
section {
	z-index: 1;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/* ============================================================
   01. BODY, STYLES, AND MAIN DIVS
/* ============================================================ */

	/* === 01. - 001. Body and html === */

html {
	overflow-y: scroll;
	min-height: 100%;
}
html, body {
	position: relative;
	overflow-x: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	font-family: var(--primary-font);
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html.ie7, body.ie7{
	min-width: 480px;
}
section {
	position: relative;
}
	/* === 01. - 002. Main styles === */

h1, h2, h3, h4, h5, h6 {
	position: relative;
    font-family: var(--primary-font);
    font-weight: 500;
}
h1 {
    font-size: 45px;
	line-height: 45px;
}
h2 {
    font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}
h3 {
    font-size: 20px;
    line-height: 34px;
	margin-bottom: 12px;
}
h4 {
    font-size: 18px;
    line-height: 32px;
	margin-bottom: 12px;
}
h5 {
    font-size: 16px;
    line-height: 26px;
	margin-bottom: 12px;
}
h6 {
    font-size: 14px;
    line-height: 24px;
	margin-bottom: 12px;
}
p {
	padding-bottom: 25px;
}
H5 {
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 5px;
    MARGIN: 25px 0px 10px;
    LINE-HEIGHT: 120%;
    color: #00728f;
}
.bold,
strong,
b,
thead {
	font-weight: 600;
}
a {
	cursor: pointer !important; /*overide every pointer behaviour*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;	
	transition: all 0.2s linear;
}
a:-webkit-any-link {
	text-decoration: none;
	cursor: auto;
}
a:-moz-any-link {
	text-decoration: none;
	cursor: auto;
}
a:link {
	text-decoration: none;
	cursor: auto;
}

a:hover{
    color: var(--hover-color);
}
p,
input[type=text], 
textarea, 
input[type=email], 
input[type=password], 
input[type=tel], 
input[type=url] {
	font-size: 16px;
    line-height: 25px;
	font-weight: normal;
}

img {
	max-width: 100%;
}
em {
	font-style: italic;
}
blockquote,
blockquote p {
	line-height: 40px;
	font-size: 22px;
	padding-left: 0px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	font-weight: lighter;
}
code {
	display: block;
	clear: both;
	overflow: auto;
	padding: 20px;
	margin: 12px 0;
	white-space: pre;
	font: 12px "Andale Mono",Courier,"Courier New",monospace;
}
ul, ol {
	margin-left: 30px;
	margin-bottom: 30px;
}
ul li {
	list-style: disc;
	list-style-position: outside;
}
ol li {
	list-style: decimal;
	list-style-position: outside;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 20px;
}
table {
	width: 100%;
}
table td,
table th {
	text-align: center;
}
table tbody td {
	padding: 5px;
	border-right: 1px solid;
	border-bottom: 1px solid;
}
table tbody tr td:first-child {
	border-left: 1px solid;
}
table th {
	border-bottom: 1px solid;
}
caption {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

h2 span, h3 span, h4 span{
    color: #993300;
}
/*  */
header{
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 9;
    line-height: 0;
}
header .navbar-brand{
    width: 265px;
}
header .navbar-nav, header .navbar-nav .nav-item{
    list-style: none;
    margin: 0 2px;
}
.top-bar {
    width: 100%;
    height: 40px;
    background: rgb(48,97,134);
    background: linear-gradient(180deg, rgba(48,97,134,1) 0%, rgba(26,72,111,1) 70%, rgba(47,88,121,1) 100%);
    border-bottom: solid 1px #3b82a7;
    border-top:  solid 1px #3b82a7;
    padding-top: 4px;
    position: relative;
    z-index: 99;
}
.top-bar .navbar-expand-lg .navbar-nav .nav-item {
    background: rgb(81,121,153);
    background: linear-gradient(180deg, rgba(81,121,153,1) 0%, rgba(50,97,133,1) 100%);
    border: solid 1px #5a84a3;
    border-radius: 6px;
}
.top-bar .navbar-expand-lg .navbar-nav .nav-item:hover{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(216,227,238,1) 100%);;
    border: solid 1px #fff;
}
.top-bar .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
    color: var(--header-color);
}
.top-bar .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    padding: 1px 15px;
    font-family: var(--secondary-font);
    font-weight: 700;
    color: #fff;
    font-size: 12px;
}
.navbar{
    padding: 0;
}
.navbar ul, .navbar li{
    list-style: none;
    margin: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    padding: 10px 14px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: #8ECEFF;
    display: block;
    line-height: normal;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
    color:var(--hover-color);
}


.dropdown-menu{
    padding: 0;
    overflow: visible;
    max-height: 3000px;
    opacity: 1;
    background-color: rgba(33,77,112,0.9);
    list-style: none;
    padding-bottom: 15px;
}
.dropdown-menu li{
    list-style: none;
}
.dropdown-item{
    padding: 5px 1rem;
    white-space: initial;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    line-height: normal;
}
.dropdown-menu .dropdown-item:hover{
    color: #fff;
    background: #5b8caf url('../images/dropdown-active.png') no-repeat ;
    background-position:95% 9px;
}
.dropdown-item i{
    margin-right: 5px;
}
.navbar-toggler{
    border-color: var(--hover-color);
    color: var(--hover-color);
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler i{
    font-size: 16px;
}
.mega-menu.dropdown{
    position: inherit;
}


.mega-menu .dropdown-menu li{
    width: 25%;
}
.banner{
    background: url(../images/showcase-layer1.png) no-repeat top;
    padding-top: 60px;
    position: relative;
    padding-bottom: 15px;
}
.banner::before{
    content: '';
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url('../images/showcase-bottom.png') no-repeat bottom center;
}
.banner h1{
    white-space: nowrap;
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
    color: var(--black-color);
    background-color: rgba(255, 255, 255, 0.5);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    margin-bottom: 30px;
    font-family: var(--secondary-font);
    padding-left: 10px;
    padding: 0px 10px;
}
.banner h1 a{
    white-space: nowrap;
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
    color: var(--black-color);
}
.banner h1 a:hover{
    color: var(--hover-color);
}
.banner h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    background-color: rgba(255, 119, 119, 0.5);
    letter-spacing: 0px;
    padding:0px 10px 10px;
    font-family: var(--secondary-font);    
    display: table;
    margin: auto;
    margin-bottom: 50px;
}
.banner .banner-btn{
    z-index: 8;
    white-space: nowrap;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: var(--primary-color);
    background-color: rgba(255, 119, 119, 0.5);
    border-radius: 30px;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    margin: 0px;
    padding: 10px 30px;    
    font-weight: bold;
}
.banner .banner-btn:hover{
    background-color: var(--white-color);
    color: var(--black-color);
}
.banner .banner-btn i{
    font-size: 18px;
    margin-left: 4px;
}
.banner-logo{
    margin-top: 100px;
    position: relative;
    text-align: right;
}
.top_banner_text {
    width: 209px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    margin-left: auto;
    position: relative;
}
.top_banner_text a{
    float: right;
    color: #8ECEFF;
    font-weight: normal;
}
.top_banner_text a:hover{
    text-decoration: underline;
}
section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.meet {
    color: var(--header-color);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    padding-bottom: 5px;
}
.meet a {
    color: var(--header-color);
    text-decoration: none;
}
.meet_photo {
    padding: 6px 0px ;
}
.meet_text1 {
    color: #333333;
    font-weight: normal;
    padding: 0 0 6px;
    text-decoration: none;
    line-height: 22px;
}
.testimonials {
    color: #595858;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    background-image: url(../images/line3.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    padding-top: 10px;
}
.testimonials p {
    padding: 0px;
    color: #595858;
    padding: 4px 0px;
    font-size: 15px;
}
.case_studies {
    padding: 15px;
    line-height: 20px;
}
h1 {
    color: var(--header-color);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}
h3 {
    color: var(--header-color);
    font-size: 18px !important;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 0;
    line-height: 28px;
    
}
.case_studies ul, .case_studies li {
    list-style: none;
    margin: 0;
    margin: 3px 0 5px 0;
}
.case_studies ul li a {
    text-decoration: underline;
    color: #666666;
    background-image: url('../images/arrow1.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    display: inline-block;
    font-size: 16px;
}
.case_studies ul li a:hover{
    text-decoration: none;
}
.read a {
    color: var(--header-color);
    text-decoration: underline;
    float: right;
    font-size: 15px;
}
.read  a:hover{
    text-decoration: none;
}
footer {
    width: 100%;
    background: url(../images/footer-bg.gif) repeat;
    display: block;
    overflow: hidden;
    position: relative;
}
.footer-link a {
    color: var(--header-color);
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-right: 20px;
    text-decoration: none;
    margin-right: 5px;
}
.footer-link a img{
    position: relative;
    top: 2px;
}
.copyRights{
    background-color: var(--header-color);
    text-align: center;
    color: #9CADBA;
    padding: 10px;
    font-size: 14px;
}
.copyRights a{
    color: #fff;
}

.go_top {
    position: fixed;
    bottom: 3px;
    right: 20px;
}
a.scrollToTop {
    display: inline-block !important;
    font-size: 30px;
    color: #fff;
}
.banner-img{
    position: relative;
    top: 30px;
}

.left_div {
    background: #eee;
    padding: 20px;
}
.left-side-header h3 {
    color: #00728f;
    padding: 5px 10px;
    display: block;
    margin-bottom: 20px;
    margin-top: 0px;
    border-bottom: solid 2px #00728f;
}
.left_div ul li {
    margin: 3px 0 4px;
    background-repeat: no-repeat;
    list-style: disc;
}
.left_div ul li strong{
    display: block;
}
.row_rightLine {
  float: left;
  width: 95%;
  border-bottom: dotted 1px #AEAEAE;
  margin: 5px 0px;
}
.right_div_imagerow .row_left {
  float: left;
  width: 33%;
  height: auto;
  padding-right: 10px;
  font-size: 14px;
}
.right_div_imagerow {
  float: left;
  width: 100%;
}
.right_div_imagerow .row_right {
  float: left;
  width: 65%;
  height: auto;
  padding: 0px 0px 5px 0px;
}
.left_div ul li a {
    color: #000000;
    display: block;
    font-size: 14px;
    padding-bottom: 3px;
    font-weight: normal;
    padding-left: 0px;
    text-decoration: none;
}
.left_content_footer p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px;
}
.header-title h1 {
    text-align: center;
    margin-bottom: 40px;
    color: #00728f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.more-case-studies ul, .more-case-studies li{
    list-style: none;
    margin: 0;
}
.more-case-studies li a{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: bold;
}
.header2{
    background-color: #5b87aa;
    padding: 2px 10px;
    text-transform: uppercase;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px;
}
.banner-inner{
    height: 180px;
}
H3 {
  FONT-WEIGHT: bold;
  PADDING-BOTTOM: 5px;
  MARGIN: 25px 0px 10px;
  LINE-HEIGHT: 120%;
  color: #00728f;
}

.left_content_footer p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 12px;
}
.right_div_imagerow .row_right {
  float: left;
  width: 65%;
  height: auto;
  padding: 0px 0px 5px 0px;
}
.right_div_imagerow p {
  float: left;
  margin: 5px 0px;
  padding: 0px;
}



.offerings-links li:hover {
  box-shadow: 6px 6px 0px 0px rgba(0,0,0,0);
  background: rgba(182, 193, 255, 0.21);
}
.offerings .card .btn {
  width: 110px;
  background-color: #1d4c6f;
  color: #fff;
  border: #13344c 1px solid;
  font-size: 13px !important;
  transition: 0.3s;
  float: right;
}
.career_table tr td ul {
  margin-left: 10px;
  width: 84%;
}
.career_table tr th {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    line-height: 20px;
    text-align: left;
    border-right: transparent;
}
.career_table tr th:last-child {
    border-right: 1px solid #ccc;
}
.career_table tr td {
  padding: 5px;
  font-size: 12px;
  border: 1px solid #ccc;
  line-height: 20px;
  text-align: left;
  border-top: transparent;
  border-right: transparent;
  vertical-align: top;
}
.career_table tr td:last-child {
  border-right: 1px solid #ccc;
}
.career_table tr td:first-child {
    border-left:1px solid #ccc;
}
.managementRow_text p {
  padding: 5px 0px;
}
.managementRow_text {
  height: auto;
  width: calc(100% - 120px);
}
.managementRow_left {
  height: auto;
  width: 120px;
  padding-top: 12px;
}
.managementRow {
  width: 100%;
  height: auto;
  padding: 5px 0px;
  display: flex;
  gap:20px;
}
.managementname span {
  color: #214D70;
  font-weight: bold;
  width: 140px;
  display: inline-block;
}
.profile_row {
  float: left;
  padding-bottom: 10px;
}

.managementRow_image span {
    font-weight: bold;
    color: #214D70;
}
.right_div_image {
  height: auto;
}
.aspBox h3 {
  margin: 0;
  padding: 0;
  color: #67a6d5;
  font-size: 18px;
  border-collapse: collapse;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 3px;
}
.aspBox ul li a {
  color: #204764;
  line-height: 18px;
  font-family: Gotham Book, Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.aspBox ul {
    margin-left: 0;
}
.aspBox ul li {
  background-image: url(../images/more_case_arrow.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
  list-style: none;
  padding: 5px 3px 5px 25px;
  width: 100%;
  background-color: #f7f8ee;
  margin-bottom: 3px;

}
.aspBox ul li span {
    width: 90%;
    padding-left: 16px;
    color: #7d7676;
    font-size: 15px;
    display: inline-block;
}
.pdf_icon {
    float: right;
    padding-right: 5px;
}
.more_case_studiesDiv_in {
  float: left;
  width: 430px;
  height: auto;
  padding: 2px 20px 2px 0px;
}
.more_case_studiesDiv_in a {
  text-decoration: none;
  color: #000000;
}


.tab_main ul {
    list-style: none;
}
.tab_main h2 {
    color: #000;
    font-weight: bold;
    margin: 0px 0px 10px;
    font-size: 24px;
}
.s_dev_left {
    background: linear-gradient(#fff 50%, #e7e8ea);
    border-radius: 20px;
    margin-right: 20px;
    position: relative;
    vertical-align: top;
    padding: 0px 20px 25px 10px;
}
.s_dev_right {
    vertical-align: top;
    position: relative;
    right: 15px;
}
.s_red_bg {
    background-color: #df353c;
    border-top-left-radius: 20px;
    padding: 15px;
    border-bottom-left-radius: 20px;
    width: 90%;
    margin-top: 20px;
}
.s_red_bg p {
    color: #fff;
}
.s_red_bg hr {
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-top: 0px;
}
.s_l_red, .s_r_red{
    width: 49%;
    display: inline-block;
}
.s_red_bg ul li {
    list-style: none;
    color: #fff;
}
.it_img li p strong {
    color: #e4656a;
    padding-right: 5px;
}
.tab_main ul, .tab_main li{
    list-style: none;
}
.tab_main ul{
    margin-bottom: 10px;
    margin-left: 0;
}
.tab_main li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.it_img ul, .it_img p{
    padding: 0px 15px 5px;
    list-style: none;
}
.tab_sec {
    border: 1px solid #aaaaaa;
    color: #222222;
    width: 100%;
    margin: auto;
}
.s_red_bg h5 {
    text-transform: none;
    color: #fff;
    margin: 10px 0px;
}
.s_dev_left h5 {
    color: #e4656a;
    margin: 10px 0px 0px;
}
.tab-content>.tab-pane {
    padding: 10px;
    height: 630px;
    overflow-y: auto;
    overflow-x: hidden;
}
.tab_sec .nav, .tab_sec .nav li{
    list-style: none;
    margin: 0;
}
.tab_sec .nav{
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.tab_sec .nav li{
    display: table-cell;
}
.tab_sec .nav-pills .nav-link.active, .tab_sec .nav-pills .show>.nav-link, .tab_sec .nav-pills .nav-link:hover{
    color: #fff;
    background-color: #26547b;
    width: 100%;
    border-radius: 0;
}
.tab_sec .nav-pills .nav-link{
    width: 100%;
    border-right: 1px solid #efefef;
    padding: 15px 15px;
    color: #000;
}
.IT_l_gray {
    background: linear-gradient(#f9f9f9 50%, #e7e8ea);
    width: 90%;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}
.IT_D_gray {
    background-color: #737577;
    border-radius: 20px;
    padding: 20px 35px;
    width: 100%;
    margin: auto;
}
.IT_red {
    background-color: #df353c;
    border-radius: 20px;
    padding: 10px;
    width: 80%;
    position: relative;
    bottom: 20px;
    margin: auto;
}
.D_left {
    width: 40%;
    display: inline-block;
    margin-right: 20px;
}
.D_right {
    width: 57%;
    display: inline-block;
    vertical-align: top;
}
.IT_l_gray p {
    color: #fff;
}
.D_right ul {
    margin-left: 20px;
    color: #fff;
    margin-top: 10px;
}
.D_right ul li {
    margin: 0px;
}
.IT_red p {
    font-size: 17px;
    text-align: center;
    line-height: 18px;
}
.IT_l_gray p {
    color: #fff;
}
.it_img img {
    margin: auto;
    display: block;
    padding: 20px 0px;
}
.IT_l_gray .it_img p {
    color: #000;
}
.tabs_left {
    width: 66%;
    display: inline-block;
    margin-right: 20px;
}
.tabs_right {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.tabs_left p {
    padding-bottom: 10px;
}
.tabs_left h5 {
    font-weight: bold;
    color: #244e6f;
    text-transform: none;
    margin: 0px 0px 5px;
}
.tab_cont {
    margin-bottom: 20px;
}
.tabs_right ul {
    background-color: #ccc;
    padding: 8px;
}
.tabs_right ul li {
    list-style: none;
    font-size: 11px;
    margin: 0;
    padding-left: 15px;
}
.tabs_right h4 {
    color: #244e6f;
    margin: 0px;
    font-weight: bold;
}
.about_us_img {
    background-image: url(../images/about_center.png);
    width: 100%;
    background-size: cover;
    height: calc(100% - 77px);
    position: absolute;
    opacity: 0.2;
    z-index: -1;
}
.about_us_main {
    background-image: url(../images/about_main.png);
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
}
.career_table tr td ul {
    margin-left: 10px;
    width: 84%;
}
.career_table tr td ul p{
    padding: 0;
}
.meet-our-minds .card{
    border:none;
}
.meet-our-minds img {
    border: 1px solid #DDDDDD;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    height: auto;
}
.specialization {
    width: 100%;
    height: auto;
}
.specialization h2 {
    color: #67a6d5;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.specializationTitel {
    color: #67a6d5;
    font-weight: bold;
    padding-left: 10px;
    font-size: 18px;
    background-color: #f7f7ee;
    margin-bottom: 5px;
    padding: 5px 0px 5px 5px;
}
.specialization p {
    font-size: 17px;
    font-family: Gotham Book, Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    color: #52585d;
}
.specialization ul {
    margin-left: 10px;
    margin-bottom: 20px;
}
.specialization ul li {
    background: url(../images/case_arrow.png) no-repeat scroll 0 1px transparent;
    display: block;
    list-style: none outside none;
    padding-left: 15px;
    line-height: 18px;
    font-family: Gotham Book, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-position: left 7px;
    color: #52585d;
}
.icons_div {
    float: right;
    width: auto;
    height: auto;
    padding-bottom: 10px;
    position: relative;
    z-index: 9;
}
.objectiveDiv {
    height: auto;
    border-right: solid 1px #5a88a9;
    margin-bottom: 8px;
    padding-right: 20px;
}
.CaseStudiesDecr_table {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}
.CaseStudiesDecr_left {
    background: none repeat scroll 0 0 #f7f7ed;
    color: #c16b03;
    font-family: Gotham Book, verdana;
    font-size: 15px;
    padding: 3px 0 3px 5px;
    width: 30%;
    text-align: left;
}
.CaseStudiesDecr_right {
    background: none repeat scroll 0 0 #f7f7ed;
    font-family: Gotham Book, verdana;
    padding: 0 0 0 5px;
    color: #52585d;
    font-size: 15px;
    text-align: left;
}
table.CaseStudiesDecr_table tbody td, table.CaseStudiesDecr_table tbody tr td:first-child{
    border-color: #fff;
}
.contact_uss {
    display: flex;
    margin: auto;
    text-align: left;
}
.management_top{
    text-align: center;
}

.OpenjobsMainBox {
    width: 66.33%;
    height: auto;
    font-size: 16px;
}
.contactBoxbig {
    width: 33.33%;
    height: auto;
    background-repeat: repeat-x;
    border: solid 1px #c2e0f8;
    margin-right: 6px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}
.contactBox {
    display: inline-block;
    width: 49%;
    /* min-height: 355px; */
    min-height: 207px;
    background-repeat: repeat-x;
    border: solid 1px #c2e0f8;
    margin-right: 2px;
    margin-bottom: 10px;
    vertical-align: top;
}
.OpenjobsMainBox h3, .contactBoxHeaderbig{
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 10px;
    padding-bottom: 10px;
    background: rgb(216,224,231);
    background: linear-gradient(180deg, rgba(216,224,231,1) 0%, rgba(255,255,255,1) 100%);
    border-bottom: solid 1px #c2e0f8;
}
.contactBoxtext {
    padding: 10px;
    font-size: 14px;
}
.contactBoxtextbig {
    padding: 10px;
    font-size: 14px;
}
