/* --- Old Styles --- */

.block-post {
  padding: 60px 0px;
}
.block-post .title {
  font-family: 'Fira Sans', sans-serif;
  color: #263238;
  margin-bottom: 16px;
  margin-top: 0;
}
.block-post img {
  width: 100%;
  margin-bottom: 20px;
}

.comments {
  padding: 60px 30px;
  text-align: center;
  background: #e6ebed;
}
.comments .item {
  width: 600px;
  margin: 0px auto;
}
.comments .profileimg {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  margin-top: 20px;
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.5);
}
.comments .name {
  font-family: 'Fira Sans', sans-serif;
  color: #263238;
  margin-bottom: 4px;
  font-size: 16px;
}

.faq {
  padding: 60px 0px;
}
.faq .item {
  margin: 40px 0;
}
.faq .item .title {
  font-size: 18px;
  font-family: 'Fira Sans', sans-serif;
  color: #263238;
}

.contact form {
  text-align: center;
  max-width: 500px;
  margin: 0px auto;
  margin-top: 10px;
}
.contact form .btn {
  margin-left: 0;
  padding: 14px 20px;
}
.form-control {
  background: #DEE4E7;
  border: none;
  box-shadow: none;
  padding: 24px 18px;
  font-size: 16px;
  color: #263238;
}
.form-control:focus {
  box-shadow: none;
  background: #e6ebed;
}

/* --- New Styles --- */

/*bootstrap*/

body {
  padding-top: 80px;
  background: #fff;
  color: #455964;
  line-height: 1.5em;
  font-size: 16px;
  font-family: 'Fira Sans', Arial, sans-serif;
}

a {
  color: #0BBFF2;
}
a:hover {color: #0bacd9;}

h1, h2, h3, h4, h5, h6 {
  color: #263238;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 82px;
  letter-spacing: -0.03em;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

h2 {
  margin-bottom: 20px;
  font-size: 52px;
  text-transform: capitalize;
}

h3 {
  font-size: 32px;
  font-weight: 500;
}

.text-normal {font-weight: 400;}

.text-blue {color: #61D5FA;}
.text-white {color: #ffffff;}

.text-primary {color: #0BBFF2;}
.text-warning {color: #F9B514;}

/* Backgrounds */

.bg-light-grey {background-color: #f2f2f2;}

.bg-primary {background-color: #0BBFF2;}
.bg-warning {background-color: #F9B514;}

/* Covers */

.cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

.cover-black {background-color: rgba(0, 0, 0, 0.2);}

.cover-shadow {
  width: 100px;
}
.cover-shadow.left {
  background: linear-gradient(to right, #0BBFF2, rgba(11, 191, 242, 0));

}
.cover-shadow.right {
  background: linear-gradient(to left, #0BBFF2, rgba(11, 191, 242, 0));
  left: auto;
  right: 0;
}

/* Buttons */

.btn {
  min-width: 136px;
  padding: 11px 20px 9px;
  border: none;
  border-radius: 17px;
  transition: background-color 0.4s ease-in-out;
  font-family: 'Fira Sans', sans-serif;
  text-shadow: none;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #0BBFF2;
}
.btn-primary:hover, .btn-primary:focus {background-color: #0bacd9;}

.btn-warning {
  background-color: #F9B514;
}
.btn-warning:hover, .btn-warning:focus {background-color: #e0a212;}

/* Helpers */

.p-0 {padding: 0;}

@media (min-width: 992px) {
  .text-right-sm {text-align: right;}
  .pull-right-sm {float: right;}

  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .row-reverse-sm {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1520px) {
  .col-xl-12 {width: 100%;}
  .col-xl-11 {width: 91.66666667%;}
  .col-xl-10 {width: 83.33333333%;}
  .col-xl-9 {width: 75%;}
  .col-xl-8 {width: 66.66666667%;}
  .col-xl-7 {width: 58.33333333%;}
  .col-xl-6 {width: 50%;}
  .col-xl-5 {width: 41.66666667%;}
  .col-xl-4 {width: 33.33333333%;}
  .col-xl-3 {width: 25%;}
  .col-xl-2 {width: 16.66666667%;}
  .col-xl-1 {width: 8.33333333%;}

  .col-xl-offset-12 {margin-left:100%}
  .col-xl-offset-11 {margin-left:91.66666667%}
  .col-xl-offset-10 {margin-left:83.33333333%}
  .col-xl-offset-9 {margin-left:75%}
  .col-xl-offset-8 {margin-left:66.66666667%}
  .col-xl-offset-7 {margin-left:58.33333333%}
  .col-xl-offset-6 {margin-left:50%}
  .col-xl-offset-5 {margin-left:41.66666667%}
  .col-xl-offset-4 {margin-left:33.33333333%}
  .col-xl-offset-3 {margin-left:25%}
  .col-xl-offset-2 {margin-left:16.66666667%}
  .col-xl-offset-1 {margin-left:8.33333333%}
  .col-xl-offset-0 {margin-left:0}
}

/*header*/

header {
  height: 80px;
  width: 100%;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.3);
}

  header .logo {
    padding: 8px 0 8px 30px;
    display: block;
    text-decoration: none;
  }

    header .logo img {
      height: 64px;
    }

  header .menu {
    margin: 0;
    padding: 22px 30px 0 0;
    font-family: 'Fira Sans', Arial, sans-serif;
    text-align: right;
  }

    header .menu li {
      display: inline-block;
      vertical-align: middle;
      padding-left: 22px;
    }

      header .menu li a {
        color: #455964;
        text-decoration: none;
        text-transform: uppercase;
      }
      header .menu li a:hover {color: #0BBFF2;}

      header .menu .btn {
        min-width: 104px;
        margin: 0;
        padding: 8px 15px 6px;
        color: #ffffff;
      }
      header .menu .btn:hover {color: #ffffff;}

a.menu-icon {display: none;}

/* Footer */
footer {
  padding: 25px 0;
  background: #f2f2f2;
}

  footer p {
    margin: 0;
    font-size: 14px;
  }

/*home*/

.frame {
  padding: 50px 0 35px;
}
.frame-x {
  padding-left: 35px;
  padding-right: 15px;
}
.frame.frame-x {padding: 40px 15px 30px 35px;}

.background {
  height: 600px;
  position: relative;
  background: #ffffff 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
.bg-sm {height: 500px;}

  .bg-caption {
    padding: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
  }
.bg-caption.top {
  top: 50px;
  bottom: auto;
}
  .bg-caption.middle {
    bottom: 50%;
    transform: translate(0, 50%);
  }

    .bg-caption .btn {
      margin: 10px;
      border-radius: 23px;
      font-size: 18px;
    }

.media-container {
  height: 650px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.features {
  padding: 40px 0 0;
}

  .feature-block {
    margin: 0 0 25px;
  }

    .feature-block img {
      margin-bottom: 5px;
      height: 128px;
    }

    .feature-block p {
      max-width: 280px;
      display: inline-block;
    }

.post-list {
  margin: 25px 0;
  padding: 0 0 0 25px;
  list-style: none;
  border-left: 5px solid #F9B514;
}

  .post-list li {
    padding: 0 0 15px;
    font-size: 24px;
    font-weight: 300;
  }
  .post-list li:last-child {padding: 0;}

.owl-container {
  position: relative;
}

  .owl-company {
    padding: 35px 0;
  }

    .owl-company-link {
      margin: 0 35px;
      display: block;
      overflow: hidden;
      background: #ffffff;
      border-radius: 84px;
      border: 4px solid #ffffff;
      box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.5);
      text-decoration: none;
    }

      .owl-company-link img {
        width: 160px !important;
        height: 160px;
      }

    .owl-company .owl-nav button.owl-next,
    .owl-company .owl-nav button.owl-prev {
      margin-top: -40px;
      position: absolute;
      top: 50%;
      z-index: 50;
      outline: 0;
      transition: color 0.4s;
      color: #ffffff;
      font-size: 80px;
      line-height: 80px;
      text-align: center;
      text-decoration: none;
    }
    .owl-company .owl-nav button.owl-next:hover,
    .owl-company .owl-nav button.owl-prev:hover {
      color: #F9B514;
    }
    .owl-company .owl-nav button.owl-prev {left: -100px;}
    .owl-company .owl-nav button.owl-next {right: -100px;}

  .owl-container .cover-shadow {
    display: none;
  }

.step-container {
  padding: 30px 0 0;
}

  .step-container .step-block {
    margin: 0 30px 20px;
    display: inline-block;
    vertical-align: top;
  }

    .step-container .step-block .circle {
      margin-bottom: 10px;
      height: 128px;
      width: 128px;
      display: inline-block;
      transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
      background-color: #ffffff;
      border: 3px solid #eaeaea;
      border-radius: 64px;
      color: #263238;
      font-size: 72px;
      font-weight: 700;
      line-height: 122px;
    }
    .step-container .step-block.passive .circle {background-color: #0BBFF2; border-color: #ffffff; color: #ffffff;}
    .step-container .step-block.active .circle {background-color: #F9B514; border-color: #ffffff; color: #ffffff;}

    .step-container .step-block .step-caption {
      max-width: 200px;
    }

.contact-links {
  margin: 50px 0 30px;
  font-size: 18px;
}

  .contact-links a {
    color: #263238;
    text-decoration: none;
  }

    .contact-links a i.fa {
      margin-right: 10px;
      font-size: 21px;
    }

.social-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

  .social-list li {
    padding: 0 10px 20px;
    display: inline-block;
  }

    .social-list li a {
      margin: 0;
      padding: 0;
      height: 48px;
      width: 48px;
      display: block;
      transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
      background-color: #ffffff;
      border: 2px solid #0BBFF2;
      border-radius: 24px;
      color: #0BBFF2;
      font-size: 24px;
      line-height: 44px;
      text-align: center;
    }
    .social-list li a:hover {background-color: #0BBFF2; color: #ffffff;}