h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "PTRootUI", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
  letter-spacing: -0.6px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 1.458;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 1.5;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 13px;
  line-height: 1.538;
}
p {
  margin: 0 0 25px;
}
.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6667;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #0f5083;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0a3455;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #0f5083;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0a3455;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.5625;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5625;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.5625;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 75px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 48px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 75px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 75px;
}
.features-list .feature-row h3 {
  font-size: 32px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 48px;
}
.jumbotron iframe {
  margin-top: 25px;
}
.list-info {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-info li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}
.list-info li .icon {
  margin-right: 6.25px;
}
.list-info.social li {
  padding: 0;
  height: auto;
}
.list-info.social li a {
  display: inline-block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  height: 40px;
  width: 40px;
}
.list-info.social li a:hover,
.list-info.social li a:focus,
.list-info.social li a:active {
  color: #ffffff;
}
.link-action {
  margin-top: 30px;
}
.list-check {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}
.list-check li {
  color: #333333;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.list-check li:before {
  background: #0f5083;
  border-radius: 50%;
  color: #ffffff;
  content: "\f00c";
  display: inline-block;
  font-size: 11px;
  font-family: FontAwesome;
  text-align: center;
  text-indent: 1px;
  line-height: 21px;
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
.action-link-icon a {
  background: #0f5083;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
}
.action-link-icon a:hover,
.action-link-icon a:focus,
.action-link-icon a:active {
  background: #0c426c;
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #333333;
  color: #ffffff;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .example-colors .swatch-item {
    min-height: 123px;
  }
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #0f5083;
}
.example-colors .color-brand-secondary {
  background: #1b3060;
}
.example-colors .color-brand-success {
  background: #5cb85c;
}
.example-colors .color-brand-danger {
  background: #d93030;
}
.example-colors .color-brand-warning {
  background: #ffbb22;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #222222;
}
.example-colors .color-gray-dark {
  background: #333333;
}
.example-colors .color-gray {
  background: #555555;
}
.example-colors .color-gray-light {
  background: #999999;
  color: #333333;
}
.example-colors .color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.example-colors .color-gray-lightest {
  background: #f2f3f7;
  color: #333333;
}
.example-button + .example-button {
  margin-top: 15px;
}
.example-button .btn {
  margin: 12.5px 12.5px 0 0;
}
.example-forms .form-group input {
  width: 100%;
}
@media (min-width: 768px) {
  .landing .hero-item .wrap-content p {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .landing .acm-hero.style-1 .hero-item .ft-bg {
    background-position-x: -90px;
  }
}
.landing .section-title h3,
.landing .section-title .h3 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .landing .section-title h3,
  .landing .section-title .h3 {
    font-size: 24px;
  }
}
.landing .acm-teams .teams-item .member-info {
  border: 0;
}
.landing .acm-teams .teams-item .avatar {
  border-radius: 4px;
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.1);
  height: 480px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .landing .acm-teams .teams-item .avatar {
    height: 420px;
  }
}
@media (max-width: 480px) {
  .landing .acm-teams .teams-item .avatar {
    height: 368px;
  }
}
.landing .acm-teams .teams-item .avatar img {
  transition: transform 6s;
}
.landing .acm-teams .teams-item:hover .avatar img {
  transform: translateY(calc(-100% + 480px));
}
@media (max-width: 767px) {
  .landing .acm-teams .teams-item:hover .avatar img {
    transform: unset;
  }
}
.landing .acm-teams .teams-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.landing .acm-teams .teams-item .action-link-icon {
  display: none;
}
.about-us .t3-masthead .ja-masthead .ja-masthead-detail,
.services .t3-masthead .ja-masthead .ja-masthead-detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 690px;
  text-align: center;
}
.about-us .teams {
  padding-bottom: 120px;
}
.about-us .teams .acm-teams .row > .col-md-3 {
  padding-bottom: 30px;
}