html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Heebo", sans-serif;
  position: relative;
  font-weight: 400;
  color: #333;
  font-size: 17px;
  line-height: 25px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #008ba4; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

h1, h2, h3, h4 {
  font-family: "Play", sans-serif; }

section {
  padding: 80px 0;
  position: relative; }

@media (max-width: 500px) {
  section {
    padding: 50px 0; } }
.btn {
  color: #fff;
  background-color: transparent;
  font-family: "Play", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 30px;
  border-radius: 0;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.1s;
  margin: 15px 0; }
  @media (max-width: 500px) {
    .btn {
      font-size: 16px;
      padding: 13px 25px; } }

.btn:focus,
.btn:hover {
  color: #fff;
  background-color: #008ba4;
  border: 2px solid #008ba4; }

.btn:before {
  content: '';
  background-color: #00667e;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: left center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: opacity 0.3s ease 0s,transform 0.3s ease 0s,left 0.3s ease 0.3s;
  clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%, 20% 50%); }

.btn:hover:before {
  opacity: 1;
  transform: scale(1);
  left: 100%; }

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 20px; } }
.btn2 {
  color: #fff;
  background-color: #008ba4;
  font-family: "Play", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 40px;
  border-radius: 0;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.1s;
  margin: 15px 0; }
  @media (max-width: 500px) {
    .btn2 {
      font-size: 16px;
      padding: 13px 25px; } }

.btn2:focus,
.btn2:hover {
  color: #fff;
  background-color: #00667e;
  border: 2px solid #00667e; }

.btn2:before {
  content: '';
  background-color: #008ba4;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: left center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: opacity 0.3s ease 0s,transform 0.3s ease 0s,left 0.3s ease 0.3s;
  clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%, 20% 50%); }

.btn2:hover:before {
  opacity: 1;
  transform: scale(1);
  left: 100%; }

@media only screen and (max-width: 767px) {
  .btn2 {
    margin-bottom: 20px; } }
.title-h {
  font-size: 55px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 3px;
  font-family: "Play", sans-serif;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 30px;
      letter-spacing: 0;
      line-height: 34px; } }

.little-h {
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Play", sans-serif;
  color: #008ba4; }
  @media (max-width: 991px) {
    .little-h {
      letter-spacing: 2px;
      font-weight: 400;
      font-size: 17px;
      line-height: 23px; } }

.title-p {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 30px;
  color: #666; }

@media (max-width: 991px) {
  .title-p {
    font-size: 19px;
    line-height: 27px;
    padding-bottom: 20px; } }
.inner-h {
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  margin-top: 30px;
  font-size: 33px; }

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 992px) {
  .desctop-view {
    display: none; } }
.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

/******navbar start*******/
.top-bar {
  background-color: #008ba4; }
  .top-bar p, .top-bar a {
    padding-top: 6px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Play", sans-serif; }
    @media (max-width: 768px) {
      .top-bar p, .top-bar a {
        font-size: 13px;
        line-height: 15px; } }
  .top-bar a:hover {
    color: #ccc; }

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none; } }
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #008ba4; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: #fff !important;
      border-bottom: solid 1px none; } }

.navbar {
  min-height: 78px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 66px; } }

.navbar-brand {
  padding: 1px 10px 2px 10px; }
  @media (max-width: 1255px) {
    .navbar-brand {
      padding: 4px 0px 2px 10px; } }

.navbar-brand img {
  width: auto;
  height: 73px; }
  @media (max-width: 1025px) {
    .navbar-brand img {
      height: 52px; } }

.caret {
  margin-left: 4px; }

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 400;
    font-family: "Play", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Heebo", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; }

  nav.navbar.bootsnav .btn {
    margin-left: 0px !important; } }
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #008ba4;
    margin-top: 0px;
    width: 220px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 21px 28px 10px 8px;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    color: #008ba4;
    font-family: "Play", sans-serif;
    letter-spacing: 1px;
    margin: 14px 0 12px 0; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px;
      text-decoration: none; } }

@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 21px 10px 10px 10px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Play", sans-serif;
    letter-spacing: 0px; } }
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #00667e; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-weight: 400;
    font-size: 17px; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #008ba4; } }
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 90px;
  margin-top: 1px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 52px;
    width: auto;
    margin-top: 0; } }
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333; }

  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px; } }
nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
/******navbar end**********/
/*****hero start*********/
.hero {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      min-height: 70vh;
      padding-bottom: 30px; } }
  .hero .hero-box {
    margin-top: 45vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin: 28vh 00px 50px 00px; } }
    .hero .hero-box h1 {
      color: #fff;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
    .hero .hero-box h2 {
      color: #fff;
      font-family: "Heebo", sans-serif;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 2px;
      font-weight: 400;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      margin-top: 20px; }
      @media (max-width: 991px) {
        .hero .hero-box h2 {
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0px; } }
    .hero .hero-box .btn {
      border: 2px solid #fff;
      color: #fff;
      background-color: transparent; }
    .hero .hero-box .btn:hover {
      border: 2px solid #008ba4;
      background-color: #008ba4; }

.hero .back {
  background: rgba(13, 13, 13, 0.55); }

/***************hero end******/
/****recent*****/
.recent .svg-inline--fa {
  margin-right: 6px;
  font-size: 14px; }

.recent-box {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  font-size: 16px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.recent-text {
  padding: 0 15px 15px 20px; }

.recent-box h3 {
  font-size: 24px;
  line-height: 28px;
  min-height: 84px; }

.recent-box h3 {
  font-size: 24px;
  line-height: 28px;
  min-height: 84px; }

.recent-box:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }

.recent-box:hover h3 {
  color: #00667e; }

.recent-img {
  background-size: cover;
  background-position: center;
  height: 240px; }

@media screen and (max-width: 991px) {
  .recent-img {
    height: 220px; } }
.recent .owl-carousel .item {
  padding-bottom: 30px;
  width: 96%;
  margin-left: 2%; }

@media screen and (max-width: 991px) {
  .recent .owl-carousel .item {
    padding-bottom: 10px; } }
.recent .owl-nav {
  display: none; }

.recent .owl-theme .owl-dots .owl-dot.active span, .recent .owl-theme .owl-dots .owl-dot:hover span {
  background: #008ba4; }

/******recent end**********/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 120px 0; }

@media (max-width: 991px) {
  .cta {
    padding: 80px 0; } }
.cta .back {
  background: rgba(26, 26, 26, 0.6); }

.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }

.cta p {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  font-size: 26px;
  line-height: 34px; }

@media (max-width: 991px) {
  .cta p {
    font-size: 18px;
    line-height: 24px; } }
.cta .btn {
  margin-top: 20px; }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
/*********** logos start ********/
.logos {
  padding: 50px 0; }

.logos .logo {
  width: 19%;
  display: inline-block; }
  @media (max-width: 991px) {
    .logos .logo {
      width: 30%;
      margin-bottom: 20px; } }

.logos img {
  width: 80%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.logos img:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

/******* logos end ********/
/*****tc- footer start******/
.tc-footer {
  background-color: #1a1a1a;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 50px 0; }
  .tc-footer img {
    width: 85%;
    margin: 20px 0 30px 0; }

@media (max-width: 991px) {
  .tc-footer {
    text-align: center; } }
.tc-footer .footer-title {
  color: #008ba4;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 30px 0 15px 0; }

@media (max-width: 991px) {
  .tc-footer .footer-title {
    margin: 30px 0 10px 0; } }
.tc-footer a, .tc-footer li, .tc-footer p {
  color: #ddd;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px; }

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 20px;
    font-size: 16px; } }
.tc-footer a:hover {
  color: #008ba4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.tc-footer ul {
  list-style: none;
  padding-left: 0px; }

.tc-footer p {
  padding-right: 25px; }

@media (max-width: 991px) {
  .tc-footer p {
    padding-right: 0px; } }
.tc-footer .svg-inline--fa {
  display: inline-block;
  border: 1px solid #ddd;
  width: 32px;
  height: 32px;
  padding: 7px;
  margin: 10px 10px 0 0; }

.tc-footer .svg-inline--fa:hover {
  border: 1px solid #008ba4;
  background: #008ba4;
  color: #fff; }

.footer-bottom {
  padding: 15px 0 5px 0; }
  .footer-bottom p {
    font-family: "Play", sans-serif;
    font-size: 15px; }

/*****tc-footer end******/
.hero .circle {
  background-color: transparent;
  height: 40px;
  width: 30px;
  display: block;
  border: 2px solid  #eee;
  border-radius: 100px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 4;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .hero .circle {
      display: none; } }

.hero .svg-inline--fa {
  font-size: 15px;
  color: white;
  margin-top: 3px;
  bottom: 5px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  animation-name: arrow;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  -webkit-animation-name: arrow;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running; }
  @media (max-width: 991px) {
    .hero .svg-inline--fa {
      display: none; } }

@keyframes arrow {
  0% {
    top: 0; }
  75% {
    top: 15px; }
  100% {
    top: 0; } }
@-webkit-keyframes arrow {
  0% {
    top: 0; }
  75% {
    top: 15px; }
  100% {
    top: 0; } }
.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.55); }

input, textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(0, 139, 164, 0.07);
  background-color: rgba(0, 139, 164, 0.07);
  margin-bottom: 20px;
  outline: none;
  border-radius: 0; }

::-webkit-input-placeholder {
  /* Edge */
  font-family: "Play", sans-serif;
  font-size: 14px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Play", sans-serif;
  font-size: 14px; }

::placeholder {
  font-family: "Play", sans-serif;
  font-size: 14px; }

form {
  margin-top: 40px; }

/******** CONTACT PAGE START ***********/
.contact-page .btn {
  margin-top: 20px; }

.contact-page .contact-top .title-p {
  color: #333; }

.contact-page .contact-top a {
  display: block;
  color: #008ba4;
  font-family: "Play", sans-serif;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 7px; }

.contact-page .contact-top a:hover {
  color: #000; }

input[type=file] {
  border: none;
  outline: none; }

/******** CONTACT PAGE END *********/
/************CAREER PAGE START*****/
.careeer a {
  color: #333;
  line-height: 30px;
  font-weight: 500; }

.careeer a:hover {
  color: rgba(89, 113, 107, 0.85); }

.panel-default > .panel-heading {
  color: #111;
  background: #fff;
  border-color: transparent;
  border-bottom: 1px solid #ccc; }

.panel-heading {
  padding: 15px 15px;
  border-bottom: 1px solid #ccc; }

.panel-heading .svg-inline--fa {
  margin-right: 10px;
  color: #008ba4;
  margin-left: 5px; }

.panel-title {
  font-family: "Play", sans-serif;
  font-size: 19px;
  color: #333; }

@media screen and (max-width: 768px) {
  .panel-body {
    padding: 25px 20px; } }
input[type=file] {
  border: none;
  outline: none; }

.title-inner {
  font-family: "Play", sans-serif;
  font-size: 32px; }

/************CAREER PAGE END********/
/**********CONTRACT PAGE START***********/
.contract {
  padding: 80px 0 80px 0; }

.contract-box {
  background-color: #fff;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 30px;
  box-shadow: -1px 0px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s ease, transform 0.25s ease; }

.contract-box p {
  margin-top: 10px;
  color: #333;
  font-family: "Play", sans-serif;
  font-size: 24px; }

.contract-box:hover {
  box-shadow: -1px 0px 25px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s ease, transform 0.25s ease; }

.contract-info h4 {
  font-family: "Play", sans-serif;
  font-size: 34px;
  color: #333;
  margin-bottom: 20px;
  margin-top: 0; }

.contract-info strong {
  color: #59716b; }

/*******CONTRACT PAGE END*************/
/******* partners start *******/
.partners-page .partners-img {
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.partners-page .partners-img:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

@media only screen and (max-width: 990px) {
  .partners-page .partners-img {
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px; } }
/******** partners end *********/
/*******people start*************/
#inline, #inline2, #inline3, #inline4, #inline5, #inline6, #inline7, #inline8, #inline9, #inline10 {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 50%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 25%; }

.team-img {
  background-size: cover;
  background-position: top center;
  height: 330px; }

.people-text-new {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 7px; }

.team-text-new {
  padding: 15px 13px 23px 15px; }

.team-name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  font-family: "Play", sans-serif; }

@media screen and (max-width: 768px) {
  #inline, #inline2, #inline3, #inline4, #inline5, #inline6, #inline7, #inline8, #inline9, #inline10 {
    overflow: auto;
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; }

  .team-img {
    background-size: cover;
    background-position: top center;
    height: 410px;
    margin: 5px 10px 0px 10px; }

  .team-name {
    margin-top: 20px; } }
/**********people end*********/
.team-text-new .team-role {
  color: #999;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0px; }

.team-ul {
  list-style: none;
  padding-left: 0; }

.team-ul li {
  display: inline-block; }

.team-ul .svg-inline--fa {
  height: 30px;
  width: 30px;
  border: 1px solid #008ba4;
  padding: 5px;
  margin-right: 3px; }

.team-ul .svg-inline--fa:hover {
  background-color: #008ba4;
  color: #fff; }

.capabilities .recent-box {
  width: 30.3%;
  display: inline-block;
  margin: 15px 1%; }
  @media only screen and (max-width: 768px) {
    .capabilities .recent-box {
      width: 47.3%;
      display: inline-block;
      margin: 7px 1%; } }
  @media only screen and (max-width: 500px) {
    .capabilities .recent-box {
      width: 100%;
      display: inline-block;
      margin: 7px 0%; } }
.capabilities .recent-text {
  text-align: left; }
@media only screen and (max-width: 500px) {
  .capabilities .recent-box h3 {
    min-height: auto; } }

.gallery-page .example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin-bottom: 30px; }

@media only screen and (max-width: 768px) {
  .gallery-page .example-image {
    height: 220px;
    margin-bottom: 15px; } }
.team-link {
  padding: 11px 30px;
  background-color: #008ba4;
  margin-top: 20px;
  color: #fff;
  display: inline-block; }

.team-link:hover {
  background-color: #00667e;
  color: #fff; }

.team-link:active,
.team-link:focus,
.team-link:hover {
  background-color: #00667e;
  color: #fff; }

/*# sourceMappingURL=style.css.map */
