.ftco-sec {
  padding: 7em 0;
  position: relative;
  width: 100%; }
  @media (max-width: 767.98px) {
    .ftco-sec {
      padding: 6em 0; } }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }



.ftco-intro {
  color: rgba(255, 255, 255, 0.8);
  z-index: 0;
  overflow: hidden; }
  .ftco-intro .img {
    padding: 3em;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .ftco-intro .img {
        padding: 2em 1em; } }
    .ftco-intro .img .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      opacity: .6;
      background: #040e26;
      z-index: -1; }
  @media (max-width: 991.98px) {
    .ftco-intro {
      background-position: center center !important; } }
  .ftco-intro h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .ftco-intro h2 {
        font-size: 20px; } }
    .ftco-intro h2 span {
      background: #1089ff; }


 .servic {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .servic .icon {
    line-height: 1.3;
    position: relative; }
    .servic .icon span {
      font-size: 60px;
      color: #1089ff; }
  .servic .media-body h3 {
    font-size: 18px;
    font-weight: 500; }
  .servic.servic-1 {
    width: 100%;
    background: #1089ff;
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    z-index: 0; }
    .servic.servic-1:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      opacity: .5;
      z-index: -1; }
    .servic.servic-1 .icon {
      width: 115px;
      height: 80px;
      margin-left: -35px;
      margin-bottom: 10px;
      background: #000000;
      position: relative; }
      .servic.servic-1 .icon span {
        color: #fff;
        font-size: 50px; }
      .servic.servic-1 .icon:after {
        position: absolute;
        top: -5px;
        left: 0;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 5px 5px;
        border-color: transparent transparent #000000 transparent; }
    .servic.servic-1 .media-body {
      color: rgba(255, 255, 255, 0.8); }
      .servic.servic-1 .media-body h3 {
        color: #fff; }
  .servic.color-1:after {
    background: #1089ff; }
  .servic.color-2:after {
    background: #0c01af; }
  .servic.color-3:after {
    background: #00a8b5; }
  .servic.color-4:after {
    background: #2b8546; }     

    .media-custom {
  background: #fff; }
  .media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #1089ff; }
  .media-custom .media-body .position {
    font-size: 13px;
    color: #d9d9d9; }

    
.ftco-abot {
  position: relative;
  z-index: 0; }
  .ftco-abot .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .1;
    background: #000000;
    z-index: -1; }
  .ftco-abot .img {
    margin-top: -100px;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    border: 15px solid #fff; }
    @media (max-width: 767.98px) {
      .ftco-abot .img {
        height: 400px; } }
  .ftco-abot .about-intro {
    width: 100%;
    position: relative;
    z-index: 99; }
