@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500");
@import url("bootstrap.min.css");
@import url("../fonts/fontawesome/css/fontawesome-all.min.css");
@import url("../fonts/flat/flaticon.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("jarallax.css");
body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #686c71; }

a {
  outline: none;
  text-decoration: none; }
  a:focus, a:hover {
    outline: none;
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px;
  font-weight: 400; }

p {
  font-size: 15px; }

section {
  padding-top: 90px;
  padding-bottom: 90px; }

.navbar {
  background-color: #2c3134; }

.bg-dark {
  background: #606c72 !important;
  color: #fff; }
  .bg-dark p {
    color: #b5bdca; }

.border-white {
  border-color: rgba(181, 189, 202, 0.15) !important; }

.text-theme {
  color: #ff4a00; }

.theme-alt-bg {
  background: #f0f4f5; }

.title {
  position: relative;
  text-align: center;
  margin-bottom: 50px; }
  .title h2 {
    margin-bottom: 10px;
    z-index: 3; }
    .title h2 span {
      font-weight: 300; }
  @media only screen and (max-width: 992px) {
    .title {
      margin-bottom: 30px; }
      .title h2 {
        margin-bottom: 10px; } }

.btn {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15), 0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out; }
  .btn.btn-primary {
    color: #fff;
    background: #ff4a00;
    border-color: #ff4a00; }
    .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
      color: #fff;
      background-color: #d63e00;
      border-color: #d63e00; }
  .btn.btn-success {
    color: #fff;
    background: #62d493;
    border-color: #62d493; }
    .btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover {
      color: #fff;
      background-color: #42cb7d;
      border-color: #42cb7d; }

header {
  overflow: hidden;
  position: relative;
  background-color: #f0f4f5;
  padding-top: 200px;
  padding-bottom: 200px; }
  header .img-homeban {
    position: absolute;
    left: 40%;
    top: 0;
    width: 87%;
    height: auto;
    z-index: 1; }

.features {
  box-shadow: 0 6px 12px 1px rgba(67, 141, 254, 0.08); }

.hvr-block {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  margin-bottom: 30px; }
  .hvr-block .fico:before {
    font-size: 60px;
    color: #ff4a00;
    margin-left: 0; }
  .hvr-block .hvr-back,
  .hvr-block .hvr-front {
    transform: rotateY(0);
    transform-style: preserve-3d;
    min-height: 170px;
    height: auto;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    background-size: cover; }
    .hvr-block .hvr-back:after,
    .hvr-block .hvr-front:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.75; }
    .hvr-block .hvr-back .content,
    .hvr-block .hvr-front .content {
      padding: 5px 20px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      bottom: 0;
      top: 50%;
      height: 100%;
      width: 100%;
      border-radius: 2px;
      outline: 1px solid transparent;
      perspective: inherit;
      backface-visibility: hidden;
      transform: translateY(-50%) translateZ(60px) scale(0.94);
      z-index: 2; }
  .hvr-block .hvr-front {
    border: 1px solid #e8e8e8; }
  .hvr-block .hvr-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    background: #ff4a00;
    background-size: 200% auto; }
    .hvr-block .hvr-back .content {
      color: #fff;
      padding: 20px; }
    .hvr-block .hvr-back:after {
      opacity: 1; }
  .hvr-block:hover .hvr-front {
    transform: rotateY(-180deg);
    transform-style: preserve-3d; }
  .hvr-block:hover .hvr-back {
    transform: rotateY(0);
    transform-style: preserve-3d; }

.top-features h4 {
  color: #ff4a00;
  font-size: 16px;
  position: relative;
  margin-bottom: 30px; }
  .top-features h4:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 80px;
    background-color: #e4e3e3;
    background-color: #f0f4f5;
    left: 0;
    top: 30px; }

.demos .demo-main {
  position: relative;
  text-align: center;
  margin-bottom: 30px; }

.pages .page-main {
  position: relative;
  text-align: center;
  border: 1px solid #e8e8e8;
  overflow: hidden; }
  .pages .page-main + h5 {
    text-align: center;
    margin: 15px 0 30px; }
  .pages .page-main img {
    transition: opacity 0.35s; }
  .pages .page-main .p-h-main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pages .page-main .p-h-main:before {
      content: '';
      position: absolute;
      top: 20px;
      right: 20px;
      bottom: 20px;
      left: 20px;
      opacity: 0;
      transition: opacity 0.35s, transform 0.35s;
      transform: scale3d(1.4, 1.4, 1); }
    .pages .page-main .p-h-main h5 {
      transition: transform 0.35s; }
    .pages .page-main .p-h-main a,
    .pages .page-main .p-h-main i {
      color: #fff;
      opacity: 0;
      transition: opacity 0.35s, transform 0.35s;
      transform: scale(1.5); }
    .pages .page-main .p-h-main i:before {
      color: #fff;
      font-size: 60px;
      margin-left: 0;
      transition: font-size 0.35s; }
  .pages .page-main:hover {
    background: #2c3134; }
    .pages .page-main:hover img {
      opacity: 0.4; }
    .pages .page-main:hover .p-h-main {
      background: rgba(19, 12, 0, 0); }
      .pages .page-main:hover .p-h-main:before,
      .pages .page-main:hover .p-h-main a,
      .pages .page-main:hover .p-h-main i {
        opacity: 1;
        transform: scale3d(1, 1, 1); }
      .pages .page-main:hover .p-h-main i:before {
        font-size: 40px; }
      .pages .page-main:hover .p-h-main h5 {
        color: #fff;
        transform: scale(0.9); }

.component .comp-block {
  padding: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .component .comp-block p {
    transition: all 0.3s ease-in-out;
    color: #686c71;
    margin-bottom: 0;
    margin-top: 5px; }
  .component .comp-block i {
    line-height: 1; }
    .component .comp-block i:before {
      margin-left: 0;
      font-size: 35px;
      transition: all 0.3s ease-in-out; }
  .component .comp-block:hover i {
    line-height: 1; }
    .component .comp-block:hover i:before {
      color: #ff4a00;
      font-size: 35px;
      text-shadow: 1px 2px 2px rgba(255, 74, 0, 0.6); }
  .component .comp-block:hover p {
    color: #212529; }

.k-features .k-f-block {
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.04); }
  .k-features .k-f-block h5,
  .k-features .k-f-block p {
    transition: all 0.3s ease-in-out; }
  .k-features .k-f-block .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out; }
  .k-features .k-f-block:hover {
    background-color: #ff4a00;
    box-shadow: 0 10px 30px 0 rgba(255, 74, 0, 0.6);
    transform: translateY(-15px); }
    .k-features .k-f-block:hover .icon {
      transform: scale(1.15) translateY(-5px); }
    .k-features .k-f-block:hover h5,
    .k-features .k-f-block:hover p {
      color: #fff;
      text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3); }

.support {
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #2c2e3e;
  padding-bottom: 40px; }
  .support .img-mail {
    width: 200px; }
  .support .btn i:before {
    margin-left: 0;
    margin-right: 15px; }

.footer {
  padding: 0 0 40px;
  background-color: #2c2e3e; }
  .footer .container {
    border-top: 1px solid rgba(96, 98, 113, 0.5);
    padding-top: 40px; }
  .footer .social-link a i:before {
    transition: all 0.3s ease-in-out;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 0;
    font-size: 25px;
    margin-left: 15px; }
  .footer .social-link a:first-child > i:before {
    margin-left: 0; }
  .footer .social-link a:hover {
    transform: scale(1.3); }
    .footer .social-link a:hover i:before {
      color: #fff; }
  .footer .footer-menu {
    padding-left: 0;
    margin-top: 20px; }
    .footer .footer-menu li {
      list-style: none;
      font-size: 16px;
      padding: 10px;
      display: inline-block; }
      .footer .footer-menu li > a {
        color: rgba(255, 255, 255, 0.7); }
      .footer .footer-menu li:before {
        content: "|";
        margin-right: 16px;
        color: rgba(255, 255, 255, 0.7); }
      .footer .footer-menu li:first-child:before {
        content: ""; }

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 45px; }

  h2 {
    font-size: 35px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  section {
    padding-top: 40px;
    padding-bottom: 40px; }

  .btn {
    padding: 6px 12px;
    margin-bottom: 15px; } }
.fixed-button {
  position: fixed;
  bottom: -50px;
  right: 30px;
  -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.15);
  box-shadow: 0 13px 21px rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: 9;
  border-radius: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.fixed-button .btn {
  margin: 0;
  background: #79b530;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  border-bottom: 2px solid #5e8d25; }

.fixed-button.active {
  bottom: 50px;
  opacity: 1; }
