section {
    padding: 4rem 0;
}

.container .row {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px;
}



.row::after {
    content: "";
    display: table;
    clear: both;
}

.row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

img.responsive-img, video.responsive-video {
    max-width: 100%;
    height: auto;
}

a img {
    vertical-align: top;
    border: 0;
}

.modal.bottom-sheet {
    width: 80%;
    height: 100%;
    max-height: none;
}

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom , opacity;
}

.modal {
    left: 15%;
}

.modal {
    display: none;
    position: fixed;
    background-color: #f8f8f8;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top , opacity;
}

.z-depth-4, .modal {
    box-shadow: 0 16px 28px 0 rgba(0,0,0,.22) , 0 25px 55px 0 rgba(0,0,0,.21);
}

.white-text {
    color: #fff !important;
}

.black {
    background-color: #0f223e !important;
}

.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.embed-responsive, .modal, .modal-open, .progress {
    overflow: hidden;
}

.modal .modal-close {
    cursor: pointer;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
    font-size: 3rem;
	background-color: #ff8836;
	color:#FFF;
	padding:0px 10px 
}

.modal-close::after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
}

.modal .modal-close {
    cursor: pointer;
}

.modal .modal-content {
    padding: 24px;
}

.row .col.offset-l2 {
    margin-left: 16.6666666667%;
}

.modal.bottom-sheet {
    width: 70%;
    height: 93%;
    max-height: none;
}

.modal .modal-content {
    padding: 24px;
}

.lean-overlay {
    position: fixed;

    top: 51px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}

.modal {
    overflow-y: auto;
    border-radius: 2px;
    will-change: top , opacity;
}

/*---expertise service---*/

/*  ---------------------------------------------------------------
    Default style for plugin. Please change them carefully!
    --------------------------------------------------------------- */
.cbp-item {
  display: inline-block;
  margin: 0 10px 20px 0;
}



.cbp > * {
  visibility: hidden;
}

.cbp .cbp-item {
  position: absolute;
  top: 0;
  left: 0;

  margin: 0;
  padding: 0;
  overflow: hidden;
}

.cbp img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

.cbp a,
.cbp a:hover,
.cbp a:active {
  text-decoration: underline;
  outline: 0;
}

.cbp-ready > * {
  visibility: visible;
}

.cbp-ready:after {
  display: none;
  visibility: hidden;
}

.cbp-lazyload {
  position: relative;
  background: #fff;
  display: block;
}

.cbp-lazyload img {
  opacity: 1;
}

.cbp-lazyload img[data-cbp-src] {
  opacity: 0;
}

.cbp-lazyload img:not([data-cbp-src]) {
  -webkit-transition: opacity .7s ease-in-out;
  transition: opacity .7s ease-in-out;
}

.cbp-lazyload:after {
  z-index: 0;
}

.cbp-wrapper-outer {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.cbp-wrapper-outer,
.cbp-wrapper,
.cbp-wrapper-helper {

  padding: 0;
  width: 100%;
  height: 100%;
}

.cbp-wrapper,
.cbp-wrapper-helper {
  position: absolute;
  top: 50px;
  left: 0;
  margin: 0;
}

.cbp-item-off {
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}

.cbp-item-on2off {
  z-index: 0;
}

.cbp-item-off2on {
  z-index: 1;
}

.cbp-item-on2on {
  z-index: 2;
}

.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.cbp-l-project-related-wrap img,
.cbp-l-inline img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.cbp-updateItems {
  -webkit-transition: height .5s ease-in-out !important;
  transition: height .5s ease-in-out !important;
  will-change: height;
}

.cbp-updateItems .cbp-item {
  -webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
  transition: top .5s ease-in-out, left .5s ease-in-out;
}

.cbp-updateItems .cbp-item-loading {
  -webkit-animation: fadeIn .5s ease-in-out;
  animation: fadeIn .5s ease-in-out;
  -webkit-transition: none;
  transition: none;
}

.cbp-removeItem {
  -webkit-animation: fadeOut .5s ease-in-out;
  animation: fadeOut .5s ease-in-out;
}

/*  END - Default style for plugin. Please change them carefully! */
.cbp-panel {
  width: 94%;
  max-width: 1170px;
  margin: 0 auto;
}

.cbp-misc-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
  text-align: center;
}

.cbp-misc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes cbp-rotation {
  0 {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes cbp-rotation {
  0 {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.cbp-l-filters-left {
  float: left;
}

.cbp-l-filters-right {
  float: right;
}

/* general caption style */
.cbp-caption,
.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
  display: block;
}

.cbp-caption-activeWrap {
  background-color: #282727;
}

.cbp-caption-active .cbp-caption,
.cbp-caption-active .cbp-caption-defaultWrap,
.cbp-caption-active .cbp-caption-activeWrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cbp-caption-active .cbp-caption-defaultWrap {
  top: 0;
}

.cbp-caption-active .cbp-caption-activeWrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
}

/*-----------------------------------------------------------------------------
   21. Hover-effect
-----------------------------------------------------------------------------*/
/* info HOVER */
.info-block {
  position: relative;
  width: 100%;
  display: block;
  z-index: 5;
  transition: box-shadow 0.5s ease-out, transform 0.5s ease;
}

.info-block .info-block__img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.info-block a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.info-block .info-block__details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.6s, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out 0.6s, transform 0.5s ease-in-out;
}

.info-block .info-block__details .info-block__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .4;
  background-image: -webkit-linear-gradient(-315deg, rgba(163, 162, 162, 0.8), #121314);
  background-image: linear-gradient(45deg, rgba(163, 162, 162, 0.8), #121314);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.info-block .info-block__details .info-block__title {
  position: absolute;
  margin: 0;
  text-transform: none;
  font-family: 'Abel', sans-serif;
  color: #fff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}

.info-block .info-block__details .info-block__title .blast {
  display: inline-block;
}

.info-block .info-block__details .info-block__title .blast:nth-child(1) {
  text-transform: capitalize;
}

.info-block .info-block__details .info-block__title.large {
  font-size: 30px;
}

@media (max-width: 991px) {
  .info-block .info-block__details .info-block__title.large {
    font-size: 20px;
  }
}

.info-block .info-block__details .info-block__content {
  text-align: center;
  position: absolute;
  color: #000;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  font-size: 14px;
}

.info-block .info-block__details .info-block__content .info-block__content-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.info-block .info-block__details .info-block__content .info-block__content-subtitle {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 1px;
  color: #121314;
}

.info-block .info-block__details .info-block__icon {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  transform: translateX(-50%) translateY(-15px) rotate(45deg);
  font-size: 20px;
  opacity: 0;
  font-weight: bold;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.info-block .info-block__details .info-block__icon.icon-expand {
  font-size: 20px;
}

.info-block .info-block__details .info-block__date {
  position: absolute;
  top: 10px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
}

.info-block .open-popup-link {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 20px;
  color: #000;
  text-transform: uppercase;
  outline: none;
  font-size: 12px;
  -webkit-transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
}

.no-touchy .info-block:hover .info-block__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.no-touchy .info-block:hover .info-block__details {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.no-touchy .info-block:hover .info-block__details .info-block__bg {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.no-touchy .info-block:hover .info-block__details .info-block__title span {
  opacity: 0;
}

.no-touchy .info-block:hover .info-block__details .info-block__icon {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(0) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
  -o-transform: translateX(-50%) translateY(0) rotate(45deg);
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

.touchy .info-block {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touchy .info-block .info-block__img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touchy .info-block .info-block__details {
  opacity: 1;
}

.touchy .info-block .info-block__details .info-block__bg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touchy .info-block .info-block__details .info-block__title span {
  opacity: 1;
}

.touchy .info-block .info-block__details .info-block__icon {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(0) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
  -o-transform: translateX(-50%) translateY(0) rotate(45deg);
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

.info-block.visible .info-block--visible {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #121314;
}

.info-block.visible .info-block__details {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  background-color: transparent;
}

.info-block.visible .info-block__details .main-header {
  color: #fbfbfc;
  margin-bottom: 35px;
}

.info-block.visible .info-block__details p {
  color: #9b9ba4;
}

.no-touchy .info-block.visible:hover .info-block__details {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.card-data {
  position: relative;
  width: 100%;
  display: block;
  z-index: 5;
  transition: box-shadow 0.5s ease-out, transform 0.5s ease;
  border: 0px solid #FFF;
}

.card-data .card-data__img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.card-data .card-data__details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.7s;
  transition: transform 0.5s ease-in-out, opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.7s;
}

.card-data .card-data__details:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .5;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  background-image: -webkit-linear-gradient(-315deg, #121314, #a3a2a2);
  background-image: linear-gradient(45deg, #121314, #a3a2a2);
}

.card-data .card-data__details:before {
  content: '';
  position: absolute;
  top: 12%;
  right: 12%;
  bottom: 12%;
  left: 12%;
  opacity: 0;
  -webkit-transition: border-width 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  transition: border-width 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  border: 0px solid #fff;
}

.card-data .card-data__details .card-data__title {
  position: absolute;
  margin: 0;
  text-transform: none;
  font-weight: bold;
  color: #fff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}

.card-data .card-data__details .card-data__title .blast {
  display: inline-block;
}

.card-data .card-data__details .card-data__title .blast:nth-child(1) {
  text-transform: capitalize;
}

.card-data .card-data__details .card-data__title.large {
  font-size: 30px;
}

@media (max-width: 991px) {
  .card-data .card-data__details .card-data__title.large {
    font-size: 20px;
  }
}

.card-data .card-data__details .card-data__icon {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  transform: translateX(-50%) translateY(-15px) rotate(45deg);
  font-size: 20px;
  opacity: 0;
  font-weight: bold;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.card-data .card-data__details .card-data__icon.icon-expand {
  font-size: 20px;
}

.card-data a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.no-touchy .card-data:hover .card-data__img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.no-touchy .card-data:hover .card-data__details {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.no-touchy .card-data:hover .card-data__details .card-data__title span {
  opacity: 0;
}

.no-touchy .card-data:hover .card-data__details:before {
  opacity: 1;
  border: 12px solid #fff;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.no-touchy .card-data:hover .card-data__icon {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(0) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
  -o-transform: translateX(-50%) translateY(0) rotate(45deg);
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

.touchy .card-data .info-block__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.touchy .card-data .card-data__details {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touchy .card-data .card-data__details:before {
  border: 16px solid #fff;
}

.touchy .card-data .card-data__icon {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(0) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
  -o-transform: translateX(-50%) translateY(0) rotate(45deg);
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

.card-data--intro .card-data--intro__inner {
  position: absolute;
  text-align: center;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10%;
  border: 10px solid #fff;
  padding: 1em;
}

.card-data--intro .card-data--intro__inner .post-title {
  font-weight: bold;
}

.cbp-fullscreen .cbp-popup-singlePageInline .cbp-popup-close {
  right: 15px;
}

.expertise-punch{
    margin: 27px 0px 20px 0px;
    padding: 0px 0px 0px 17px;
    border-left: 2px solid #0cb4ce;
	color:#000
}

.expertise-punch h3{
	font-family: 'Abel', sans-serif;	
}


/*table-expertise*/

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 160px;
  max-width: 700px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
.table-fill th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:16px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-fill th:first-child {
  border-top-left-radius:3px;
}
 
.table-fill th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
.table-fill tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
.table-fill tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
.table-fill tr:first-child {
  border-top:none;
}

.table-fill tr:last-child {
  border-bottom:none;
}
 
.table-fill tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
.table-fill tr:nth-child(odd):hover td {
  background:#4E5066;
}

.table-fill tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.table-fill tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
.table-fill td {
  background:#FFFFFF;
  padding:0px 20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:16px;
  font-family: 'Karla', sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.table-fill td:last-child {
  border-right: 0px;
}

.table-fill th.text-left {
  text-align: left;
}

.table-fill th.text-center {
  text-align: center;
}

.table-fill th.text-right {
  text-align: right;
}

.table-fill td.text-left {
  text-align: left;
}

.table-fill td.text-center {
  text-align: center;
}

.table-fill td.text-right {
  text-align: right;
}

.next-expertise{
	margin-top:20px;
}

.next-expertise a{
	font-family: 'Karla', sans-serif;
	text-align:right;
	float:right;
	background-color:#999;
	color:#FFF;
	padding:10px;
	text-decoration:none;	
}

.next-expertise a:hover{
	background-color:#3e4095;
	color:#FFF;
	text-decoration:none;	
}

.expertise-para p{
	margin-top:20px;
	margin-left:50px;
}

.expertise-head{
	margin-left:20px;
}

.expertise-head h4{
	font-family: Dosis, arial, sans-serif;
	color:#000;
	letter-spacing:1px;	
}

