/* CSS */
.button-6 {
  align-items: center;
  background-color: #070707;
  border: 1px solid rgb(0, 255, 255);
  border-radius: .1rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
  height: 1.5rem;
}

.button-6:hover,
.button-6:focus {
  border-color: rgb(0, 255, 255);
  box-shadow: rgb(0, 255, 255) 0 0px 10px;
  color: rgb(255, 255, 255);
  border-radius: .1rem;
}

.button-6:active {
  background-color: #131313;
  border-color: rgb(0, 255, 255);
  box-shadow: rgb(0, 255, 255) 0 0px 15px;
  color: rgb(0, 255, 255);
  transform: translateY(0);
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.icons-list-square {
  text-align: center;
}
.icons-list-square > li {
  padding: 0;
}
.icons-list-square > li:first-child > a {
  border-left: 2px solid #fff;
}
.icons-list-square > li > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  line-height: 36px;
  text-align: center;
}
.icons-list-square > li > a:hover,
.icons-list-square > li > a:focus {
  background: #FFF;
  color: #333333;
}
.section-white .icons-list-square > li > a,
.footer-white .icons-list-square > li > a {
  border-color: #333333;
  color: #333333;
}
.section-white .icons-list-square > li > a:hover,
.footer-white .icons-list-square > li > a:hover,
.section-white .icons-list-square > li > a:focus,
.footer-white .icons-list-square > li > a:focus {
  background: #333333;
  color: #fff;
}

.divider {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #00FFFF;
}
.divider:before,
.divider:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  margin-top: -1px;
  border-top: 1px solid #fff;
}
.divider:before {
  left: -55px;
}
.divider:after {
  right: -55px;
}

.section-white .icons-list-square > li > a,
.footer-white .icons-list-square > li > a {
  border-color: #333333;
  color: #333333;
}
.section-white .icons-list-square > li > a:hover,
.footer-white .icons-list-square > li > a:hover,
.section-white .icons-list-square > li > a:focus,
.footer-white .icons-list-square > li > a:focus {
  background: #333333;
  color: #fff;
}
.hexagon {
  position: relative;
}
.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.hexagon:before {
  left: 0;
  bottom: 100%;
}
.hexagon:after {
  left: 0;
  top: 100%;
  width: 0;
}
.to-top {
  position: fixed;
  bottom: -45px;
  right: 50%;
  z-index: 200;
  overflow: hidden;
  border: 4px solid #00FFFF;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.to-top.active {
  bottom: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.to-top a {
  display: block;
  width: 35px;
  height: 35px;
  background: #00FFFF;
  color: #1A1A1A;
  font-size: 25px;
  line-height: 37px;
}
.to-top a .fa,
.to-top a .glyphicon,
.to-top a .icon {
  position: relative;
  top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.to-top:hover,
.to-top:focus {
  border-color: #356481;
}
@media (min-width: 768px) {
  .to-top {
    margin-right: -355px;
  }
}
@media (min-width: 880px) {
  .to-top {
    margin-right: -420px;
  }
}
@media (min-width: 992px) {
  .to-top {
    margin-right: -465px;
  }
}
@media (min-width: 1200px) {
  .to-top {
    margin-right: -530px;
  }
}
@media (min-width: 1400px) {
  .to-top {
    margin-right: -650px;
  }
}
@media (max-width: 767px) {
  .to-top {
    right: 5%;
    margin-right: 0;
  }
}
.promo-icon {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #00FFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333333;
  font-size: 36px;
  line-height: 100px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.promo-icon:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 2px solid #171717;
}
.promo-icon .icon,
.promo-icon .fa,
.promo-icon .glyphicon {
  display: block;
  position: relative;
  top: 2px;
  right: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.promo-header {
  font-size: 18px;
}
.section-white .promo-icon:after {
  border-color: #fff;
}
.ribbon {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  display: block;
  position: absolute;
  top: 19px;
  left: -21px;
  width: 100px;
  background: #00FFFF;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  font-family: "Orbitron";
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 0 3px 10px -5px #000000;
  box-shadow: 0 3px 10px -5px #000000;
}
.ribbon span:before,
.ribbon span:after {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #00FFFF;
}
.ribbon span:before {
  left: 0px;
  border-left: 3px solid #00FFFF;
  border-right: 3px solid transparent;
}
.ribbon span:after {
  right: 0px;
  border-left: 3px solid transparent;
  border-right: 3px solid #00FFFF;
}
.section {
  position: relative;
}
.section-inner:before {
  content: "";
  position: absolute;
  top: 0.8%;
  left: 0.8%;
  right: 0.8%;
  bottom: 0.8%;
  border: 1px solid #00ffff;
  box-shadow: 0px 0px 7px 0px rgb(0, 255, 255);
}
.section-inner .container {
  position: relative;
  z-index: 6;
}
.section-standard {
  position: relative;
  background: #171717;
  color: #fff;
}
.section-standard .section-inner {
  padding-top: 80px;
  padding-bottom: 40px;
}
.section-standard.section-white {
  background: #fff;
  color: #333333;
}
.section-standard.section-white .section-inner:before {
  border-color: #1A1A1A;
}
.section-header {
  margin-bottom: 40px;
  text-align: center;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  font-size: 36px;
  margin: 0;
}
@media (max-width: 480px) {
  .section-header h1,
  .section-header h2,
  .section-header h3,
  .section-header h4,
  .section-header h5,
  .section-header h6 {
    font-size: 28px;
  }
}
.standard-header {
  margin: 0 0 40px;
  border-bottom: 1px solid #444;
}
.standard-header h1,
.standard-header h2,
.standard-header h3,
.standard-header h4,
.standard-header h5,
.standard-header h6 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid #00FFFF;
  margin: 0 0 -1px;
  font-size: 28px;
}
.table-container-outer {
  display: table;
  z-index: 5;
  height: 100%;
  
}
.table-container-outer .table-container-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  
}
@media (max-width: 1199px) {
  
}
.section-promo {
  background-repeat: no-repeat;
  background-position: center center;
}
.section-promo .overlay {
  z-index: 1;
  background: #1f1800;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.section-promo .container {
  position: relative;
  z-index: 2;
}
.section-promo .section-inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .no-touchevents .section-promo {
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  .section-single-page .section-header {
    margin-top: 80px;
  }
}
.section-light .overlay {
  background: #fff9e0;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.section-light .section-inner:before {
  border-color: #1A1A1A;
}
.section-light .promo-shape {
  border-color: #333333;
}
.section-light .promo-shape:before,
.section-light .promo-shape:after {
  background-color: #333333;
}
.section-light,
.section-light.section-hero {
  color: #333333;
}
.section-light .divider:before,
.section-light.section-hero .divider:before,
.section-light .divider:after,
.section-light.section-hero .divider:after {
  border-color: #333333;
}
.section-light .scroll-icon,
.section-light.section-hero .scroll-icon {
  color: #333333;
}
.section-light .icons-list-square > li > a,
.section-light .icons-list-square > li:first-child > a {
  border-color: #333333;
  color: #333333;
}
.section-light .icons-list-square > li > a:hover,
.section-light .icons-list-square > li:first-child > a:hover,
.section-light .icons-list-square > li > a:focus,
.section-light .icons-list-square > li:first-child > a:focus {
  background-color: #333333;
  color: #fff;
}
.section-hero {
  width: 100%;
  height: 63rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 1rem;
}
.section-hero .section-inner {
  position: relative;
  z-index: 5;
  height: 100%;
}
.section-hero .overlay {
  z-index: 4;
}
.section-hero,
.section-hero .table-container-outer {
  position: relative;
  min-height: 760px;
}
@media (min-width: 1200px) {
  .section-hero,
  .section-hero .table-container-outer {
    min-height: 808px;
  }
}
@media (max-width: 480px) {
  .section-hero,
  .section-hero .table-container-outer {
    min-height: 808px;
  }
}
.section-hero.fluid-content,
.section-hero.fluid-content .table-container-outer {
  height: auto;
  min-height: 100%;
}
.section-hero .divider,
.section-hero .divider:after,
.section-hero .divider:before {
  color: #00FFFF;
  border-color: #fff;
}
.section-hero .scroll-icon {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 3;
  width: 100%;
  color: #fff;
  font-size: 48px;
  text-align: center;
  -webkit-animation: load 4s infinite ease-in-out;
  -o-animation: load 4s infinite ease-in-out;
  animation: load 4s infinite ease-in-out;
}
.profile {
  position: relative;
  margin: 80px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .profile {
    margin: 0;
  }
}
.profile-content {
  display: inline-block;
  position: relative;
}
.profile-image {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.profile-image .profile-border-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px;
}
.profile-image .profile-border-outer .profile-border-inner {
  width: 100%;
  height: 100%;
  border: 3px solid #FFF;
}
.profile-image .profile-image-inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.profile-image .overlay {
  background: #1f1800;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
@media (max-width: 767px) {
  .profile-image .profile-image-inner {
    position: relative;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .profile-image img {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .profile-indicator-container {
    position: absolute;
    z-index: 10;
  }
}
.profile-indicator-container:before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 1px;
  border-top: 3px dashed #333333;
  margin-top: -1px;
  margin-right: -60px;
}
@media (min-width: 1200px) {
  .profile-indicator-container:before {
    width: 120px;
    margin-right: -125px;
  }
}
@media (min-width: 768px) {
  .profile-indicator-container:before {
    display: block;
  }
}
.profile-indicator-container .profile-indicator.hexagon {
  display: none;
  width: 30px;
  height: 17.32px;
  background-color: #00FFFF;
  margin: 8.66px 0;
}
.profile-indicator-container .profile-indicator.hexagon:before,
.profile-indicator-container .profile-indicator.hexagon:after {
  border-left-width: 15px;
  border-right-width: 15px;
}
.profile-indicator-container .profile-indicator.hexagon:before {
  border-bottom: 8.66px solid #00FFFF;
}
.profile-indicator-container .profile-indicator.hexagon:after {
  border-top: 8.66px solid #00FFFF;
}
@media (min-width: 768px) {
  .profile-indicator-container .profile-indicator.hexagon {
    display: block;
  }
}
@media (min-width: 768px) {
  .profile-indicator-container .profile-indicator-description {
    width: 160px;
    position: absolute;
    top: 0;
    right: -230px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .profile-indicator-container .profile-indicator-description {
    right: -345px;
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .profile-indicator-container .profile-indicator-description {
    margin-top: 7px;
  }
  .profile-indicator-container .profile-indicator-description h2,
  .profile-indicator-container .profile-indicator-description h3,
  .profile-indicator-container .profile-indicator-description h4,
  .profile-indicator-container .profile-indicator-description h5,
  .profile-indicator-container .profile-indicator-description h6 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .profile-indicator-container.profile-indicator-container-1 {
    top: 15%;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .profile-indicator-container.profile-indicator-container-1 {
    top: 25%;
  }
}
@media (min-width: 768px) {
  .profile-indicator-container.profile-indicator-container-2 {
    top: 10%;
    left: 10%;
  }
}
@media (min-width: 1200px) {
  .profile-indicator-container.profile-indicator-container-2 {
    top: 15%;
  }
}
@media (min-width: 768px) {
  .profile-indicator-container.profile-indicator-container-3 {
    top: 65%;
    left: 10%;
  }
}
@media (min-width: 1200px) {
  .profile-indicator-container.profile-indicator-container-3 {
    top: 55%;
  }
}
@media (min-width: 768px) {
  .profile-indicator-container.profile-indicator-container-4 {
    top: 70%;
    right: 10%;
  }
}
.profile-indicator-container.left:before {
  left: 0;
  right: auto;
  margin-right: 0;
  margin-left: -60px;
}
@media (min-width: 1200px) {
  .profile-indicator-container.left:before {
    margin-left: -125px;
  }
}
@media (min-width: 768px) {
  .profile-indicator-container.left .profile-indicator-description {
    right: auto;
    left: -230px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .profile-indicator-container.left .profile-indicator-description {
    left: -345px;
  }
}
.profile-indicator-container h1,
.profile-indicator-container h2,
.profile-indicator-container h3,
.profile-indicator-container h4,
.profile-indicator-container h5,
.profile-indicator-container h6 {
  margin-top: 0;
}
.timeline-header {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #eeeeee;
}
.timeline {
  position: relative;
  padding: 40px 0;
  margin: 40px 0;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 2px;
  background: #eeeeee;
}
@media (max-width: 480px) {
  .timeline:before {
    left: 15px;
  }
}
.timeline .timeline-block {
  position: relative;
  margin: 40px 0;
}
.timeline .timeline-block .timeline-img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 52px;
  height: 30.02px;
  background-color: #1A1A1A;
  border-left: solid 2px #eee;
  border-right: solid 2px #eee;
  margin: 15.01px 0;
  font-size: 1.5em;
  text-align: center;
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-img {
    width: 30px;
    height: 17.32px;
    margin: 8.66px 0;
  }
}
.timeline .timeline-block .timeline-img:before,
.timeline .timeline-block .timeline-img:after {
  z-index: 1;
  left: 5.6152px;
  width: 36.77px;
  height: 36.77px;
  background-color: inherit;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-img:before,
  .timeline .timeline-block .timeline-img:after {
    left: 2.3934px;
    width: 21.21px;
    height: 21.21px;
  }
}
.timeline .timeline-block .timeline-img:before {
  top: -18.3848px;
  border-top: solid 2.8284px #eeeeee;
  border-right: solid 2.8284px #eeeeee;
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-img:before {
    top: -10.6066px;
  }
}
.timeline .timeline-block .timeline-img:after {
  top: auto;
  bottom: -18.3848px;
  border-bottom: solid 2.8284px #eeeeee;
  border-left: solid 2.8284px #eeeeee;
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-img:after {
    bottom: -10.6066px;
  }
}
.timeline .timeline-block .timeline-img span {
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-img span {
    font-size: 1em;
    line-height: 16px;
  }
}
.timeline .timeline-block .timeline-content {
  position: relative;
  background: #444;
  padding: 2px;
  border: 4px solid #1A1A1A;
  margin-left: 72px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-content {
    margin-left: 52px;
  }
}
.timeline .timeline-block .timeline-content:hover,
.timeline .timeline-block .timeline-content:focus {
  background: #00FFFF;
}
.timeline .timeline-block .timeline-content:hover .timeline-description .timeline-toolbar,
.timeline .timeline-block .timeline-content:focus .timeline-description .timeline-toolbar {
  border-color: #00FFFF;
}
.timeline .timeline-block .timeline-content:hover .timeline-date,
.timeline .timeline-block .timeline-content:focus .timeline-date {
  border-color: #356481;
}
.timeline .timeline-block .timeline-content .timeline-description {
  position: relative;
  z-index: 2;
  background: #1A1A1A;
  padding: 20px;
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-content .timeline-description {
    padding: 15px;
  }
}
.timeline .timeline-block .timeline-content .timeline-description h2,
.timeline .timeline-block .timeline-content .timeline-description h3,
.timeline .timeline-block .timeline-content .timeline-description h4,
.timeline .timeline-block .timeline-content .timeline-description h5 {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-content .timeline-description h2,
  .timeline .timeline-block .timeline-content .timeline-description h3,
  .timeline .timeline-block .timeline-content .timeline-description h4,
  .timeline .timeline-block .timeline-content .timeline-description h5 {
    margin-bottom: 15px;
  }
}
.timeline .timeline-block .timeline-content .timeline-description .timeline-toolbar {
  padding: 10px 0;
  border-top: 2px solid #444;
  border-bottom: 2px solid #444;
  margin: 0 0 20px;
  color: #848484;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-content .timeline-description .timeline-toolbar {
    padding: 10px 0;
    margin: 0 0 15px;
  }
}
.timeline .timeline-block .timeline-content .timeline-description img {
  float: left;
  max-width: 90px;
  max-height: 90px;
  padding: 4px;
  border: 1px solid #00FFFF;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-content .timeline-description img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.timeline .timeline-block .timeline-content .timeline-description p {
  margin-bottom: 0;
}
.timeline .timeline-block .timeline-content .timeline-date {
  display: block;
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 0;
  border: 0 none;
  color: #fff;
  font-family: "Orbitron";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.timeline .timeline-block .timeline-content .timeline-date span {
  display: block;
  padding: 10px 20px;
}
@media (max-width: 480px) {
  .timeline .timeline-block .timeline-content .timeline-date span {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .timeline {
    margin-left: 240px;
  }
  .timeline .timeline-block .timeline-content .timeline-date {
    position: absolute;
    right: calc(100% + 100px);
    top: 0;
    padding: 4px;
    border: 2px solid #00FFFF;
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    white-space: nowrap;
  }
  .timeline .timeline-block .timeline-content .timeline-date span {
    display: block;
    background: #00FFFF;
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .timeline-header {
    width: 578px;
    text-align: center;
  }
}
.section-white .timeline-header {
  color: #333333;
}
.section-white .timeline:before {
  background: #333333;
}
.section-white .timeline .timeline-block .timeline-img {
  background-color: #fff;
  border-color: #333333;
}
.section-white .timeline .timeline-block .timeline-img:before {
  border-top-color: #333333;
  border-right-color: #333333;
}
.section-white .timeline .timeline-block .timeline-img:after {
  border-bottom-color: #333333;
  border-left-color: #333333;
}
.section-white .timeline .timeline-block .timeline-content {
  border-color: #fff;
}
.section-white .timeline .timeline-block .timeline-content .timeline-description {
  background: #fff;
}
.section-white .timeline .timeline-block .timeline-content .timeline-description .timeline-toolbar {
  color: #1A1A1A;
}
.promo-item {
  margin-bottom: 40px;
  text-align: center;
}
.promo-item .divider {
  margin: 0 0 10px 0;
}
.process {
  position: relative;
  margin: 40px 0;
}
.process:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 36px;
  height: 99%;
  border: 2px dashed #444;
}
@media (min-width: 992px) {
  .process:before {
    left: 50%;
  }
}
@media (max-width: 991px) {
  .process:before {
    left: 50%;
    margin-left: -2px;
  }
}
.process .process-block:last-child {
  margin-bottom: 40px;
}
.process-block {
  position: relative;
  margin: 80px 0;
}
.process-block:before,
.process-block:after {
  content: " ";
  display: table;
}
.process-block:after {
  clear: both;
}
.process-block:before,
.process-block:after {
  content: " ";
  display: table;
}
.process-block:after {
  clear: both;
}
@media (min-width: 992px) {
  .process-block {
    min-height: 90px;
  }
}
.process-block .process-content {
  position: relative;
  margin-left: 100px;
}
@media (min-width: 992px) {
  .process-block .process-content {
    float: right;
    width: 43%;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .process-block .process-content {
    margin-left: 0;
  }
}
.process-block .process-content .process-header {
  font-size: 18px;
  margin: 0 0 10px;
}
.process-block .process-content p {
  margin: 0;
}
@media (min-width: 992px) {
  .process-block:nth-child(even) .process-content {
    float: left;
    text-align: right;
  }
  .process-block:nth-child(even) .process-description-outer {
    float: right;
  }
}
@media (max-width: 991px) {
  .process-block .process-description-outer .process-description-inner {
    display: block;
    max-width: 300px;
    height: auto;
    background: #1A1A1A;
    padding: 50px 20px 20px;
    border: 3px solid #444;
    margin: -40px auto 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .section-white .process-description-outer .process-description-inner {
    background: #fff;
  }
}
.process-img {
  position: absolute;
  top: 1px;
  left: 0;
  width: 80px;
  height: 46.19px;
  background: #00FFFF;
  border-left: solid 3px #555555;
  border-right: solid 3px #555555;
  margin: 23.09px 0;
  color: #444;
  cursor: pointer;
  font-size: 28px;
  font-family: "Orbitron";
  line-height: 44px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (min-width: 992px) {
  .process-img {
    left: 50%;
    margin-left: -38px;
  }
}
@media (max-width: 991px) {
  .process-img {
    position: relative;
    left: 50%;
    z-index: 10;
    margin-left: -40px;
  }
}
.process-img:hover,
.process-img:focus {
  background: #356481;
}
.process-img:before,
.process-img:after {
  z-index: 1;
  left: 8.7157px;
  width: 56.57px;
  height: 56.57px;
  background-color: inherit;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
}
.process-img:before {
  top: -28.2843px;
  border-top: solid 4.2426px #555555;
  border-right: solid 4.2426px #555555;
}
.process-img:after {
  top: auto;
  bottom: -28.2843px;
  border-bottom: solid 4.2426px #555555;
  border-left: solid 4.2426px #555555;
}
.process-img .process-number {
  position: relative;
  z-index: 2;
}
.section-white .process-img {
  border-color: #444;
  color: #444;
}
.section-white .process-img:before {
  border-top-color: #444;
  border-right-color: #444;
}
.section-white .process-img:after {
  border-bottom-color: #444;
  border-left-color: #444;
}
.portfolio-item {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-item .portfolio-image-container {
  position: relative;
  padding: 4px;
  border: 4px solid #00FFFF;
  margin-bottom: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.portfolio-item .portfolio-image-container:hover {
  border-color: #356481;
}
.portfolio-item .portfolio-image-container:hover .portfolio-shape {
  background: #171717;
  border-color: #356481;
}
.portfolio-item .portfolio-image-container:hover .portfolio-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-item .portfolio-image-container .portfolio-shape {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 4px solid #00FFFF;
  margin-left: -12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.portfolio-item .portfolio-image-container img {
  border: 2px solid #fff;
}
.portfolio-item .portfolio-image-container .portfolio-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-item .portfolio-image-container .portfolio-caption .portfolio-caption-outer {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.portfolio-item .portfolio-image-container .portfolio-caption .portfolio-caption-outer .overlay {
  z-index: 1;
  background: #00FFFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.portfolio-item .portfolio-image-container .portfolio-caption .portfolio-caption-outer .portfolio-caption-inner {
  display: table-cell;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  padding: 0 30px;
  color: #000;
  text-align: center;
}
.portfolio-item .portfolio-image-container .portfolio-caption .portfolio-caption-outer .portfolio-caption-inner .list-inline {
  margin-top: 20px;
}
.portfolio-item .portfolio-image-container .portfolio-caption .portfolio-caption-outer .portfolio-caption-inner .list-inline > li {
  padding-left: 8px;
  padding-right: 8px;
}
.portfolio-item .portfolio-image-container .portfolio-caption .portfolio-caption-outer .portfolio-caption-inner .portfolio-caption-icon {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #171717;
  border-radius: 3px;
  color: #fff;
  line-height: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.portfolio-item .portfolio-image-container .portfolio-caption .portfolio-caption-outer .portfolio-caption-inner .portfolio-caption-icon:hover,
.portfolio-item .portfolio-image-container .portfolio-caption .portfolio-caption-outer .portfolio-caption-inner .portfolio-caption-icon:focus {
  background: #000;
  color: #00FFFF;
}
.portfolio-item .portfolio-image-container .portfolio-caption .portfolio-caption-outer .portfolio-caption-inner .portfolio-caption-icon .fa,
.portfolio-item .portfolio-image-container .portfolio-caption .portfolio-caption-outer .portfolio-caption-inner .portfolio-caption-icon .glyphicon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.portfolio-item .divider {
  margin: 0 0 5px;
}
.number-container {
  margin-bottom: 40px;
  text-align: center;
}
.number-container .icon {
  font-size: 48px;
}
.number-container .number {
  margin-bottom: 20px;
  color: #00FFFF;
  font-family: "Orbitron";
  font-size: 36px;
  font-weight: 600;
}
.number-container .number-description {
  font-size: 16px;
  text-transform: uppercase;
}
.skill-line {
  position: relative;
  height: 5px;
  margin-bottom: 80px;
  margin-left: 14px;
}
.skill-line .skill-scale {
  position: relative;
  float: left;
  width: 20%;
  height: 5px;
  background: #fff;
}
.skill-line .skill-scale:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 10;
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.skill-line .skill-scale.filled {
  background: #00FFFF;
}
.skill-line .skill-scale.filled:before {
  background: #00FFFF;
}
.skill-line .skill-scale:first-child:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -14px;
  z-index: 10;
  width: 14px;
  height: 14px;
  background: #171717;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.skill-line .skill-scale:first-child.filled {
  background: #00FFFF;
}
.skill-line .skill-scale:first-child.filled:after {
  background: #00FFFF;
}
.skill-line .skill-scale .skill-label {
  position: absolute;
  width: 100%;
  right: calc(-50% + 7px);
  top: -30px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .skill-line .skill-scale .skill-label {
    width: 200%;
    right: calc(-100% + 7px);
  }
}
.section-white .skill-line .skill-scale {
  background: #171717;
}
.section-white .skill-line .skill-scale:before {
  background: #171717;
}
.section-white .skill-line .skill-scale.filled {
  background: #00FFFF;
}
.section-white .skill-line .skill-scale.filled:before {
  background: #00FFFF;
}
.skill-header {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .skill-header {
    width: 20%;
    margin-bottom: 20px;
  }
}
.skill-item-outer {
  display: block;
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
  background-color: #fff;
  border: 3px solid #fff;
  margin: 30px auto;
  cursor: pointer;
  font-size: 18px;
  font-family: "Orbitron";
  line-height: 140px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.skill-item-outer:hover .skill-item-label-outer,
.skill-item-outer:focus .skill-item-label-outer {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  border-color: #00FFFF;
}
.skill-item-outer:hover .skill-item-label-outer .skill-item-label-inner,
.skill-item-outer:focus .skill-item-label-outer .skill-item-label-inner {
  color: #00FFFF;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.skill-item-outer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #00FFFF;
  z-index: 1;
}
.skill-item-outer .skill-item-inner {
  display: block;
  position: relative;
  top: -1px;
  right: 1px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.skill-item-outer .skill-item-label-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 80px;
  height: 80px;
  background: rgba(34, 34, 34, 0.75);
  border: 2px solid #fff;
  margin: -40px 0 0 -40px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.skill-item-outer .skill-item-label-outer .skill-item-label-inner {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 74px;
  font-family: "Orbitron";
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.skill-item-outer .skill-item-indicator-outer {
  width: calc(140px * 1.4142);
  height: calc(140px * 1.4142);
  position: absolute;
  bottom: -34px;
  left: -32px;
}
.skill-item-outer .skill-item-indicator-outer .skill-item-indicator-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #171717;
  text-align: center;
}
.section-white .skill-item-outer {
  background-color: #fff;
  border: 3px solid #171717;
}
.section-white .skill-item-outer .skill-item-indicator-outer .skill-item-indicator-inner {
  background: #171717;
}
.skill-item-header {
  margin: 20px 0 40px;
  font-size: 18px;
  text-align: center;
}
.pricing-item {
  position: relative;
  background: #1A1A1A;
  padding: 4px;
  border: 2px solid #444;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .pricing-item.featured {
    margin-top: -20px;
  }
  .pricing-item.featured .pricing-item-header {
    height: 150px;
    padding-top: 50px;
  }
  .pricing-item.featured p {
    padding-bottom: 30px;
  }
}
.pricing-item .pricing-item-header {
  height: 130px;
  background: #444;
  padding-top: 30px;
  margin-bottom: 80px;
}
.pricing-item .pricing-item-header h2,
.pricing-item .pricing-item-header h3,
.pricing-item .pricing-item-header h4 {
  margin: 0 0 30px;
  color: #00FFFF;
  font-size: 18px;
  text-align: center;
}
.pricing-item .pricing-item-price-outer {
  width: 100px;
  height: 100px;
  background: #1A1A1A;
  border: 4px solid #444;
  margin: 0 auto -50px;
  color: #fff;
  font-family: "Orbitron";
  font-size: 24px;
  line-height: 94px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pricing-item .pricing-item-price-outer .pricing-item-price-inner {
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pricing-item .list-unstyled {
  margin: 0 -4px;
}
.pricing-item .list-unstyled li {
  padding: 10px;
  border-bottom: 1px dashed #444;
}
.pricing-item .list-unstyled li:first-child {
  border-top: 1px dashed #444;
}
.pricing-item .list-unstyled li .fa {
  position: relative;
  top: 1px;
  margin-right: 10px;
  color: #00FFFF;
}
.pricing-item p {
  padding: 10px 8px;
  margin: 0;
  line-height: 1.1;
}
.section-white .pricing-item {
  background-color: #fff;
}
.section-white .pricing-item .pricing-item-header {
  background-color: #555555;
}
@media (min-width: 992px) {
  .stylish-list {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .stylish-list {
    margin-top: 140px;
  }
}
@media (max-width: 991px) {
  .stylish-list {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .stylish-list.stylish-list-left {
    text-align: right;
  }
}
.stylish-list .stylish-list-item h2,
.stylish-list .stylish-list-item h3,
.stylish-list .stylish-list-item h4,
.stylish-list .stylish-list-item h5,
.stylish-list .stylish-list-item h6 {
  margin: 0 0 5px;
}
.stylish-list .stylish-list-item p {
  margin-bottom: 40px;
}
.stylish-list .stylish-list-item .icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  color: #00FFFF;
  font-size: 36px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .stylish-list .stylish-list-item .icon {
    margin-bottom: 20px;
  }
}
.stylish-list .stylish-list-item:hover .icon {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.img-technology-container {
  display: inline-block;
  position: relative;
}
.img-technology-container .img-layer {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.img-technology-container .img-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 23.4% 5.6%;
}
.clients-list {
  text-align: center;
}
.clients-list img {
  display: inline-block;
  margin-bottom: 80px;
}
.testimonial-image {
  position: relative;
  width: 150px;
  height: 86.60px;
  background-size: auto 163.9675px;
  background-position: center;
  border-left: solid 4px #00FFFF;
  border-right: solid 4px #00FFFF;
  margin: 80px auto;
}
@media (min-width: 1200px) {
  .testimonial-image {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .testimonial-image {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .testimonial-image {
    margin-top: 83px;
    margin-bottom: 43px;
  }
}
.testimonial-image:after {
  content: "";
  position: absolute;
  top: 2.3094px;
  left: 0;
  z-index: 2;
  width: 142.0000px;
  height: 81.9837px;
  background: inherit;
}
.testimonial-image-top,
.testimonial-image-bottom {
  position: absolute;
  left: 18px;
  z-index: 1;
  width: 106.07px;
  height: 106.07px;
  overflow: hidden;
  background: inherit;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
}
.testimonial-image-top:after,
.testimonial-image-bottom:after {
  content: "";
  position: absolute;
  width: 142.0000px;
  height: 81.98373822492687px;
  background: inherit;
  -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-40.9919px);
  -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-40.9919px);
  -o-transform: rotate(45deg) scaleY(1.7321) translateY(-40.9919px);
  transform: rotate(45deg) scaleY(1.7321) translateY(-40.9919px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.testimonial-image-top {
  top: -53px;
  border-top: solid 5.6569px #00FFFF;
  border-right: solid 5.6569px #00FFFF;
}
.testimonial-image-top:after {
  background-position: center top;
}
.testimonial-image-bottom {
  bottom: -53px;
  border-bottom: solid 5.6569px #00FFFF;
  border-left: solid 5.6569px #00FFFF;
}
.testimonial-image-bottom:after {
  background-position: center bottom;
}
.testimonial-description {
  position: relative;
  background: #444;
  padding: 40px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .testimonial-description {
    padding: 20px;
  }
}
.testimonial-description:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 15;
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #444;
  border-top: 15px solid transparent;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .testimonial-description:after {
    top: auto;
    bottom: -20px;
    left: 50%;
    border-left: 15px solid transparent;
    border-top: 20px solid #444;
    border-bottom: 0 none;
    border-right: 15px solid transparent;
    margin: 0 0 0 -15px;
  }
}
.testimonial-description .fa-quote-left {
  position: relative;
  top: 3px;
  float: left;
  color: #00FFFF;
  font-size: 48px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.75);
}
@media (max-width: 991px) {
  .testimonial-description .fa-quote-left {
    font-size: 36px;
  }
}
.testimonial-description .lead {
  margin: 0 0 20px 64px;
}
@media (max-width: 991px) {
  .testimonial-description .lead {
    margin-left: 52px;
  }
}
.testimonial-description .testimonial-author {
  margin: 0 0 0 64px;
  font-size: 1.1em;
}
.testimonial-description .testimonial-author span {
  color: #3c7294;
  font-weight: 600;
}
.section-white .testimonial-description {
  background: #eeeeee;
}
.section-white .testimonial-description:after {
  border-right-color: #eeeeee;
}
@media (max-width: 767px) {
  .section-white .testimonial-description:after {
    border-top-color: #eeeeee;
    border-right-color: transparent;
  }
}
.post-item-author .testimonial-description {
  font-size: 16px;
  font-weight: 300;
}
.blog-item-outer {
  position: relative;
  background: #444;
  padding: 2px;
  border: 4px solid #1A1A1A;
  margin-bottom: 40px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.blog-item-outer:hover,
.blog-item-outer:focus {
  background: #00FFFF;
}
.blog-item-outer:hover .blog-item-inner .blog-item-description .blog-item-header a,
.blog-item-outer:focus .blog-item-inner .blog-item-description .blog-item-header a {
  color: #00FFFF;
}
.blog-item-outer .blog-item-inner {
  position: relative;
  z-index: 2;
  background: #1A1A1A;
}
.blog-item-outer .blog-item-inner img {
  padding: 4px;
}
.blog-item-outer .blog-item-inner .blog-item-description {
  padding: 20px;
  text-align: center;
}
.blog-item-outer .blog-item-inner .blog-item-description .blog-item-header {
  margin: 0 0 20px;
}
.blog-item-outer .blog-item-inner .blog-item-description .blog-item-header a {
  color: #fff;
}
.blog-item-outer .blog-item-inner .blog-item-description .blog-item-toolbar {
  padding: 7px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin-bottom: 20px;
  color: #777777;
}
.blog-item-outer .blog-item-inner .blog-item-description p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.section-white .blog-item-outer {
  background: #555555;
  border: 4px solid #eeeeee;
}
.section-white .blog-item-outer:hover,
.section-white .blog-item-outer:focus {
  background: #00FFFF;
}
.section-white .blog-item-outer:hover .blog-item-inner .blog-item-description .blog-item-header a,
.section-white .blog-item-outer:focus .blog-item-inner .blog-item-description .blog-item-header a {
  color: #00FFFF;
}
.section-white .blog-item-outer .blog-item-inner {
  background: #fff;
}
.section-white .blog-item-outer .blog-item-inner .blog-item-description .blog-item-header a {
  color: #333333;
}
.section-map .section-inner {
  position: relative;
  padding: 0;
}
.map-content {
  position: relative;
  padding: 13px;
}
.map-content .map-info {
  left: 13px;
  bottom: 13px;
  overflow: hidden;
  width: calc(100% - 26px);
}
.map {
  width: 100%;
  height: 600px;
}
.map-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 120px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.map-info .overlay {
  background: #000;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.map-info .map-info-content {
  position: relative;
  z-index: 2;
}
.map-info .map-info-content p {
  margin: 29px 0;
  line-height: 1;
  text-transform: uppercase;
}
.map-info .map-info-content p .glyphicon,
.map-info .map-info-content p .fa {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.post-item-header {
  margin-top: 0;
  font-size: 32px;
}
.post-item-header a {
  color: #fff;
}
.post-item-header a:hover,
.post-item-header a:focus {
  color: #00FFFF;
}
.section-white .post-item-header a {
  color: #333333;
}
.post-item-toolbar {
  padding: 7px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin-bottom: 20px;
  color: #777777;
}
.post-item-toolbar li:after {
  content: '/';
  padding-left: 10px;
  color: #00FFFF;
}
.post-item-toolbar li:last-child:after {
  display: none;
}
.post-item-image {
  position: relative;
  margin-bottom: 20px;
}
.post-item-image .post-item-image-border-outer {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post-item-image .post-item-image-border-outer .post-item-image-border-inner {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post-item-image img {
  display: block;
  position: relative;
  z-index: 1;
}
.post-item-image:hover .post-item-image-border-outer,
.post-item-image:focus .post-item-image-border-outer {
  background-color: rgba(0, 0, 0, 0);
}
.post-item-image:hover .post-item-image-border-outer .post-item-image-border-inner,
.post-item-image:focus .post-item-image-border-outer .post-item-image-border-inner {
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.post-item-text .post-item-lead {
  font-size: 16px;
  font-weight: 300;
}
.post-list-item .post-item-text .post-item-lead {
  font-size: 16px;
  font-weight: 300;
}
.post-separator {
  border-color: #fff;
  border-style: dashed;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-white .post-separator {
  border-color: #333333;
}
.categories-list li:last-child a {
  border-bottom: 0 none;
}
.categories-list li a {
  display: block;
  background: #333333;
  padding: 15px;
  border-bottom: 1px dashed #444;
  font-size: 16px;
  font-weight: 300;
}
.categories-list li a:hover,
.categories-list li a:focus {
  background: #262626;
}
.categories-list li a .number {
  position: relative;
  top: -2px;
  left: 2px;
  color: #fff;
  font-size: .7em;
}
.categories-list li a .glyphicon,
.categories-list li a .fa {
  float: right;
  color: #fff;
  font-size: 1.4em;
}
.section-white .categories-list {
  border: 1px solid #919191;
}
.section-white .categories-list li:last-child a {
  border-bottom: 0 none;
}
.section-white .categories-list li a {
  background: #eeeeee;
  border-bottom: 1px dashed #777777;
  color: #356481;
  font-weight: 400;
}
.section-white .categories-list li a:hover,
.section-white .categories-list li a:focus {
  background: #e2e2e2;
}
.section-white .categories-list li a .number {
  color: #777777;
}
.section-white .categories-list li a .glyphicon,
.section-white .categories-list li a .fa {
  color: #777777;
}
.preview-page {
  padding: 0 !important;
}
.preview-page .section-preview {
  min-height: 100%;
  background-attachment: fixed;
}
.preview-page .section-preview .overlay {
  background: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.comments-list {
  margin-bottom: 20px;
}
.comments-list li:before,
.comments-list li:after {
  content: " ";
  display: table;
}
.comments-list li:after {
  clear: both;
}
.comments-list li:before,
.comments-list li:after {
  content: " ";
  display: table;
}
.comments-list li:after {
  clear: both;
}
.comments-list li:last-child {
  border-bottom: 0 none;
}
.comment {
  border-bottom: 1px dashed #444;
  margin: 20px 0;
  color: #c8c8c8;
}
.comment .comment-info p {
  margin-bottom: 10px;
  color: #fff;
  line-height: 1;
}
.section-white .comment {
  color: #555555;
}
.section-white .comment .comment-info p {
  margin-bottom: 10px;
  color: #1A1A1A;
  line-height: 1;
}
.comment-author {
  font-size: 18px;
}
.comment-date {
  margin-bottom: 0;
  font-size: 14px;
}
.comment-image {
  float: left;
  width: 100px;
  margin: 0 20px 10px 0;
}
/*calendar*/
.calendar {
  width: 100%;
  background: #333333;
  padding: 15px;
}
.calendar table {
  width: 100%;
  border: 0px;
  margin-bottom: 15px;
}
.calendar table caption {
  padding: 0 0 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.calendar table tr th {
  padding-bottom: 10px;
  border-bottom: 2px solid #444;
  color: #fff;
  line-height: .9;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.calendar table tr td {
  padding: 5px 0 10px;
  color: #eeeeee;
  font-weight: 300;
  line-height: 0.9;
  text-align: center;
}
.calendar table tr td.active {
  color: #00FFFF;
  font-weight: 700;
}
.section-white .calendar {
  background: #eeeeee;
  border: 1px solid #919191;
}
.section-white .calendar table caption {
  color: #171717;
}
.section-white .calendar table tr th {
  border-bottom: 2px solid #919191;
  color: #171717;
}
.section-white .calendar table tr td {
  color: #333333;
}
.section-white .calendar table tr td.active {
  color: #417b9e;
}
.calendar-nav {
  margin: 10px 0 10px;
  text-align: center;
}
.calendar-nav a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #00FFFF;
  border: 0 none;
  margin: 0 5px;
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.calendar-nav a:hover,
.calendar-nav a:focus {
  background: #356481;
  color: #333333;
}
.media {
  margin-top: 20px;
}
.media img {
  width: 100px;
  height: 100px;
}
.media img.img-thumbnail {
  display: inline;
  max-width: none;
}
.media-left,
.media > .pull-left {
  padding-right: 15px;
}
.media-heading {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 300;
}
.media-toolbar {
  padding: 5px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin-bottom: 15px;
  color: #777777;
  font-size: 12px;
}
.media-toolbar .fa,
.media-toolbar .glyphicon {
  margin-right: 5px;
}
.media-list .media {
  padding-bottom: 20px;
  border-bottom: 1px dashed #444;
  margin: 0 0 20px;
}
.media-list .media:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
  margin-bottom: 0;
}
.tags-list {
  margin-bottom: -15px;
}
.tag {
  display: inline-block;
  position: relative;
  height: 26px;
  background: #00FFFF;
  padding: 0 4px 0 6px;
  border-radius: 3px 0 0 3px;
  margin: 0 13px 13px 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tag:before {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-color: transparent transparent transparent #00FFFF;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tag:hover,
.tag:focus {
  color: #000;
  background-color: #356481;
}
.tag:hover:before,
.tag:focus:before {
  border-color: transparent transparent transparent #356481;
}
.tag .glyphicon,
.tag .fa {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.standard-box {
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .carousel {
    margin-left: 48px;
    margin-right: 48px;
  }
}
.carousel-indicators {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 40px 0;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 0;
  margin: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-indicators li.active {
  width: 14px;
  height: 14px;
  margin: 5px;
}
.carousel-control {
  width: 10%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 48px;
  text-align: center;
  text-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (min-width: 992px) and (max-width: 1400px) {
  .carousel-control {
    width: 48px;
  }
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
}
.carousel-control .icon {
  position: absolute;
  bottom: -5px;
  width: 48px;
  height: 48px;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .carousel-control .icon {
    bottom: auto;
    top: 75px;
  }
}
.carousel-control .icon.icon-arrows-left {
  left: 50%;
  margin-left: -24px;
}
.carousel-control .icon.icon-arrows-right {
  right: 50%;
  margin-right: -24px;
}
.carousel-control.left,
.carousel-control.right {
  background: none !important;
}
@media (min-width: 1200px) {
  .carousel-control.left {
    margin-left: -10%;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .carousel-control.left {
    margin-left: -48px;
  }
}
@media (min-width: 1200px) {
  .carousel-control.right {
    margin-right: -10%;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .carousel-control.right {
    margin-right: -48px;
  }
}
.section-white .carousel-control {
  color: #1A1A1A;
}
.section-white .carousel-control:hover,
.section-white .carousel-control:focus {
  color: #1A1A1A;
}
@media (max-width: 767px) {
  .skill-progress-header {
    margin-bottom: 20px;
  }
}
.progress {
  overflow: visible;
  margin-bottom: 40px;
}
.progress .progress-bar {
  position: relative;
}
.section-white .progress .progress-bar {
  background: #171717;
}
.section-white .progress .progress-bar.progress-bar-success {
  background-color: #7CDE9D;
}
.progress-striped .section-white .progress .progress-bar.progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.section-white .progress .progress-bar.progress-bar-info {
  background-color: #00FFFF;
}
.progress-striped .section-white .progress .progress-bar.progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.section-white .progress .progress-bar.progress-bar-warning {
  background-color: #fbd25d;
}
.progress-striped .section-white .progress .progress-bar.progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.section-white .progress .progress-bar.progress-bar-danger {
  background-color: #E75748;
}
.progress-striped .section-white .progress .progress-bar.progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-indicator-outer {
  position: absolute;
  top: -10px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 4px solid #00FFFF;
  margin-left: -25px;
  color: #171717;
  line-height: 32px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.progress-bar-indicator-outer .progress-bar-indicator-inner {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel {
  border-radius: 0;
  border: 0 none;
}
.panel-heading {
  border-radius: 0;
  padding: 4px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.panel-title {
  font-size: 18px;
}
.panel-title a,
.panel-title .panel-title-inner {
  display: block;
  position: relative;
  padding: 10px 40px 10px 10px;
  border: 4px solid #333333;
}
.panel-group {
  margin-bottom: 40px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 20px;
}
.panel-group .panel .panel-body {
  border-top: 0 none;
}
.panel-group .panel-heading + .panel-collapse .panel-body,
.panel-group .panel-heading + .panel-collapse .list-group {
  border: 0 none;
}
.panel-body {
  padding: 20px;
}
.panel-body p:last-child {
  margin-bottom: 0;
}
.panel-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 100%;
  background: 0 0;
  font-size: 1.125em;
  line-height: 40px;
  text-align: center;
}
.panel-primary {
  border-color: #333333;
}
.panel-primary > .panel-heading {
  color: #333333;
  background-color: #00FFFF;
  border-color: #333333;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #333333;
}
.panel-primary > .panel-heading .badge {
  color: #00FFFF;
  background-color: #333333;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #333333;
}
.panel-primary .panel-icon {
  background: #3c7294;
}
.panel-primary .panel-title {
  background-color: #00FFFF;
}
.panel-primary .panel-heading:hover,
.panel-primary .panel-heading:focus {
  background-color: #356481;
}
.section-white .panel {
  background: #fff;
}
.section-white .panel .panel-body-outer {
  border: 4px solid #fff;
}
.section-white .panel .panel-body {
  border: 4px solid #171717;
}
.section-white .panel-group .panel-heading + .panel-collapse .panel-body,
.section-white .panel-group .panel-heading + .panel-collapse .list-group {
  border: 4px solid #171717;
}
/*thumbnails*/
.thumbnail h1,
.thumbnail h2,
.thumbnail h3,
.thumbnail h4,
.thumbnail h5,
.thumbnail h6 {
  margin-top: 10px;
}
.section-white .img-thumbnail {
  background-color: #fff;
}
.section-white .thumbnail {
  background-color: #fff;
}
.section-white .thumbnail .caption {
  color: #333333;
}
/*modal*/
.modal-body {
  overflow: auto;
}
.modal-content {
  border-radius: 0;
  border-width: 2px;
}
.modal-footer {
  border-width: 2px;
}
.modal-static {
  position: relative;
}
.modal-static:before,
.modal-static:after {
  content: " ";
  display: table;
}
.modal-static:after {
  clear: both;
}
.modal-static:before,
.modal-static:after {
  content: " ";
  display: table;
}
.modal-static:after {
  clear: both;
}
.modal-static .modal {
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-static .modal:before,
.modal-static .modal:after {
  content: " ";
  display: table;
}
.modal-static .modal:after {
  clear: both;
}
.modal-static .modal:before,
.modal-static .modal:after {
  content: " ";
  display: table;
}
.modal-static .modal:after {
  clear: both;
}
.modal {
  color: #fff;
}
.modal.modal-light {
  color: #333333;
}
.modal.modal-light .modal-content {
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.modal.modal-light .modal-footer {
  border-top-color: #e2e2e2;
}
/*pagination*/
.pagination {
  display: block;
  position: relative;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  border-radius: 0;
  margin: 40px 0;
}
.pagination > li {
  display: inline-block;
}
.pagination > li.prev,
.pagination > li.next {
  position: absolute;
  top: 8px;
}
.pagination > li.prev a,
.pagination > li.next a {
  background: #00FFFF;
  padding: 8px 12px;
  border: 0 none;
  color: #333333;
  line-height: 1;
  font-size: 1.4em;
  font-weight: 600;
}
.pagination > li.prev a:hover,
.pagination > li.next a:hover,
.pagination > li.prev a:focus,
.pagination > li.next a:focus {
  background-color: #356481;
  color: #333333;
}
.pagination > li.prev {
  left: 0;
}
.pagination > li.next {
  right: 0;
}
.pagination > li > a,
.pagination > li > span {
  display: inline-block;
  float: none;
  padding: 10px 12px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 0 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.section-white .pagination > li > a,
.section-white .pagination > li > span {
  color: #333333;
}
.section-white .pagination > li > a:hover,
.section-white .pagination > li > span:hover,
.section-white .pagination > li > a:focus,
.section-white .pagination > li > span:focus {
  color: #00FFFF;
}
.section-white .pagination > li.prev a:hover,
.section-white .pagination > li.next a:hover,
.section-white .pagination > li.prev a:focus,
.section-white .pagination > li.next a:focus {
  color: #333333;
}
.label {
  border-radius: 0;
  font-size: 85%;
  font-weight: 400;
}
.label.label-default {
  color: #fff;
}
.label.label-info {
  color: #fff;
}
.label.label-danger {
  color: #fff;
}
.btn {
  font-family: "Orbitron";
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn .icon {
  position: relative;
  top: 5px;
  margin-right: 5px;
  font-size: 1.2em;
  line-height: 1em;
}
.btn.btn-warning {
  color: #333333;
}
.btn.btn-success {
  color: #333333;
}
.btn-lg,
.btn-group-lg > .btn {
  font-weight: 600;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-transparent {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .btn-transparent {
    white-space: normal;
  }
}
.btn-transparent.btn-thin {
  border-width: 1px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.btn-transparent.btn-thin.btn-lg {
  font-size: 14px;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
  background-color: #fff;
}
.section-white .btn-transparent {
  border-color: #333333;
  color: #333333;
}
.section-white .btn-transparent:hover,
.section-white .btn-transparent:focus,
.section-white .btn-transparent:active,
.section-white .btn-transparent.active {
  background-color: #333333;
  color: #fff;
}
.special-button-container {
  display: inline-block;
  position: relative;
  margin: 40px 0;
}
.special-button-container:before,
.special-button-container:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  height: 1px;
  margin-top: -1px;
  border-top: 2px solid #00FFFF;
}
@media (max-width: 767px) {
  .special-button-container:before,
  .special-button-container:after {
    width: 65px;
  }
}
.special-button-container:before {
  right: -190px;
}
@media (max-width: 767px) {
  .special-button-container:before {
    right: -95px;
  }
}
.special-button-container:after {
  left: -190px;
}
@media (max-width: 767px) {
  .special-button-container:after {
    left: -95px;
  }
}
.special-button-container .special-button-outer {
  display: inline-block;
  position: relative;
  padding: 2px;
  border: 4px solid #00FFFF;
  width: 80px;
  height: 80px;
  margin: 20px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.special-button-container .special-button-outer:hover,
.special-button-container .special-button-outer:focus {
  border-color: #356481;
  color: #333;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.special-button-container .special-button-outer:hover .special-button-inner,
.special-button-container .special-button-outer:focus .special-button-inner {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.special-button-container .special-button-outer:hover .special-button-inner .special-button-text,
.special-button-container .special-button-outer:focus .special-button-inner .special-button-text {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.special-button-container .special-button-outer .special-button-inner {
  display: block;
  width: 68px;
  height: 68px;
  background-color: #00FFFF;
  color: #333333;
  font-size: 18px;
  font-family: "Orbitron";
  line-height: 68px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.special-button-container .special-button-outer .special-button-inner .special-button-text {
  display: block;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.section-white .special-button-container .special-button-outer:after {
  border-color: #fff;
}
.footer {
  position: relative;
  background-color: #202020;
  color: #eeeeee;
}
.footer ul,
.footer p {
  margin: 2% 0;
}
.footer.footer-white {
  background: #fff;
  color: #333333;
}
.footer.footer-white .section-inner:before {
  border-color: #1A1A1A;
}
.form {
  margin-bottom: 40px;
}
.form-control {
  border-width: 2px;
}
.form-control:focus {
  box-shadow: none;
}
.section-white .form-control {
  border-color: #1A1A1A;
  color: #555555;
}
.section-white .form-control:focus {
  border-color: #00FFFF;
}
.has-feedback .form-control-feedback {
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .contact-form textarea,
  .comment-form textarea {
    height: 200px;
  }
}
.main-color {
  color: #00ffff;
}
.table-striped > tbody > tr:nth-of-type(odd) > td,
.table-striped > tbody > tr:nth-of-type(odd) > th {
  background-color: #333333;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #444;
}
.section-white .table-striped > tbody > tr:nth-of-type(odd) > td,
.section-white .table-striped > tbody > tr:nth-of-type(odd) > th {
  background-color: #eeeeee;
}
.section-white .table-hover > tbody > tr:hover > td,
.section-white .table-hover > tbody > tr:hover > th {
  background-color: #d5d5d5;
}
p {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}
.lead {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .lead {
    font-size: 18px;
  }
}
.special-text {
  margin-bottom: 80px;
  font-size: 1.25rem;
  line-height: 40px;
}
@media (max-width: 480px) {
  .special-text {
    font-size: 18px;
    line-height: 36px;
  }
}
.special-text p,
.special-text ul,
.special-text ol {
  margin-bottom: 1rem;
}
.special-text strong {
  font-size: 1.2em;
}
.highlight {
  display: inline;
  border-bottom: 2px dashed #eeeeee;
  padding: 0.15em 0.3em;
  color: #00FFFF;
  font-size: 1.4em;
  font-weight: 600;
}
@media (max-width: 991px) {
  .highlight {
    font-size: 1.2em;
  }
}
.section-white .highlight {
  border-color: #333333;
}
ul.list {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
ul.list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
}
ul.list li:after {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  content: '\2666';
  color: #00FFFF;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul.list li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.list li ul li:first-child {
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .section-typography .section-inner {
    padding-top: 0;
  }
}
a {
  color: #00FFFF;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*lightbox*/
.lightboxOverlay {
  background-color: #1A1A1A;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.lb-outerContainer {
  background-color: #000;
  border-radius: 0;
}
.lb-dataContainer {
  padding-top: 10px;
}
.lb-container {
  padding: 5px;
}
.lightbox .lb-image {
  border-radius: 0;
}
.lb-data .lb-caption {
  display: inline-block;
  padding-bottom: 5px;
  color: #FFF;
  font-size: 24px;
  font-family: "Orbitron";
  font-weight: 400;
}
.touchevents .lb-nav .a.lb-prev,
.touchevents .lb-nav .a.lb-next {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sidebar {
  position: fixed;
  right: -234px;
  top: 120px;
  z-index: 1000;
  width: 284px;
  height: 50px;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sidebar.open {
  right: -2px;
}
.sidebar.sidebar-light .sidebar-switcher,
.sidebar.sidebar-light .sidebar-content {
  background: #fff;
  border-color: #333333;
  color: #333333;
}
.sidebar.sidebar-light .sidebar-switcher .color-switcher,
.sidebar.sidebar-light .sidebar-content .color-switcher {
  border-color: #919191;
}
.sidebar.sidebar-light .sidebar-switcher .color-switcher:hover,
.sidebar.sidebar-light .sidebar-content .color-switcher:hover,
.sidebar.sidebar-light .sidebar-switcher .color-switcher:focus,
.sidebar.sidebar-light .sidebar-content .color-switcher:focus,
.sidebar.sidebar-light .sidebar-switcher .color-switcher.active,
.sidebar.sidebar-light .sidebar-content .color-switcher.active {
  border-color: #333333;
}
.sidebar .sidebar-switcher {
  display: block;
  position: relative;
  z-index: 10;
  float: left;
  width: 52px;
  height: 50px;
  background: #171717;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-right: -2px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sidebar .sidebar-header {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
}
.sidebar .sidebar-content {
  position: relative;
  z-index: 9;
  float: left;
  width: 234px;
  background: #171717;
  padding: 0 15px 15px;
  border: 2px solid #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.color-switcher {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #777777;
  margin: 5px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/*loader*/
.loader {
  width: 200px;
  height: 90px;
  margin: auto;
  text-align: center;
}


.loader-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #171717;
}
.loader-overlay.loader-light {
  background-color: #fff;
}
.loader-overlay.loader-light .loader .loader-text {
  color: #00ffff;
}
.loader-overlay .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*animations*/
@-webkit-keyframes load {
  0% {
    bottom: 20px;
  }
  20% {
    bottom: 20px;
  }
  30% {
    bottom: 40px;
  }
  40% {
    bottom: 20px;
  }
  100% {
    bottom: 20px;
  }
}
@keyframes load {
  0% {
    bottom: 20px;
  }
  20% {
    bottom: 20px;
  }
  30% {
    bottom: 40px;
  }
  40% {
    bottom: 20px;
  }
  100% {
    bottom: 20px;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.no-margin {
  margin: 0 !important;
}
.margin-t-0 {
  margin-top: 0 !important;
}
.margin-b-0 {
  margin-bottom: 0 !important;
}
.margin-b-sections-text {
  margin-bottom: 40px;
}
.margin-b-sections-text-half {
  margin-bottom: 20px;
}
.margin-t-sections-text {
  margin-top: 40px;
}
.margin-t-sections-text-half {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .skrollr .profile-image img {
    height: 500px;
    width: 500px;
  }
  .skrollr .portfolio-item .portfolio-image-container img {
    height: 189px;
    min-width: 1px;
  }
  .skrollr .img-technology-container .img-layer {
    height: 706px;
    min-width: 1px;
  }
  .skrollr .clients-list img {
    height: 85px;
    min-width: 1px;
  }
  .skrollr .blog-item-outer .blog-item-inner img {
    height: 335px;
    min-width: 1px;
  }
  .skrollr .timeline .timeline-block .timeline-content .timeline-description img {
    width: 90px;
    height: 90px;
  }
}
.E-icon {
  width:auto;
  text-align:center;
  padding:0px;
}
.intro-divider {
  width: 80%;
  border-top: 1px solid #0FF;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgb(0, 255, 255);
}
img {
  width: 50%;
  height: 100%;
  object-fit: contain;
}
box:hover {
  box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
  border: 3px solid #00d7c3;
}

.wavy {
  position: relative;
  -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.wavy span {
  position: relative;
  display: inline-block;
  color: #00ffff;
  font-size: 2em;
  text-transform: uppercase;
  animation: animate 1.5s ease-in-out infinite;
  animation-delay: calc(.1s * var(--i))
}
@keyframes animate {
  0%, 100% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-20px);
  }
  40% {
    transform: translateY(0px);
  }
}



