@media (max-width: 991px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.t3-main-container {
  background-color: #ffffff;
}
.t3-boxed,
.t3-boxed .container {
  width: 1340px;
}
@media (max-width: 1280px) {
  .t3-boxed,
  .t3-boxed .container {
    width: 100%;
    margin-bottom: 0;
  }
}
.t3-boxed {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.t3-boxed .container,
.t3-boxed .fullwidth .container {
  padding-left: 78px;
  padding-right: 78px;
}
@media (max-width: 991px) {
  .t3-boxed .container,
  .t3-boxed .fullwidth .container {
    padding: 0 36px;
  }
}
.t3-boxed .t3-sticky.affix {
  background-color: transparent;
  box-shadow: none;
}
.t3-boxed .t3-sticky.affix .container {
  border-bottom: 1px solid #e2e2e2;
  background: #ffffff;
}
.logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .logo .logo-control .logo-img-sm {
    display: inherit;
  }
}
.logo a {
  line-height: 1;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-switch,
.logo-sticky {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 32px;
}
.logo-text .site-slogan {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.t3-header {
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  
  
  background-color: #008099;
}
@media (max-width: 992px) {
  .t3-header {
    position: relative;
  }
}
.t3-header a {
  color: #ffffff;
}
.t3-topbar {
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  font-size: 13px;
  border-bottom: 1px solid #303030;
}
.topbar-2 {
  display: inline-block;
}
.date-update {
  float: left;
  padding-right: 24px;
}
.t3-sticky.affix {
  background-color: #008099;
  margin-top: 0 !important;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 0 !important;
}
@media (max-width: 992px) {
  .t3-sticky.affix {
    position: relative;
  }
}
.t3-sticky.affix .navbar-toggle:hover,
.t3-sticky.affix .navbar-toggle:focus {
  background-color: transparent;
  color: #008099;
}
.t3-sticky.affix .navbar-nav > li > a:hover,
.t3-sticky.affix .navbar-nav > .open > a:hover,
.t3-sticky.affix .search-trigger:hover,
.t3-sticky.affix .off-canvas-toggle:hover {
  color: #001335;
}
.t3-sticky.affix .navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}
.t3-sticky.affix .navbar-inner {
  background-color: transparent;
  padding: 0;
}
.t3-sticky.affix .logo {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-sticky.affix .logo-sticky {
  display: inherit;
  float: left;
}
.t3-sticky.affix .hidden-sticky {
  display: none;
}
.t3-sticky.affix .header-addon {
  padding-top: 9px;
}
.t3-sticky.affix .navbar-nav .dropdown-menu {
  margin-top: 14px;
}
.header-0 .navbar-collapse {
  margin-left: 0;
  margin-right: 0;
}
.header-0 .t3-navbar {
  float: right;
}
.header-0 .t3-main-header {
  -webkit-box-shadow: 0 0 27px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 27px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 27px 5px rgba(0, 0, 0, 0.09);
}
@media (max-width: 992px) {
  .header-0 .navbar-nav {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .header-0 .navbar-nav > li > a {
    padding-top: 48px;
  }
  .header-0 .navbar-nav > li > .dropdown-menu {
    margin-top: 12px;
  }
}
@media (max-width: 992px) {
  .header-0 .navbar-nav > li > a,
  .header-0 .navbar-nav > li > a:hover {
    border-top-color: rgba(51, 51, 51, 0.125);
  }
}
.header-addon {
  padding-top: 42px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.head-login {
  font-size: 16px;
}
.head-login a {
  color: #ffffff;
}
.header-search {
  text-align: right;
  display: inline-block;
}
.header-search form {
  position: relative;
}
.header-search button.btn {
  display: none;
}
.header-search input.input {
  background: transparent;
  border: none;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  line-height: 1;
  box-shadow: none !important;
}
.header-search .search input {
  color: #ffffff;
}
.t3-header .search-trigger {
  color: #ffffff;
}
.search-trigger {
  position: relative;
  z-index: 23;
  margin-left: 18px;
}
.search-trigger:hover {
  color: #008099;
}
.search-trigger + div {
  display: none;
  position: absolute;
  right: 40px;
  top: 6px;
  left: 0;
  z-index: 20;
}
.search-trigger.i-search .fa:before {
  content: "\f00d";
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.search-open .header-0 .navbar-collapse,
.search-open .header-0 .off-canvas-toggle,
.search-open .header-social,
.search-open .head-login,
.search-open .navbar-toggle {
  display: none !important;
}
.search-open .header-addon {
  width: 400px;
  z-index: 999;
}
@media (max-width: 991px) {
  .search-open .header-addon {
    width: 200px;
  }
}
.search-open .header-search {
  float: none;
  display: block !important;
}
.search-open .t3-header .container {
  position: relative;
}
.search-open .t3-boxed .t3-header-icons {
  padding-right: 72px;
}
@media (max-width: 991px) {
  .search-open .t3-boxed .t3-header-icons {
    right: 36px;
  }
}
.search-open .t3-boxed .search-trigger + div,
.search-open .t3-boxed .search-trigger {
  top: 14px;
}
.search-open .t3-boxed .header-search .search-trigger + div {
  left: 48px;
}
.t3-slider {
  background-color: #f6f6f6;
}
.t3-slider .container-fluid,
.t3-slider .container {
  position: relative;
}
.t3-sl .container-fluid,
.t3-slider .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.t3-sl {
  padding: 0px;
}
.heading-title {
  padding-top: 24px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .heading-title h2 {
    font-size: 48px;
  }
}
.heading-title .lead {
  padding-top: 24px;
  display: block;
}
.center .heading-title .lead {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .center .heading-title .lead {
    max-width: 100%;
  }
}
::-webkit-selection {
  background-color: #008099;
  color: #ffffff;
}
::-moz-selection {
  background-color: #008099;
  color: #ffffff;
}
::selection {
  background-color: #008099;
  color: #ffffff;
}
.bg-primary {
  background-color: #008099;
  color: #ffffff;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary .t3-topbar .btn,
.bg-primary .testi-client h5,
.bg-primary .carousel-caption,
.bg-primary .testi-client span,
.bg-primary .box-icon i,
.bg-primary .breadcrumb a,
.bg-primary .breadcrumb,
.bg-primary .breadcrumb > .active,
.bg-primary .breadcrumb > li + li:before {
  color: #ffffff;
}
.bg-primary .box-icon h4 {
  color: #222222;
}
.bg-primary .box-icon i.circle {
  background-color: #222222;
  color: #ffffff;
}
.bg-primary .btn-outline {
  border-color: #ffffff;
}
.bg-primary .btn-outline:hover {
  background-color: #ffffff;
  color: #008099;
}
.bg-primary .navbar-nav > li.active > a,
.bg-primary .navbar-nav > li > a:hover {
  color: #222222;
}
.bg-secondary {
  background-color: #001335;
  color: #ffffff;
}
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary .t3-topbar .btn,
.bg-secondary .box-icon i {
  color: #ffffff;
}
.bg-secondary .box-icon h4 {
  color: #008099;
}
.bg-secondary .btn-primary {
  background-color: #008099;
  color: #ffffff;
}
.bg-secondary .btn-outline {
  border-color: #ffffff;
}
.bg-secondary .btn-outline:hover {
  background-color: #ffffff;
  color: #001335;
}
.bg-secondary .navbar-nav > li.active > a,
.bg-secondary .navbar-nav > li > a:hover {
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff;
}
.bg-light {
  background-color: #f6f6f6;
}
.bg-light .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  background-color: #ffffff;
}
.bg-light .module-title span {
  background-color: #f6f6f6;
}
.bg-dark,
.bg-darker {
  background-color: #222222;
  color: #aaa;
}
.bg-dark h1,
.bg-darker h1,
.bg-dark h2,
.bg-darker h2,
.bg-dark h3,
.bg-darker h3,
.bg-dark h4,
.bg-darker h4,
.bg-dark .testi-client h5,
.bg-darker .testi-client h5,
.bg-dark .box-icon i,
.bg-darker .box-icon i,
.bg-dark .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.bg-darker .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  color: #008099;
}
.bg-dark ul.nav > li > a,
.bg-darker ul.nav > li > a,
.bg-dark ul.nav > li.active a,
.bg-darker ul.nav > li.active a,
.bg-dark .carousel-caption,
.bg-darker .carousel-caption,
.bg-dark .testi-client span,
.bg-darker .testi-client span,
.bg-dark .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a,
.bg-darker .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  color: #ccc;
}
.bg-dark .heading-title h2,
.bg-darker .heading-title h2,
.bg-dark .module-title,
.bg-darker .module-title,
.bg-dark .breadcrumb,
.bg-darker .breadcrumb,
.bg-dark .breadcrumb a,
.bg-darker .breadcrumb a,
.bg-dark .breadcrumb > .active,
.bg-darker .breadcrumb > .active,
.bg-dark.t3-navhelper h1,
.bg-darker.t3-navhelper h1,
.bg-dark figcaption a,
.bg-darker figcaption a {
  color: #ffffff;
}
.bg-dark .gkNspPM-VideoList figcaption a,
.bg-darker .gkNspPM-VideoList figcaption a,
.bg-dark .nspHeader a,
.bg-darker .nspHeader a {
  color: #222222;
}
.bg-dark .module-title,
.bg-darker .module-title {
  border-bottom-color: #333333;
}
.bg-dark figcaption a:hover,
.bg-darker figcaption a:hover,
.bg-dark .breadcrumb a:hover,
.bg-darker .breadcrumb a:hover {
  color: #008099;
}
.bg-dark .testi-client h5:before,
.bg-darker .testi-client h5:before,
.bg-dark .testi-client h5:after,
.bg-darker .testi-client h5:after {
  background-color: #008099;
}
.bg-dark .box-icon i,
.bg-darker .box-icon i {
  background-color: #363636;
}
.bg-dark .box-icon:hover i,
.bg-darker .box-icon:hover i {
  background-color: #494949;
}
.bg-dark .btn-outline,
.bg-darker .btn-outline {
  border-color: #008099;
}
.bg-dark .btn-outline:hover,
.bg-darker .btn-outline:hover {
  border-color: transparent;
}
.bg-darker {
  background-color: #121212;
}
.color-primary {
  color: #008099;
}
.heading-title + .t3-module {
  padding-bottom: 0;
}
.three-column-bg,
.two-column-bg {
  position: relative;
  z-index: 1;
}
.three-column-bg:before,
.two-column-bg:before,
.three-column-bg:after,
.two-column-bg:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .three-column-bg:before,
  .three-column-bg:after {
    width: 33.333%;
  }
  .three-column-bg:before {
    left: 0;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .three-column-bg:after {
    right: 0;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: -1;
  }
  .two-column-bg:before,
  .two-column-bg:after {
    width: 50%;
  }
  .two-column-bg:before {
    left: 0;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .two-column-bg:after {
    right: 0;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: -1;
  }
}
.t3-parallax-bg {
  overflow: hidden;
  height: auto;
  padding: 125px 0 115px;
  background-position: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.t3-content-top {
  margin-bottom: 80px;
}
.t3-sidebar {
  font-size: 14px;
}
.t3-sidebar .t3-module:last-child,
.footer-0 .t3-module:last-child {
  margin-bottom: 24px;
}
.t3-sidebar .module-ct,
.footer-0 .module-ct {
  position: relative;
}
.t3-footer {
  padding: 90px 0 0 0;
  background-color: #222222;
  color: #bfbdbd;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .border-top {
  border-top-color: #363636;
}
.t3-footer .sp-tweet-item {
  font-size: 24px;
  margin-bottom: 0;
}
.t3-footer .sp-tweet-item:before {
  display: none;
}
@media (min-width: 992px) {
  .t3-footer .sp-tweet-item {
    padding-right: 120px !important;
  }
}
.t3-footer .inputbox {
  background-color: transparent;
  border: 1px dotted #333333;
  font-size: 14px;
  text-transform: none;
}
.t3-footer .inputbox:hover,
.t3-footer .inputbox:focus {
  border: 1px dotted #555555;
  background-color: transparent;
}
.t3-footer a {
  color: #bfbdbd;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #001335;
}
.t3-footer .t3-module {
  margin-bottom: 0;
}
.t3-footer .module-title {
  color: #ffffff;
  font-size: 16px;
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  padding-bottom: 0;
  border-bottom: 0;
}
.t3-footer .module-title:before {
  display: none;
}
.t3-footer .module-title span {
  background-color: transparent;
}
.t3-footer .t3-spotlight ul.nav > li {
  display: block;
  font-family: "liberation_sansregular", Helvetica, Arial, sans-serif;
}
.t3-footer .t3-spotlight ul.nav > li > a {
  padding: 0;
}
.t3-footer ul.nav > li {
  line-height: normal;
  display: inline-block;
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.t3-footer ul.nav > li > a {
  padding-left: 0;
  padding-right: 24px;
}
.t3-footer ul.nav > li:first-child > a {
  padding-top: 0;
}
.t3-footer .sp-tweet-item {
  border-bottom: none;
  padding: 0;
}
.t3-footnav {
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .t3-footnav .col-xs-1 {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .t3-footnav {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 992px) {
  .footer-info {
    margin-bottom: 48px;
  }
}
.t3-copyright-wrapper {
  margin-top: 24px;
  line-height: 1.2;
  padding-bottom: 24px;
  font-size: 12px;
}
.t3-copyright {
  padding: 30px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .t3-copyright {
    text-align: center;
  }
  .t3-copyright ul.social {
    text-align: center;
    margin-left: -48px;
    margin-top: 24px;
  }
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .footer-0 .logo-footer {
    display: block;
    text-align: center;
  }
  .footer-0 .footnav {
    float: none !important;
  }
  .footer-0 .footnav ul {
    padding: 0;
    text-align: center;
  }
  .footer-0 .t3-copyright .nav {
    padding-bottom: 18px;
  }
  .footer-0 .t3-copyright .nav > li > a {
    padding-top: 0;
  }
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
[class*="span"] {
  float: left;
}
.row-fluid {
  margin-left: -20px;
  margin-right: -20px;
}
.span6 {
  width: 50%;
}
.span4 {
  width: 33.33333333%;
}
.span3 {
  width: 25%;
}
#toTop {
  z-index: 10;
  text-align: center;
  line-height: 22px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 50%;
  margin-top: 12px;
  background-color: #363636;
  -ms-transition: background-color 0.45s ease;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
#toTop:hover {
  background-color: #555;
}
.stat-counter-block {
  padding: 0;
  display: flex;
}
.stat-counter-block li {
  display: inline-block;
  padding: 0 !important;
}
.stat-counter-block li:last-child .stat-counter {
  border-right: 0;
}
.stat-counter-block li:first-child {
  padding-left: 0;
}
.stat-counter-block .stat-counter {
  padding: 0;
}
.stat-counter {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e2e2e2;
  width: 72.5%;
}
.stat-counter .count-to {
  display: block;
  font-size: 54px;
  line-height: 1;
  margin: 0 0 12px 0;
  color: #008099;
}
.stat-counter p {
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .stat-counter {
    padding: 24px 0;
  }
}
.panel-default {
  border: none;
  border-radius: none;
  box-shadow: none;
}
.panel-title {
  color: #333333;
  font-size: 16px;
  font-family: "liberation_sansregular", Helvetica, Arial, sans-serif;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.panel-title i {
  margin-right: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.panel-title a {
  display: block;
  padding: 24px 15px 24px 24px;
}
.panel-title a:hover {
  color: #222222;
}
.panel-title:hover {
  background-color: #eee;
}
.panel.active h4 {
  color: #ffffff;
  background-color: #008099;
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
}
.panel.active i {
  transform: rotate(90deg);
}
.panel-body {
  padding: 24px 0 24px 20px;
}
.allteam {
  margin-left: -20px;
  margin-right: -20px;
}
.circle .team-image img,
.circle .team-image:before {
  border-radius: 50%;
}
.team {
  margin-bottom: 36px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.team h4 {
  margin-bottom: 0;
  color: #008099;
}
.team p {
  margin-top: 12px;
}
.team-image {
  margin-bottom: 36px;
  position: relative;
}
.team-image img {
  max-width: 100%;
}
.team-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  filter: alpha(opacity=0);
  opacity: 0;
}
.team-social {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.team-social ul {
  padding: 0;
  text-align: center;
}
.team-social li {
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0;
  list-style: none;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-social li:hover {
  background-color: #008099;
  color: #ffffff;
}
.team-social li:hover a {
  color: #ffffff;
}
.team-social i {
  height: 36px;
  width: 36px;
  line-height: 38px;
}
.team:hover .team-image:before {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.team:hover .team-social {
  bottom: 15%;
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  filter: alpha(opacity=100);
  opacity: 1;
}
.team-job {
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #008099;
}
.box-icon {
  position: relative;
  margin-bottom: 48px;
}
.box-icon:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1279px) {
  .box-icon:last-child {
    margin-bottom: 48px;
  }
}
.box-icon.right > i {
  float: right;
}
@media screen and (max-width: 1279px) {
  .box-icon.right > i {
    float: left;
  }
}
.box-icon.right .box-content {
  margin-right: 60px;
  text-align: right;
}
@media screen and (max-width: 1279px) {
  .box-icon.right .box-content {
    text-align: left;
    margin-left: 60px;
    margin-right: 0;
  }
}
.box-icon.right .circle + .box-content,
.box-icon.right .outline + .box-content {
  margin-right: 95px;
}
@media screen and (max-width: 1279px) {
  .box-icon.right .circle + .box-content,
  .box-icon.right .outline + .box-content {
    margin-right: 95px;
  }
}
.box-icon.left .box-content {
  margin-left: 60px;
  text-align: left;
}
.box-icon.left .circle + .box-content,
.box-icon.left .outline + .box-content {
  margin-left: 95px;
}
.box-icon.left > i {
  float: left;
}
.box-icon h4 {
  color: #333333;
  margin-bottom: 18px;
}
.box-icon i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 32px;
  margin-top: 6px;
  margin-bottom: 30px;
  color: #333333;
}
.box-icon i.circle,
.box-icon i.outline {
  line-height: 64px;
  height: 64px;
  width: 64px;
  background-color: #e2e2e2;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
}
.box-icon i.outline {
  background-color: transparent;
  border: 1px solid #e2e2e2;
}
.box-icon i.color-primary {
  color: #008099;
}
.box-icon i.color-secondary {
  color: #001335;
}
.box-icon i.bg-primary {
  background-color: #008099;
  color: #ffffff;
}
.box-icon.outline:hover i {
  background-color: #c9c9c9;
}
.feat-box {
  margin-bottom: 48px;
}
.feat-box img {
  margin-bottom: 0;
}
.feat-box h4 {
  font-size: 24px;
}
.feat-box p {
  font-size: 14px;
}
.feat-box .box-content {
  padding: 24px 0 0;
}
.year-timeline {
  padding-bottom: 50px;
  position: relative;
}
.year-timeline::before {
  position: absolute;
  background: #ebebeb;
  content: "";
  height: 100%;
  width: 2px;
  left: 187px;
  top: 0;
}
.year-timeline .year {
  background: #eeeeee;
  border-radius: 50%;
  height: 72px;
  left: 150px;
  position: relative;
  text-align: center;
  width: 72px;
}
.year-timeline .year h3 {
  color: #333333;
  display: block;
  font-size: 18px;
  padding: 24px 0;
}
.year-timeline .single-timeline-item {
  position: relative;
  padding-left: 180px;
  padding-top: 18px;
}
.year-timeline .single-timeline-item .month {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 45px;
}
.year-timeline .single-timeline-item .month .box {
  display: table;
  height: 100%;
  width: 100%;
}
.year-timeline .single-timeline-item .month .box .date {
  display: table-cell;
  vertical-align: middle;
}
.year-timeline .single-timeline-item .month h5 {
  background: #333333;
  color: #ffffff;
  display: block;
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  height: 42px;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 130px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.year-timeline .single-timeline-item:hover .month h5 {
  background: #00758c;
}
.year-timeline .single-timeline-item .month h5::before {
  color: #333333;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  right: -7px;
  top: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.year-timeline .single-timeline-item:hover .month h5::before {
  color: #00758c;
}
.year-timeline .single-timeline-item .month h5::after {
  background: #333333;
  border-radius: 50%;
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  right: -65px;
  top: 12px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.year-timeline .single-timeline-item:hover .month h5::after {
  background: #00758c;
}
.year-timeline .single-timeline-item .text-holder {
  margin-left: 55px;
  padding: 0 0 0 12px;
  transition: all 500ms ease;
  border-radius: 5px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.year-timeline .single-timeline-item .text-holder h3 {
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 7px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.year-timeline .single-timeline-item .text-holder h3 span {
  color: #008099;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.horizontal {
  padding: 0;
}
.horizontal li {
  display: inline-block;
  padding: 0 20px;
}
.horizontal li:first-child {
  padding-left: 0;
}
.horizontal li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .horizontal li {
    padding: 15px;
  }
}
div[class*="col-"].fullwidth {
  padding: 0;
}
img.fullwidth {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.top-p0 {
  padding-top: 0;
}
.top-p10 {
  padding-top: 10px;
}
.top-p12 {
  padding-top: 10px;
}
.top-p20 {
  padding-top: 20px;
}
.top-p24 {
  padding-top: 24px;
}
.top-p30 {
  padding-top: 30px;
}
.top-p36 {
  padding-top: 36px;
}
.top-p40 {
  padding-top: 40px;
}
.top-p50 {
  padding-top: 50px;
}
.top-p60 {
  padding-top: 60px;
}
.top-p70 {
  padding-top: 70px;
}
.top-p80 {
  padding-top: 80px;
}
.top-p90 {
  padding-top: 90px;
}
.bot-p0 {
  padding-bottom: 0;
}
.bot-p10 {
  padding-bottom: 10px;
}
.bot-p12 {
  padding-bottom: 12px;
}
.bot-p20 {
  padding-bottom: 20px;
}
.bot-p24 {
  padding-bottom: 24px;
}
.bot-p30 {
  padding-bottom: 30px;
}
.bot-p36 {
  padding-bottom: 36px;
}
.bot-p40 {
  padding-bottom: 40px;
}
.bot-p50 {
  padding-bottom: 50px;
}
.bot-p60 {
  padding-bottom: 60px;
}
.bot-p70 {
  padding-bottom: 70px;
}
.bot-p80 {
  padding-bottom: 80px;
}
.bot-p90 {
  padding-bottom: 90px;
}
.right-p10 {
  padding-right: 10px;
}
.right-p20 {
  padding-right: 20px;
}
.right-p30 {
  padding-right: 30px;
}
.right-p40 {
  padding-right: 40px;
}
.right-p50 {
  padding-right: 50px;
}
.right-p60 {
  padding-right: 60px;
}
.left-p10 {
  padding-left: 20px;
}
.left-p20 {
  padding-left: 20px;
}
.left-p30 {
  padding-left: 30px;
}
.left-p40 {
  padding-left: 40px;
}
.left-p50 {
  padding-left: 50px;
}
.left-p60 {
  padding-left: 60px;
}
.right-m0 {
  margin-right: 0px;
}
.right-m10 {
  margin-right: 10px;
}
.right-m20 {
  margin-right: 20px;
}
.right-m30 {
  margin-right: 30px;
}
.right-m40 {
  margin-right: 40px;
}
.right-m50 {
  margin-right: 50px;
}
.right-m60 {
  margin-right: 60px;
}
.left-m0 {
  margin-left: 0px;
}
.left-m10 {
  margin-left: 10px;
}
.left-m20 {
  margin-left: 20px;
}
.left-m30 {
  margin-left: 30px;
}
.left-m40 {
  margin-left: 40px;
}
.left-m50 {
  margin-left: 50px;
}
.left-m60 {
  margin-left: 60px;
}
.top-m0 {
  margin-top: 0;
}
.top-m10 {
  margin-top: 10px;
}
.top-m12 {
  margin-top: 12px;
}
.top-m20 {
  margin-top: 20px;
}
.top-m24 {
  margin-top: 24px;
}
.top-m30 {
  margin-top: 30px;
}
.top-m36 {
  margin-top: 36px;
}
.top-m40 {
  margin-top: 40px;
}
.top-m50 {
  margin-top: 50px;
}
.top-m60 {
  margin-top: 60px;
}
.top-m70 {
  margin-top: 70px;
}
.top-m80 {
  margin-top: 80px;
}
.top-m90 {
  margin-top: 90px;
}
.bot-m0 {
  margin-bottom: 0;
}
.bot-m10 {
  margin-bottom: 10px;
}
.bot-m12 {
  margin-bottom: 12px;
}
.bot-m20 {
  margin-bottom: 20px;
}
.bot-m24 {
  margin-bottom: 24px;
}
.bot-m30 {
  margin-bottom: 30px;
}
.bot-m36 {
  margin-bottom: 36px;
}
.bot-m40 {
  margin-bottom: 40px;
}
.bot-m50 {
  margin-bottom: 50px;
}
.bot-m60 {
  margin-bottom: 60px;
}
.bot-m70 {
  margin-bottom: 70px;
}
.bot-m80 {
  margin-bottom: 80px;
}
.bot-m90 {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .top-p100 {
    padding-top: 100px;
  }
  .top-p110 {
    padding-top: 110px;
  }
  .top-p120 {
    padding-top: 120px;
  }
  .top-p130 {
    padding-top: 130px;
  }
  .top-p140 {
    padding-top: 140px;
  }
  .top-p150 {
    padding-top: 150px;
  }
  .top-p160 {
    padding-top: 160px;
  }
  .bot-p100 {
    padding-bottom: 100px;
  }
  .bot-p110 {
    padding-bottom: 110px;
  }
  .bot-p120 {
    padding-bottom: 120px;
  }
  .bot-p130 {
    padding-bottom: 130px;
  }
  .bot-p140 {
    padding-bottom: 140px;
  }
  .bot-p150 {
    padding-bottom: 150px;
  }
  .bot-p160 {
    padding-bottom: 160px;
  }
  .top-m100 {
    margin-top: 100px;
  }
  .top-m110 {
    margin-top: 110px;
  }
  .top-m120 {
    margin-top: 120px;
  }
  .top-m130 {
    margin-top: 130px;
  }
  .top-m140 {
    margin-top: 140px;
  }
  .top-m150 {
    margin-top: 150px;
  }
  .top-m160 {
    margin-top: 160px;
  }
  .bot-m100 {
    margin-bottom: 100px;
  }
  .bot-m110 {
    margin-bottom: 110px;
  }
  .bot-m120 {
    margin-bottom: 120px;
  }
  .bot-m130 {
    margin-bottom: 130px;
  }
  .bot-m140 {
    margin-bottom: 140px;
  }
  .bot-m150 {
    margin-bottom: 150px;
  }
  .bot-m160 {
    margin-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .top-p30-sm {
    padding-top: 30px;
  }
  .top-p40-sm {
    padding-top: 40px;
  }
  .top-p50-sm {
    padding-top: 50px;
  }
  .top-p60-sm {
    padding-top: 50px;
  }
  .bot-p30-sm {
    padding-bottom: 30px;
  }
  .bot-p40-sm {
    padding-bottom: 40px;
  }
  .bot-p50-sm {
    padding-bottom: 50px;
  }
  .bot-p60-sm {
    padding-bottom: 50px;
  }
  .center-sm {
    text-align: center;
  }
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.p60 {
  padding: 60px;
}
.p70 {
  padding: 70px;
}
.p80 {
  padding: 80px;
}
.small-padding {
  padding: 48px 0;
}
.large-padding {
  padding: 96px 0;
}
.no-padding {
  padding: 0;
}
.width50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.width60 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.width70 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.width80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.width90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
@media (min-width: 480px) {
  .col-3 {
    width: 33.33333333%;
  }
  .col-4 {
    width: 25%;
  }
  .col-5 {
    width: 20%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .col-3,
  .col-4,
  .col-5 {
    width: 50%;
  }
}
.border-top {
  border-top: 1px solid #e2e2e2;
}
.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}
.border-right {
  border-right: 1px solid #e2e2e2;
}
.border-left {
  border-left: 1px solid #e2e2e2;
}
.border {
  border: 1px solid #e2e2e2;
}
.xxl {
  font-size: 76px;
  line-height: 1;
}
.xl {
  font-size: 56px;
  line-height: 1;
}
.sup {
  text-transform: uppercase;
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  color: #333333;
  letter-spacing: 2px;
}
.strong {
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
}
.dark {
  color: #222222;
}
.btn-outline {
  border-color: #1c1c1c;
}