@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
body {
  font-family: 'Roboto', sans-serif;
  background: #fafafa;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #333;
}
table{
  font-size: 16px;
}
a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}
.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}
.mand {
  color: #f00;
  display: inline-block;
  margin-left: 5px;
}
/* custom css */
.ulalign {
  margin: 0 0 0 25px;
}
.ulalign li {
  margin: 0 0 6px 0;
}
.ulalign li a {
  color: #00f;
}
ul {
  padding: 0;
}
p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
h2, h3, h4, h5 {
  color: #001b26;
}
h2 {
  font-size: 168%;
}
h4 {
  font-size: 21px;
}
}
hr {
  background: #333;
  height: 1px;
}
.rowRightPush {
  margin-right: 15px;
}
.rowRight {
  margin-right: -15px;
}
.rowLeft {
  margin-left: -15px;
}
.bot-20 {
  margin-bottom: 20px;
}
.top-20 {
  margin-top: 20px;
}
/******* header style ********/
/*********************************************      menu style    **********************************/
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/menu.png") center top;
  background-size: 100%;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: ">";
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 17px;
  background: #fff;
  color: #333;
  transform: rotate(90deg);
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  padding: 0 9px;
  margin: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 10px 11px;
  display: block;
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
}
.menu > ul > li:hover, .menu > ul > li.active {
  background: #ddad1b;
}
.menu > ul > li:hover > a, .menu > ul > li.active a {
  color: #fff;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
}
.menu .img img {
  width: 100%;
  padding-right: 5%;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: .8em;
}
.menu > ul > li > ul > li a:hover {
  color: #013042;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 8px 0;
  margin: 0;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
  font-size: 15px;
  text-transform: capitalize;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 8px 0;
  text-transform: capitalize;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    position: relative;
    . width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 10px 15px;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}
/*********** Slider Section *****************/
.owl-carousel {
  height: 470px;
}
.owl-carousel .owl-item {
  height: 470px !important;
}
/*******************************************   menu style    ******************************/
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 50px;
  display: none;
  z-index: 9;
}
.scrollup img {
  width: 100%;
}
.bodyCont {
  padding-top: 50px;
  padding-bottom: 50px;
}
#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
header {
  padding: 8px 0 5px;
}
.menulist {
  padding: 0;
  margin-top: 0px;
  float: right;
}
.menulist li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  margin-right: -6px;
}
.powered {
  margin: 0;
  padding: 0;
  display: block;
}
.powered li {
  display: inline-block;
}
.powered img {
  width: 100%;
}
.cateSection {
  background: #ddad1b;
  padding: 30px 0;
}
.query {
  width: 100%;
}
.logo {
  display: block;
  margin: 0px 0 0 0;
}
/******** banner css ******/
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.fadeOut .item {
  position: relative;
}
.fadeOut .item .flex-caption {
  min-height: 470px;
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
  background: #003344;
  padding: 40px 35px 35px;
}
.flex-caption h3 {
  color: #fff;
  margin-top: 0;
  font-size: 30px;
}
.flex-caption h4 {
  font-size: 23px;
  color: #ddad1b;
  margin-top: 25px;
}
.flex-caption p {
  color: #fff;
  font-size: 14.5px;
  letter-spacing: 0;
  line-height: 22px;
	margin-bottom: 40px;
}
.flex-caption a:hover {
  color: #fff;
}
.modal h4 {
  display: inline-block;
  color: #0066ff;
  text-align: center;
}
.modal h4 span {
  font-size: 14px;
}
.modal .modal-header {
  background: #337ab7;
}
.members > div {
  cursor: pointer;
}
.members img {
  border: 2px solid #337ab7;
}
.members h4 span {
  display: block;
  font-size: 14px;
  margin: 5px 0 0 0;
}
.contScroll {
  max-height: 350px;
  overflow-y: scroll;
}
.border-highlight {
  height: 3px;
  width: 60px;
  background: #ddad1b;
  margin-bottom: 30px;
}
.banner-img {
  height: 470px;
}
/********  services css  ***********/
.servBlock > figure > span {
  position: relative;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.servBlock > figure > span i {
  font-size: 25px;
  color: #fff;
}
.servBlock > figure > span:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  left: 0;
  bottom: 0;
}
.servBlock > figure > span:after {
  width: 10px;
  height: 10px;
  content: "";
  right: 0;
  bottom: -4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}
.servBlock figcaption p {
  color: #fff;
  margin: 10px 0 0 0;
}
.servKnow {
  display: inline-block;
  background: #013042;
  border: 4px solid #013042;
  color: #fff;
  padding: 6px 10px;
  margin: 20px 0 0 0;
}
.servKnow:hover {
  color: #013042;
  background: none;
}
.commonGap {
  padding-top: 15px;
  padding-bottom: 15px;
	font-size: 16px;
	line-height: 23px;
}
.servCont {
  margin: 0 0 0px 0;
}
.servCont h2 {
  position: relative;
  margin-top: 0;
  padding: 0 50px 20px 0;
  display: inline-block;
}
.servCont h2:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ddad1b;
  content: "";
  left: 0;
  bottom: 0;
}
.servCont h2:after {
  width: 10px;
  height: 10px;
  content: "";
  right: 0;
  bottom: -4px;
  border-radius: 50%;
  background: #ddad1b;
  position: absolute;
}
.showBIg, .showSmall {
  position: relative;
}
.servCaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
}
.servCaption:hover {
  color: #39c7f6;
}
.showBIg {
  min-height: 500px;
  transition: all ease 0.3s;
}
.bigOne {
  background: url("../images/small1.jpg") center top;
  background-size: cover;
}
.bigtwo {
  background: url("../images/small2.jpg") center top;
  background-size: cover;
}
.smallone {
  background: url("../images/small3.jpg") center top;
  background-size: cover;
}
.smalltwo {
  background: url("../images/small4.jpg") center top;
  background-size: cover;
}
.smallthree {
  background: url("../images/small5.jpg") center top;
  background-size: cover;
}
.smallfour {
  background: url("../images/small6.jpg") center top;
  background-size: cover;
}
.smallfive {
  background: url("../images/small7.jpg") center top;
  background-size: cover;
}
.showSmall {
  min-height: 240px;
  transition: all ease 0.3s;
}
/*
.showSmall:hover,.showBIg:hover{
    box-shadow: 5px 5px 0px #0078a0;
}
*/
.showSecgap {
  margin-bottom: 30px;
}
.showsmallGap {
  margin-bottom: 20px;
}
.servList li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0px 0 15px 0;
}
.servList li a {
  color: #bcbcbc;
  font-size: 15px;
  display: block;
  position: relative;
  line-height: 20px;
  padding: 0 15px 0 25px;
}
.servList li a:before {
  content: "\e044";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0;
  top: 0;
  color: #bcbcbc;
}
.servList li a:hover {
  color: #001b26;
}
.servList li a:hover:before {
  color: #eeab1f;
}
.darkMain {
  background: #001b24;
}
.darkMain h2 {
  color: #fff;
}
.darkMain .servList li a:hover {
  color: #ddad1b;
}
.heading {
  margin-bottom: 30px;
}
.heading h2 {
  position: relative;
  padding: 0 50px 20px 0;
  display: inline-block;
}
.heading h2:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ddad1b;
  content: "";
  left: 0;
  bottom: 0;
}
.heading h2:after {
  width: 10px;
  height: 10px;
  content: "";
  right: 0;
  bottom: -4px;
  border-radius: 50%;
  background: #ddad1b;
  position: absolute;
}
.heading h2 span {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: text-top;
}
.midHeading {
  margin: 30px 0 30px 0;
}
.home-tiles {
  padding: 22px 0;
}
.home-tiles img {
  height: 70px;
  width: 70px;
}
.home-tiles h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
}
.home-tiles p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
}
.np-l-r {
  padding-left: 0;
  padding-right: 0;
}
.more-link {
  color: #002fff;
}
.mt-5 {
  margin-top: 30px !important;
}
.text-content {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
}
.margin-20 {
  margin-top: 20px;
}
/******  media center start  ******/
.mediaMain {
  display: table;
}
.mediaLeft, .mediaRight {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.mediaLeft {
  background: #001b24;
  padding: 60px 0;
}
.mediaRight {
  background: #b8cced;
  padding: 60px 0;
}
.rightalign {
  align: right;
  padding: 60px 0px 0px 20px;
}
.medialeftCont {
  padding: 0 30px 0 30px;
}
.medialeftCont h2 {
  color: #b8cced;
}
.mediarightCont {
  padding: 0 30px 0;
}
.mediarightCont .servCont {
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-top: 7px;
}
.mediarightCont p {
  margin: 15px 0;
  color: #333;
}
.mediarightCont > a {
  color: #FFF;
}
/******  media center end  ******/
/******  extra start  *******/
.multList {
  margin: 30px 0 0 0px;
  padding: 0;
}
.multList li {
  margin: 0 0 10px 0;
  list-style-type: none;
}
.multList li img {
  margin: 0 10px 0 0;
}
.multList > li > ul {
  margin: 0 0 0 20px;
}
.multList-swap {
  margin: 30px 0 0 0px;
  padding: 0;
	font-size: 16px;
	line-height: 23px;
}
.multList-swap > li {
  background: url("../images/libg.png") top left no-repeat;
  padding: 0 20px 0 25px;
  margin: 0 0 20px 0;
  display: block;
  vertical-align: top;
  list-style-type: none;
  box-sizing: border-box;
}
.multList-swap li > ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.multList-swap li img {
  margin: 0 10px 0 0;
}
.resume .col-md-12 {
  margin-bottom: 15px;
}
.resume .col-md-12 span {
  color: #f00;
  display: inline-block;
  margin: 0 0 0 5px;
}
#accordion1 .panel-title a {
  display: block;
}
.addTable img {
  margin: 0 10px 0 0;
}
.award {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddad1b;
}
/******  extra start  *******/
/******  Footer area start  *******/
footer {
  background: #003344;
  padding: 50px 0;
  overflow: hidden;
}
footer p {
  color: #fff;
}
footer a {
  color: #39c7f6;
}
footer nav {
  display: block;
  margin-bottom: 20px;
}
footer nav ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
}
footer nav ul li a {
  font-size: 105%;
  color: #fff;
  text-transform: capitalize;
}
footer nav ul li a:hover {
  color: #39c7f6;
}
footer p {
  font-size: 11px;
}
/******  Footer area end *******/
/******  career style start  ********/
.resume .row {
  margin-bottom: 20px;
}
.resume input {
  border-radius: 0;
}
.resume textarea {
  width: 100%;
  resize: none;
}
/******  career style end  ********/
/****** map style start  ********/
.map {
  background: url(../images/WorldMap-5.png) no-repeat;
  height: 473px;
  margin-top: 32px;
  margin: 0 auto;
  position: relative;
}
.pointer_div {
  background: #02789e;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
}
.pointer1 {
  left: 120px;
  top: 180px;
}
.pointer2 {
  left: 142px;
  top: 237px;
}
.pointer3 {
left: 152px;
  top: 240px;
}
.pointer4 {
	left: 165px;
  top: 246px;
}
.pointer5 {
left: 167px;
  top: 266px;
}
.pointer6 {
  left: 162px;
  top: 281px;
}
.pointer7 {
	left: 192px;
  top: 284px;
}
.pointer8 {
	left: 176px;
  top: 317px;
}
.pointer9 {
left: 356px;
  top: 343px;
}
.pointer10 {
left: 349px;
  top: 332px;
}
.pointer11 {
left: 358px;
  top: 322px;
}
.pointer12 {
	left: 338px;
  top: 308px;
}
.pointer13 {
left: 373px;
  top: 311px;
}
.pointer14 {
left: 368px;
  top: 299px;
}
.pointer15 {
left: 374px;
  top: 290px;
}
.pointer16 {
left: 415px;
  top: 322px;
}
.pointer17 {
left: 381px;
  top: 276px;
}
.pointer18 {
left: 365px;
  top: 259px;
}
.pointer19 {
left: 335px;
  top: 230px;
}
.pointer20 {
left: 359px;
  top: 231px;
}
.pointer21 {
left: 374px;
  top: 222px;
}
.pointer22 {
left: 377px;
  top: 208px;
}
.pointer23 {
left: 385px;
  top: 216px;
}
.pointer24 {
left: 395px;
  top: 219px;
}
.pointer25 {
left: 409px;
  top: 216px;
}
.pointer26 {
left: 403px;
  top: 232px;
}
.pointer27 {
left: 412px;
  top: 235px;
}
.pointer28 {
left: 412px;
  top: 246px;
}
.pointer29 {
left: 400px;
  top: 253px;
}
.pointer30 {
left: 390px;
  top: 240px;
}
.pointer31 {
left: 434px;
  top: 214px;
}
.pointer32 {
left: 420px;
  top: 191px;
}
.pointer33 {
left: 298px;
  top: 165px;
}
.pointer34 {
  left: 289px;  /*Done*/
  top: 166px;
}
.pointer35 {
  left: 498px;
  top: 130px;
}
.pointer36 {
left: 346px;
  top: 150px;
}
.pointer37 {
left: 454px;
  top: 128px;
}
.pointer38 {
left: 467px;
  top: 220px;
}
.pointer39 {
left: 480px;
  top: 229px;
}
.pointer40 {
left: 479px;
  top: 238px;
}
.pointer41 {
left: 464px;
  top: 267px;
}
.pointer42 {
left: 486px;
  top: 170px;
}
.pointer43 {
left: 502px;
  top: 253px;
}
.pointer44 {
left: 515px;
  top: 251px;
}
.pointer45 {
left: 507px;
  top: 275px;
}
.pointer46 {
left: 508px;
  top: 288px;
}
.pointer47 {
left: 531px;
  top: 286px;
}
.pointer48 {
left: 574px;
  top: 344px;
}
.pointer49 {
left: 543px;
  top: 248px;
}
.pointer50 {
left: 549px;
  top: 202px;
}
.pointer51 {
  left: 304px;
  top: 195px;
}
.pointer52 {
  left: 279px;
  top: 242px;
}
.pointer53 {
  left: 289px;
  top: 252px;
}
.pointer54 {
  left: 319px;
  top: 271px;
}
.pointer55 {
  left: 326px;
  top: 287px;
}
.pointer56 {
  left: 453px;
  top: 184px;
}
.pointer57 {
  left: 286px;
  top: 270px;
}
.pointer58 {
  left: 313px;
  top: 265px;
}
.pointer59 {
  left: 301px;
  top: 267px;
}
.pointer60 {
  left: 374px;
  top: 302px;
}
.pointer61 {
  left: 330px;
  top: 277px;
}
.pointer62 {
  left: 309px;
  top: 181px;
}
.pointer63 {
  left: 362px;
  top: 201px;
}

.pointer_div + .tooltip > .tooltip-inner {
  background-color: #02789e;
  font-size: 10px;
}
.pointer_div + .tooltip > .tooltip-arrow {
  border-top-color: #02789e;
}
/****** map style end **********/
/******  Responsive css  *******/
@media screen and (max-width: 768px) {
  .logo {
    display: table;
    margin: 0 auto 20px;
  }
  .menures {
    text-align: center;
  }
  .rowRight {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    padding: 0;
  }
  .rowLeft {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0;
  }
  .bigtwo {
    overflow: hidden;
  }
  .onMob {
    padding: 0 2%;
  }
  .mediaMain {
    margin: 60px 0 0 0;
  }
  .gc img {
    width: 100%;
  }
  .connect1 img {
    width: 100%;
  }
  .award img {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .logo img {
    width: 100%;
  }
  .servBlock {
    margin-bottom: 40px;
  }
  .servList li {
    width: auto;
  }
  /*.showBIg,.showSmall{
        margin-left:2%;
        margin-right: 2%;
    }*/
  .onMob {
    padding: 0 4%;
  }
  .flex-caption {
    display: none;
  }
  .mediaLeft, .mediaRight {
    display: block;
    width: auto;
  }
  .medialeftCont, .mediarightCont {
    padding-left: 2%;
    padding-right: 2%;
  }
  .multList-swap > li {
    display: block;
    width: auto;
  }
  .menulist {
    float: none;
  }
  .menulist li {
    display: block;
    text-align: right;
    margin: 10px 0;
  }
  .award img {
    margin-bottom: 20px;
  }
}
.nopaddingtop {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
figure {
  padding-bottom: 25px;
}
.newy .mediaMain {
  background: #001b24;
}
.newy .mediaMain {
  display: block !important;
}
.newy .mediaMain h2 {
  color: #fff;
}
.newy .mediaMain .mediaLeft {
  padding: 15px 0 28px !important;
}
.new-h {
  padding-top: 10px;
}
.medialeftCont video {
  width: 100%;
  height: auto;
}
/* --- Hover effect -------*/
.bigOne {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}
.bigOne::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease-in-out;
  z-index: 1;
}
.bigOne:hover::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
.bigOne .servCaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #ffffff;
  text-decoration: none;
  z-index: 2;
  transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.bigOne .hover-links {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease-in-out;
  z-index: 2;
  font-weight: bold;
  font-size: 19px;
}
.bigOne .hover-links a {
  color: #fff;
  font-size: 15px;
  padding: 3px 0;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-bottom: 8px;
  font-weight: normal;
}
.bigOne .hover-links a:hover {
  color: #39c7f6;
  text-decoration: none;
}
.bigOne:hover .servCaption {
  bottom: auto;
  top: 0px;
}
.bigOne:hover .hover-links {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  top: 85px;
}
.continuing_education img {
  height: 313px;
  border: none;
}
.continuing_education h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}
.job-table label {
  font-weight: normal;
  margin-right: 16px;
}
.job-table label input {
  margin-right: 4px;
}
.menu-img-padding {
  padding-right: 30px;
}
.no-padding-left-logo {
  padding-left: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.mt-15px {
  margin-top: 34px;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-right-0 {
  padding-right: 0;
}
.the-dc-legacy-h2 {
  margin-left: 45px;
}
.index-footer {
  margin-top: 45px;
}
.smallcsr {
  background: url("../images/csr.jpg") center top;
  background-size: cover;
}
.smalldccce {
  background: url("../images/DR.-Ghosal-at-ChemEast-2026.jpg") center top;
  background-size: cover;
}
/*
.smalldccce, .smallcsr{
	border: 9px solid #003344;
}
*/
.tiles {
  background: #003344;
  padding: 26px;
}
.tiles-01 {
  min-height: 204px;
}
@media only screen and (max-width: 991px) {
  .continuing_education .no-padding-left, .continuing_education .no-padding-right {
    padding-left: 0;
    padding-right: 0;
  }
  .video-section .padding-left-0, .video-section .padding-right-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .video-section .tiles {
    margin-top: 20px;
  }
}
.global-footprint ul {
  padding-left: 15px;
	font-size: 11px;
}
.global-footprint h4 {
  font-size: 11.5px;
	margin-bottom: 0px;
}
.global-footprint .region {
  margin-bottom: 20px;
}

.map-location{
	background: #d9d9d9;
	padding: 0;
	margin-top: 25px;
}

.map-location-h2-section{
	background: #ddad1b;
	padding: 12px 15px 1px;
}

.map-location-h2-section h2{
	margin-top: 0;
	color: #fff;
	font-size: 16px;
}

.map-location-body{
	padding: 0px 10px 15px 10px;
}


/*
.job-table{
	padding: 20px;
	border: 1px solid #D5D5D5;
}
*/

#resume{
	background:  #edf0f4;
	padding: 13px 15px;
	height: 50px;
}

.job-link{
	margin-top: -30px;
	
}

#jobFormMessage{
	margin-top: 13px;
}

.job-link  p{
	letter-spacing: 0;
}

.job-link  img{
	margin-left: 10px;
}

.map-location-body ul li{
	padding-left: 3px;
}

.only-img-home{
	min-height: 254px;
}
}
