.navbar {
  background-color: #fff;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%; }
  .navbar .wrapper-menu {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .navbar .wrapper-menu .wrapper-logo a {
      color: #000; }
    .navbar .wrapper-menu .navbar-collapse {
      display: flex; }
      .navbar .wrapper-menu .navbar-collapse .navbar-nav {
        display: flex;
        justify-content: flex-end;
        width: 100%; }
        .navbar .wrapper-menu .navbar-collapse .navbar-nav a {
          color: #000;
          text-transform: uppercase;
          margin-left: 10px;
          transition: .2s; }
          .navbar .wrapper-menu .navbar-collapse .navbar-nav a:hover {
            color: #1a6be1;
            transition: .2s; }
        .navbar .wrapper-menu .navbar-collapse .navbar-nav .wrapper-icon-first {
          margin-left: 5%;
          width: 40px;
          height: 40px;
          border: solid 1px #1a6be1;
          color: #1a6be1;
          display: flex;
          align-items: center;
          justify-content: center; }
          .navbar .wrapper-menu .navbar-collapse .navbar-nav .wrapper-icon-first i {
            font-size: 20px;
            padding: 10px; }
          .navbar .wrapper-menu .navbar-collapse .navbar-nav .wrapper-icon-first .active {
            color: #1a6be1; }
        .navbar .wrapper-menu .navbar-collapse .navbar-nav .wrapper-icon {
          margin-left: 10px;
          width: 40px;
          height: 40px;
          border: solid 1px #000;
          color: #1a6be1;
          display: flex;
          align-items: center;
          justify-content: center; }
          .navbar .wrapper-menu .navbar-collapse .navbar-nav .wrapper-icon i {
            font-size: 20px;
            padding: 10px; }
          .navbar .wrapper-menu .navbar-collapse .navbar-nav .wrapper-icon .active {
            color: #1a6be1; }

.carousel .carousel-control-next, .carousel .carousel-control-prev {
  width: 8%; }
  .carousel .carousel-control-next .wrapper-arrow, .carousel .carousel-control-prev .wrapper-arrow {
    width: 50px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    transition: .2s; }
    .carousel .carousel-control-next .wrapper-arrow i, .carousel .carousel-control-prev .wrapper-arrow i {
      color: #000000;
      font-size: 20px; }
    .carousel .carousel-control-next .wrapper-arrow:hover i, .carousel .carousel-control-prev .wrapper-arrow:hover i {
      color: #ffffff;
      transition: .2s; }
  .carousel .carousel-control-next:hover, .carousel .carousel-control-prev:hover {
    background: transparent;
    text-decoration: none;
    outline: 0;
    opacity: .6; }
.carousel .carousel-inner {
  height: 650px; }
  .carousel .carousel-inner .view {
    height: 650px; }
  .carousel .carousel-inner .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .carousel .carousel-inner .carousel-caption h3 {
      font-size: 72px;
      text-transform: uppercase;
      margin: 0;
      padding: 15px 0;
      text-align: left; }
    .carousel .carousel-inner .carousel-caption h2 {
      font-size: 36px;
      text-transform: uppercase;
      letter-spacing: 6px;
      margin: 0;
      padding: 15px 0; }
    .carousel .carousel-inner .carousel-caption p {
      font-size: 18px;
      padding: 0 30%;
      margin: 0; }
    .carousel .carousel-inner .carousel-caption a {
      margin-top: 25px;
      background-color: #1a6be1;
      color: #ffffff;
      text-decoration: none;
      outline: none;
      font-size: 16px;
      font-weight: 700;
      padding: 10px 22px;
      text-transform: uppercase !important;
      font-family: 'OpenSans', sans-serif;
      text-align: center !important;
      transition: .2s linear;
      border: solid 2px #1a6be1; }
      .carousel .carousel-inner .carousel-caption a:hover {
        border: solid 2px #1a6be1;
        background-color: #ffffff;
        color: #000000;
        transition: .2s linear; }

.new-section {
  padding: 50px 0 0; }
  .new-section h2 {
    text-align: center;
    font-size: 45px;
    color: #212529;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .new-section .wrapper-line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px; }
    .new-section .wrapper-line .wrapper-line-first {
      width: 40px;
      background-color: #1a6be1;
      height: 2px; }
    .new-section .wrapper-line .wrapper-line-second {
      width: 10px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
    .new-section .wrapper-line .wrapper-line-end {
      width: 5px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
  .new-section .wrapper-item {
    padding: 25px;
    cursor: pointer; }
    .new-section .wrapper-item .wrapper-image {
      width: 40%;
      margin: 0 auto;
      opacity: 1;
      transition: .2s linear;
      display: block; }
    .new-section .wrapper-item .wrapper-image-hover {
      width: 40%;
      margin: 0 auto;
      opacity: 0;
      transition: .2s linear;
      display: none; }
    .new-section .wrapper-item .wrapper-text h2 {
      font-size: 22px;
      margin: 15px 0;
      text-align: center;
      color: #1a6be1; }
    .new-section .wrapper-item .wrapper-text p {
      text-align: center;
      color: #777777; }
    .new-section .wrapper-item:hover .wrapper-image {
      opacity: 0;
      transition: .2s linear;
      display: none; }
    .new-section .wrapper-item:hover .wrapper-image-hover {
      opacity: 1;
      transition: .2s linear;
      display: block; }
  .new-section .wrapper-btn {
    display: flex;
    justify-content: center; }
    .new-section .wrapper-btn a {
      margin-top: 15px;
      background-color: #1a6be1;
      color: #ffffff;
      text-decoration: none;
      outline: none;
      font-size: 16px;
      font-weight: 700;
      padding: 10px 22px;
      text-transform: uppercase !important;
      font-family: 'OpenSans', sans-serif;
      text-align: center !important;
      transition: .2s linear;
      border: solid 2px #1a6be1;
      margin-bottom: 25px; }
      .new-section .wrapper-btn a:hover {
        border: solid 2px #1a6be1;
        background-color: #ffffff;
        color: #000000;
        transition: .2s linear; }

.section-brand {
  padding: 25px 0 50px; }
  .section-brand h2 {
    text-align: center;
    font-size: 45px;
    color: #212529;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .section-brand .wrapper-line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px; }
    .section-brand .wrapper-line .wrapper-line-first {
      width: 40px;
      background-color: #1a6be1;
      height: 2px; }
    .section-brand .wrapper-line .wrapper-line-second {
      width: 10px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
    .section-brand .wrapper-line .wrapper-line-end {
      width: 5px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
  .section-brand .wrapper-item {
    margin: 15px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px; }
    .section-brand .wrapper-item .wrapper-image {
      overflow: hidden;
      padding: 15px; }
      .section-brand .wrapper-item .wrapper-image img {
        transform: scale(1.1);
        transition: .2s linear; }
    .section-brand .wrapper-item .wrapper-text {
      padding: 15px; }
      .section-brand .wrapper-item .wrapper-text h1 {
        font-size: 18px;
        color: #1a6be1;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        outline: none;
        transition: .2s linear;
        margin-top: 25px; }
    .section-brand .wrapper-item:hover {
      box-shadow: none; }
      .section-brand .wrapper-item:hover a {
        text-decoration: navajowhite; }
        .section-brand .wrapper-item:hover a h1 {
          color: #000000;
          transition: .2s linear; }
      .section-brand .wrapper-item:hover .wrapper-image img {
        transform: scale(1);
        transition: .2s linear; }

.section-home-blog {
  padding: 50px 0 0; }
  .section-home-blog h2 {
    text-align: center;
    font-size: 45px;
    color: #212529;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .section-home-blog .wrapper-line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px; }
    .section-home-blog .wrapper-line .wrapper-line-first {
      width: 40px;
      background-color: #1a6be1;
      height: 2px; }
    .section-home-blog .wrapper-line .wrapper-line-second {
      width: 10px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
    .section-home-blog .wrapper-line .wrapper-line-end {
      width: 5px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
  .section-home-blog .wrapper-blog-item {
    padding: 10px;
    margin-bottom: 25px; }
    .section-home-blog .wrapper-blog-item a {
      text-decoration: none;
      outline: none; }
      .section-home-blog .wrapper-blog-item a .wrapper-image {
        overflow: hidden;
        position: relative; }
        .section-home-blog .wrapper-blog-item a .wrapper-image img {
          transition: .2s linear; }
        .section-home-blog .wrapper-blog-item a .wrapper-image span {
          top: 10%;
          left: 10%;
          position: absolute;
          padding: 1px 10px;
          font-size: 12px;
          line-height: 2;
          font-weight: 700;
          text-transform: uppercase;
          border-radius: 30px;
          color: #fff;
          background: #1a6be1;
          z-index: 10; }
        .section-home-blog .wrapper-blog-item a .wrapper-image .layer {
          background: rgba(0, 0, 0, 0.5);
          z-index: 9;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          position: absolute; }
        .section-home-blog .wrapper-blog-item a .wrapper-image .wrapper-text {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 10;
          flex-direction: column; }
          .section-home-blog .wrapper-blog-item a .wrapper-image .wrapper-text p {
            font-size: 24px;
            line-height: 1.5;
            font-family: 'Open Sans', sans-serif;
            color: #ffffff;
            transition: .2s linear; }
          .section-home-blog .wrapper-blog-item a .wrapper-image .wrapper-text .btn-blog {
            background-color: #1a6be1;
            color: #ffffff;
            text-decoration: none;
            outline: none;
            font-size: 16px;
            font-weight: 700;
            padding: 10px 22px;
            text-transform: uppercase !important;
            font-family: 'OpenSans', sans-serif;
            text-align: center !important;
            transition: .2s linear;
            margin-top: 15px; }
    .section-home-blog .wrapper-blog-item:hover .wrapper-image img {
      transform: scale(1.1);
      transition: .2s linear; }
    .section-home-blog .wrapper-blog-item:hover .wrapper-image .wrapper-text a {
      color: #ffffff;
      transition: .2s linear; }
    .section-home-blog .wrapper-blog-item:hover .wrapper-text p {
      color: #1a6be1;
      transition: .2s linear; }

.wrapper-about h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 45px; }
.wrapper-about .wrapper-line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px; }
  .wrapper-about .wrapper-line .wrapper-line-first {
    width: 40px;
    background-color: #1a6be1;
    height: 2px; }
  .wrapper-about .wrapper-line .wrapper-line-second {
    width: 10px;
    background-color: #1a6be1;
    height: 2px;
    margin-left: 5px; }
  .wrapper-about .wrapper-line .wrapper-line-end {
    width: 5px;
    background-color: #1a6be1;
    height: 2px;
    margin-left: 5px; }
.wrapper-about .about-p {
  font-family: 'open sans', sans-serif;
  font-size: 15px;
  max-width: 780px;
  margin: auto;
  text-align: center; }
.wrapper-about .wrapper-pad {
  padding: 25px 0; }
  .wrapper-about .wrapper-pad .wrapper-about-item {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 15px; }
    .wrapper-about .wrapper-pad .wrapper-about-item .wrapper-title {
      display: flex; }
      .wrapper-about .wrapper-pad .wrapper-about-item .wrapper-title i {
        color: #227ab8;
        font-size: 16px;
        margin-top: 8px; }
      .wrapper-about .wrapper-pad .wrapper-about-item .wrapper-title .y {
        color: #1a6be1; }
      .wrapper-about .wrapper-pad .wrapper-about-item .wrapper-title h4 {
        font-size: 22px;
        color: #353535;
        font-weight: 700;
        text-transform: capitalize;
        margin-left: 10px;
        margin-bottom: 10px; }
    .wrapper-about .wrapper-pad .wrapper-about-item p {
      font-size: 15px;
      color: #777777;
      margin: 10px 0; }
.wrapper-about .wrapper-images {
  padding: 25px 0; }
  .wrapper-about .wrapper-images .wrap-first-img {
    display: flex;
    justify-content: flex-end; }
    .wrapper-about .wrapper-images .wrap-first-img .wrapper-image-first {
      width: 50%;
      margin: 0 auto; }
  .wrapper-about .wrapper-images .wrap-second-img {
    position: absolute;
    bottom: -20px;
    left: 70px;
    background-color: white; }
    .wrapper-about .wrapper-images .wrap-second-img .wrapper-image-second {
      width: 350px;
      height: 350px;
      padding: 15px; }

.home-service {
  padding: 25px 0 0; }
  .home-service .section-solution {
    padding: 0;
    text-align: center; }
    .home-service .section-solution h2 {
      text-align: center;
      text-transform: uppercase;
      font-size: 45px; }
    .home-service .section-solution .wrapper-line {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 15px;
      margin-bottom: 30px; }
      .home-service .section-solution .wrapper-line .wrapper-line-first {
        width: 40px;
        background-color: #1a6be1;
        height: 2px; }
      .home-service .section-solution .wrapper-line .wrapper-line-second {
        width: 10px;
        background-color: #1a6be1;
        height: 2px;
        margin-left: 5px; }
      .home-service .section-solution .wrapper-line .wrapper-line-end {
        width: 5px;
        background-color: #1a6be1;
        height: 2px;
        margin-left: 5px; }
  .home-service .after-parent {
    color: #1a6be1; }
  .home-service .container-fluid {
    margin-bottom: -50px; }
  .home-service .owl-recent-post .center .content {
    box-shadow: 0 10px 45px 0 rgba(0, 14, 49, 0.25);
    opacity: 1;
    transition: 0.3s linear;
    position: relative; }
    .home-service .owl-recent-post .center .content .wrapper-icon {
      position: absolute;
      width: 70px;
      background: #1a6be1;
      bottom: 25px;
      left: 20px;
      padding: 10px; }
      .home-service .owl-recent-post .center .content .wrapper-icon img {
        width: 100%; }
  .home-service .owl-recent-post .center .item {
    opacity: 1; }
  .home-service .item {
    padding: 50px 0;
    transition: 0.3s linear;
    opacity: 0.5; }
    .home-service .item a {
      text-decoration: none; }
    .home-service .item .content {
      transition: 0.3s linear;
      padding: 25px 20px;
      display: flex;
      justify-content: space-between;
      border-radius: 3px;
      align-items: center; }
      .home-service .item .content img {
        width: 50%;
        border-radius: 3px; }
      .home-service .item .content div {
        width: 100%;
        text-align: center;
        padding-left: 20px; }
        .home-service .item .content div .small-after {
          padding-bottom: 17px;
          margin: 0;
          font-size: 25px;
          position: relative;
          color: #1a6be1; }
        .home-service .item .content div p {
          text-align: center;
          margin-bottom: 0;
          font-size: 15px;
          font-weight: 400;
          color: rgba(51, 55, 69, 0.75); }

.counter {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 50px 0; }
  .counter h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    color: #ffffff; }
  .counter .wrapper-line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px; }
    .counter .wrapper-line .wrapper-line-first {
      width: 40px;
      background-color: #1a6be1;
      height: 2px; }
    .counter .wrapper-line .wrapper-line-second {
      width: 10px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
    .counter .wrapper-line .wrapper-line-end {
      width: 5px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
  .counter .wrapper-count {
    width: 100%;
    display: flex;
    justify-content: center; }
    .counter .wrapper-count .c {
      margin-left: 40px; }
    .counter .wrapper-count .wrapper-count-item {
      display: flex;
      flex-direction: column;
      margin-right: 40px; }
      .counter .wrapper-count .wrapper-count-item h2 {
        color: white; }
      .counter .wrapper-count .wrapper-count-item div {
        width: 25px;
        height: 4px;
        background-color: #1a6be1;
        margin: 10px auto; }
      .counter .wrapper-count .wrapper-count-item p {
        font-size: 15px;
        text-align: center;
        color: white;
        text-transform: uppercase; }

.section-portfolio {
  padding: 25px 0 50px; }
  .section-portfolio h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px; }
  .section-portfolio .wrapper-line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px; }
    .section-portfolio .wrapper-line .wrapper-line-first {
      width: 40px;
      background-color: #1a6be1;
      height: 2px; }
    .section-portfolio .wrapper-line .wrapper-line-second {
      width: 10px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
    .section-portfolio .wrapper-line .wrapper-line-end {
      width: 5px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
  .section-portfolio .wrapper-portfolio {
    display: flex;
    flex-wrap: wrap; }
    .section-portfolio .wrapper-portfolio .wrapper-item {
      padding: 10px;
      position: relative; }
      .section-portfolio .wrapper-portfolio .wrapper-item .layer {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background-color: #000000a8;
        opacity: 0;
        position: absolute;
        transition: .2s linear;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .section-portfolio .wrapper-portfolio .wrapper-item .layer h2 {
          color: #ffffff;
          font-size: 24px; }
        .section-portfolio .wrapper-portfolio .wrapper-item .layer .wrapper-icon {
          display: flex; }
          .section-portfolio .wrapper-portfolio .wrapper-item .layer .wrapper-icon .wrapper-icon-item {
            background-color: #1a6be1;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .section-portfolio .wrapper-portfolio .wrapper-item .layer .wrapper-icon .wrapper-icon-item i {
              color: #ffffff;
              font-size: 24px; }
      .section-portfolio .wrapper-portfolio .wrapper-item:hover .layer {
        opacity: 1;
        transition: .2s linear; }
  .section-portfolio .modal-header {
    border-color: #1a6be1; }

.footer {
  background-color: #031e2b;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.8); }
  .footer .wrapper-logo .wrapper-img {
    padding: 0 20px 20px 0; }
  .footer .wrapper-logo p {
    margin-top: 30px; }
  .footer .wrapper-logo .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.13);
    margin: 30px 0; }
  .footer .wrapper-logo .wrapper-icons {
    display: flex; }
    .footer .wrapper-logo .wrapper-icons .wrapper-icon-item {
      margin-right: 15px;
      background-color: #1d3541;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      transition: .2s linear; }
      .footer .wrapper-logo .wrapper-icons .wrapper-icon-item i {
        font-size: 24px;
        color: rgba(255, 255, 255, 0.8); }
      .footer .wrapper-logo .wrapper-icons .wrapper-icon-item:hover {
        background-color: #1a6be1;
        transition: .2s linear; }
  .footer .wrapper-links {
    margin-left: 30px; }
    .footer .wrapper-links h5 {
      margin-bottom: 44px;
      font-size: 24px;
      color: #1a6be1;
      font-weight: 600;
      font-family: 'PT Sans', sans-serif;
      text-transform: uppercase; }
    .footer .wrapper-links ul {
      list-style: none;
      font-size: 14px;
      padding-left: 0;
      line-height: 1.43; }
      .footer .wrapper-links ul li {
        margin-bottom: 20px; }
        .footer .wrapper-links ul li a {
          color: #fff;
          text-decoration: none;
          outline: none;
          font-family: 'Open Sans', sans-serif;
          text-transform: uppercase;
          transition: .2s linear; }
          .footer .wrapper-links ul li a:hover {
            color: #1a6be1;
            transition: .2s linear; }
  .footer .wrapper-projects h5 {
    margin-bottom: 44px;
    font-size: 24px;
    color: #1a6be1;
    font-weight: 600;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase; }
  .footer .wrapper-projects .wrapper-projects-item {
    display: flex;
    margin-bottom: 25px; }
    .footer .wrapper-projects .wrapper-projects-item .wrapper-img {
      width: 55%;
      margin-right: 8%; }
    .footer .wrapper-projects .wrapper-projects-item .wrapper-text {
      display: flex;
      flex-direction: column; }
      .footer .wrapper-projects .wrapper-projects-item .wrapper-text a {
        margin: 0;
        line-height: 1.6;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        transition: .2s linear; }
        .footer .wrapper-projects .wrapper-projects-item .wrapper-text a:hover {
          color: #1a6be1;
          transition: .2s linear; }
      .footer .wrapper-projects .wrapper-projects-item .wrapper-text h6 {
        margin-top: 8px;
        color: #1a6be1; }
  .footer .wrapper-contact {
    margin-left: 20px; }
    .footer .wrapper-contact h5 {
      margin-bottom: 44px;
      font-size: 24px;
      color: #1a6be1;
      font-weight: 600;
      font-family: 'PT Sans', sans-serif;
      text-transform: uppercase; }
    .footer .wrapper-contact .wrapper-contact-item {
      display: flex;
      flex-direction: column;
      margin-bottom: 15px; }
      .footer .wrapper-contact .wrapper-contact-item h2 {
        font-size: 18px;
        line-height: 2;
        font-weight: 600;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.7); }
      .footer .wrapper-contact .wrapper-contact-item a {
        color: #ffffff;
        text-decoration: none;
        outline: none;
        transition: .2s linear; }
        .footer .wrapper-contact .wrapper-contact-item a:hover {
          color: #1a6be1;
          transition: .2s linear; }

.page-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px; }
  .page-section h2 {
    font-size: 44px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center; }

.service {
  padding: 100px 0; }
  .service h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px; }
  .service .wrapper-line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 100px; }
    .service .wrapper-line .wrapper-line-first {
      width: 40px;
      background-color: #1a6be1;
      height: 2px; }
    .service .wrapper-line .wrapper-line-second {
      width: 10px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
    .service .wrapper-line .wrapper-line-end {
      width: 5px;
      background-color: #1a6be1;
      height: 2px;
      margin-left: 5px; }
  .service .wrapper-service-item {
    background-color: white;
    margin: 15px 15px 50px 75px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }
    .service .wrapper-service-item .wrapper-img {
      position: relative; }
      .service .wrapper-service-item .wrapper-img .layer {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000a8;
        opacity: 0;
        position: absolute;
        transition: .2s linear; }
      .service .wrapper-service-item .wrapper-img .wrapper-i {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70px;
        height: 70px;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .2s linear;
        padding: 15px;
        opacity: 1; }
        .service .wrapper-service-item .wrapper-img .wrapper-i img {
          width: 100%; }
      .service .wrapper-service-item .wrapper-img .wrapper-i-hover {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70px;
        height: 70px;
        background-color: #1a6be1;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .2s linear;
        padding: 15px;
        opacity: 0; }
      .service .wrapper-service-item .wrapper-img:hover .layer {
        opacity: 1;
        transition: .2s linear; }
      .service .wrapper-service-item .wrapper-img:hover .wrapper-i {
        background-color: #1a6be1;
        transition: .2s linear;
        opacity: 0; }
      .service .wrapper-service-item .wrapper-img:hover .wrapper-i-hover {
        opacity: 1;
        transition: .2s linear; }
    .service .wrapper-service-item .wrapper-text h6 {
      margin-bottom: 15px;
      font-size: 18px;
      font-family: 'PT Sans', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      color: #151515;
      text-align: center;
      margin-top: 25px; }
    .service .wrapper-service-item .wrapper-text p {
      margin-top: 0;
      min-height: 95px;
      text-align: center;
      padding: 0 15px; }
    .service .wrapper-service-item .wrapper-text a {
      background: #1a6be1;
      color: #fff;
      width: 100%;
      border: 1px solid #1a6be1;
      display: block;
      font-family: 'PT Sans', sans-serif;
      font-size: 18px;
      padding: 10px 0;
      margin-top: 15px;
      text-align: center;
      transition: .2s linear;
      text-decoration: navajowhite;
      text-decoration: none; }
      .service .wrapper-service-item .wrapper-text a:hover {
        background: #fff;
        color: #1a6be1;
        transition: .2s linear; }

.project-section {
  padding: 100px 0 140px 0; }
  .project-section .wrapper-line {
    margin-bottom: 0; }
  .project-section .wrapper-projects-item {
    margin-top: 140px; }
    .project-section .wrapper-projects-item a {
      text-decoration: none;
      outline: none; }
      .project-section .wrapper-projects-item a .wrapper-image {
        overflow: hidden; }
        .project-section .wrapper-projects-item a .wrapper-image img {
          transform: scale(1.1);
          transition: .2s linear; }
      .project-section .wrapper-projects-item a .wrapper-text {
        background-color: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transition: .2s linear;
        bottom: -100px;
        width: 85%;
        padding-top: 16px; }
        .project-section .wrapper-projects-item a .wrapper-text p {
          font-size: 14px;
          color: #1a6be1; }
        .project-section .wrapper-projects-item a .wrapper-text ul {
          padding-left: 24px; }
          .project-section .wrapper-projects-item a .wrapper-text ul li {
            font-size: 14px;
            color: #1a6be1; }
        .project-section .wrapper-projects-item a .wrapper-text h2 {
          text-align: center;
          font-size: 18px;
          color: #000000;
          line-height: 1.3333333; }
        .project-section .wrapper-projects-item a .wrapper-text p {
          color: #1a6be1;
          text-align: center; }
      .project-section .wrapper-projects-item a:hover .wrapper-text {
        bottom: -106px;
        transition: .2s linear; }
        .project-section .wrapper-projects-item a:hover .wrapper-text h2 {
          text-align: center;
          font-size: 18px;
          color: #1a6be1;
          line-height: 1.3333333; }
      .project-section .wrapper-projects-item a:hover img {
        transform: scale(1);
        transition: .2s linear; }

.project-view {
  padding: 100px 70px; }
  .project-view .wrapper-view-text h4 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #000000; }
  .project-view .wrapper-view-text p {
    color: #777;
    margin-bottom: 30px; }
  .project-view .wrapper-view-text .wrapper-table {
    width: 80%; }
    .project-view .wrapper-view-text .wrapper-table .table th {
      display: flex;
      justify-content: center;
      align-items: center; }
      .project-view .wrapper-view-text .wrapper-table .table th i {
        color: #1a6be1;
        font-size: 24px; }
    .project-view .wrapper-view-text .wrapper-table .table td {
      padding-left: 35px;
      padding-right: 35px;
      color: #151515; }
      .project-view .wrapper-view-text .wrapper-table .table td span {
        color: #9b9b9b; }
  .project-view .wrapper-slider .slider-for {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .project-view .wrapper-slider .slider-for .l-0 {
      font-size: 24px;
      left: 10px;
      color: #1a6be1;
      cursor: pointer;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 99;
      align-items: center;
      display: flex; }
    .project-view .wrapper-slider .slider-for .l-0:hover {
      left: 15px;
      transition: 0.2s; }
    .project-view .wrapper-slider .slider-for .l-0:active {
      left: 10px;
      transition: 0.2s; }
    .project-view .wrapper-slider .slider-for .r-0 {
      font-size: 24px;
      right: 10px;
      cursor: pointer;
      color: #1a6be1;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 99;
      align-items: center;
      display: flex; }
    .project-view .wrapper-slider .slider-for .r-0:hover {
      right: 15px;
      transition: 0.2s; }
    .project-view .wrapper-slider .slider-for .r-0:active {
      right: 10px;
      transition: 0.2s; }
  .project-view .wrapper-slider .u .item {
    margin: 0 5px; }

.section-blog {
  padding: 100px 0; }
  .section-blog .wrapper-blog-item {
    padding: 10px;
    margin-bottom: 50px; }
    .section-blog .wrapper-blog-item a {
      text-decoration: none;
      outline: none; }
      .section-blog .wrapper-blog-item a .wrapper-image {
        overflow: hidden;
        position: relative; }
        .section-blog .wrapper-blog-item a .wrapper-image img {
          transition: .2s linear; }
        .section-blog .wrapper-blog-item a .wrapper-image span {
          top: 10%;
          left: 10%;
          position: absolute;
          padding: 1px 10px;
          font-size: 12px;
          line-height: 2;
          font-weight: 700;
          text-transform: uppercase;
          border-radius: 30px;
          color: #fff;
          background: #1a6be1;
          z-index: 10; }
        .section-blog .wrapper-blog-item a .wrapper-image .layer {
          background: rgba(0, 0, 0, 0.5);
          z-index: 9;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          position: absolute; }
      .section-blog .wrapper-blog-item a .wrapper-text {
        padding: 10% 13%;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09); }
        .section-blog .wrapper-blog-item a .wrapper-text p {
          font-size: 20px;
          line-height: 1.5;
          font-family: 'Open Sans', sans-serif;
          color: #151515;
          transition: .2s linear; }
    .section-blog .wrapper-blog-item:hover .wrapper-image img {
      transform: scale(1.1);
      transition: .2s linear; }
    .section-blog .wrapper-blog-item:hover .wrapper-text p {
      color: #1a6be1;
      transition: .2s linear; }

.about-section {
  padding: 100px 0; }
  .about-section .feature-wrapper {
    padding: 0 50px; }
    .about-section .feature-wrapper h2 {
      color: #1a6be1;
      font-size: 36px;
      font-family: 'PT Sans', sans-serif;
      margin-bottom: 25px;
      padding-bottom: 20px;
      position: relative;
      font-weight: 600;
      text-transform: uppercase; }
      .about-section .feature-wrapper h2 span {
        color: #323232; }
      .about-section .feature-wrapper h2:before {
        background-color: #1a6be1;
        border-radius: 50px;
        content: "";
        height: 5px;
        position: absolute;
        width: 70px;
        left: 0;
        bottom: 0;
        margin-left: 0; }
    .about-section .feature-wrapper p {
      color: #777;
      font-family: 'Open Sans', sans-serif;
      margin-bottom: 15px; }
  .about-section .wrapper-advantages {
    padding-top: 100px; }
    .about-section .wrapper-advantages h2 {
      color: #1a6be1;
      font-size: 36px;
      font-family: 'PT Sans', sans-serif;
      margin-bottom: 25px;
      padding-bottom: 20px;
      position: relative;
      font-weight: 600;
      text-transform: uppercase; }
      .about-section .wrapper-advantages h2 span {
        color: #323232; }
      .about-section .wrapper-advantages h2:before {
        background-color: #1a6be1;
        border-radius: 50px;
        content: "";
        height: 5px;
        position: absolute;
        width: 70px;
        left: 0;
        bottom: 0;
        margin-left: 0; }
    .about-section .wrapper-advantages ul li {
      color: #777;
      font-size: 18px;
      margin-bottom: 5px;
      list-style: none; }
      .about-section .wrapper-advantages ul li:before {
        content: "\2022";
        color: #1a6be1;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 20px; }
  .about-section .wrapper-nav {
    display: flex;
    flex-direction: column; }
    .about-section .wrapper-nav h2 {
      color: #323232;
      margin-bottom: 35px;
      font-size: 24px; }
    .about-section .wrapper-nav .nav {
      display: flex;
      flex-direction: column;
      border: none; }
      .about-section .wrapper-nav .nav .nav-link {
        border-bottom: 1px solid #e1e1e1;
        border-right: none;
        border-left: none;
        border-top: none;
        transition: .2s linear;
        padding: 15px 0;
        color: #151515;
        text-transform: uppercase; }
        .about-section .wrapper-nav .nav .nav-link:hover {
          border-bottom: 2px solid #1a6be1;
          transition: .2s linear; }
      .about-section .wrapper-nav .nav .active {
        border-bottom: 2px solid #1a6be1;
        border-top: none;
        border-left: none;
        border-right: none; }
    .about-section .wrapper-nav .wrapper-button {
      padding: 16px 50px;
      background-color: #1a6be1;
      color: #ffffff;
      transition: 0.2s linear;
      margin-top: 50px;
      width: max-content;
      text-align: center;
      align-items: center;
      font-size: 16px;
      font-weight: 900;
      cursor: pointer; }
      .about-section .wrapper-nav .wrapper-button a {
        text-decoration: none;
        color: #ffffff; }
      .about-section .wrapper-nav .wrapper-button:hover {
        background-color: #000000;
        transition: .2s linear; }
  .about-section .wrapper-i {
    width: 100%;
    padding: 150px 0; }
    .about-section .wrapper-i .wrapper-icon-item {
      display: flex;
      padding: 0 15px; }
      .about-section .wrapper-i .wrapper-icon-item .wrapper-icon {
        height: 90px;
        width: 90px;
        font-size: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #1a6be1;
        border-radius: 100%;
        position: absolute; }
        .about-section .wrapper-i .wrapper-icon-item .wrapper-icon i {
          color: #ffffff; }
      .about-section .wrapper-i .wrapper-icon-item .wrapper-icon-text {
        margin-left: 120px;
        display: flex;
        flex-direction: column; }
        .about-section .wrapper-i .wrapper-icon-item .wrapper-icon-text h2 {
          color: #151515;
          font-size: 24px;
          margin-bottom: 25px;
          transition: .2s linear; }
          .about-section .wrapper-i .wrapper-icon-item .wrapper-icon-text h2:hover {
            color: #1a6be1;
            transition: .2s linear; }
        .about-section .wrapper-i .wrapper-icon-item .wrapper-icon-text p {
          color: #777; }
  .about-section .wrapper-people {
    width: 100%;
    margin-bottom: 100px;
    text-align: center; }
    .about-section .wrapper-people h2 {
      color: #1a6be1;
      font-size: 36px;
      font-family: 'PT Sans', sans-serif;
      margin-bottom: 100px;
      padding-bottom: 20px;
      position: relative;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center; }
      .about-section .wrapper-people h2 span {
        color: #323232; }
      .about-section .wrapper-people h2:before {
        background-color: #1a6be1;
        border-radius: 50px;
        content: "";
        height: 5px;
        position: absolute;
        width: 70px;
        left: 48%;
        bottom: 0;
        margin-left: 0; }
    .about-section .wrapper-people .wrapper-people-item {
      display: flex;
      flex-direction: column;
      transition: .2s linear;
      cursor: pointer; }
      .about-section .wrapper-people .wrapper-people-item .wrapper-text {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 15px 0;
        border: 1px solid #e1e1e1;
        border-top: none; }
        .about-section .wrapper-people .wrapper-people-item .wrapper-text h2 {
          font-size: 18px;
          color: #151515;
          margin-bottom: 0;
          position: unset; }
          .about-section .wrapper-people .wrapper-people-item .wrapper-text h2:before {
            background-color: transparent; }
        .about-section .wrapper-people .wrapper-people-item .wrapper-text p {
          color: #777; }
      .about-section .wrapper-people .wrapper-people-item:hover {
        margin-top: -15px;
        transition: .2s linear; }

.contact-section .wrapper-inputs {
  margin-bottom: 25px; }
  .contact-section .wrapper-inputs input {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 16px 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #777;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #e1e1e1; }
    .contact-section .wrapper-inputs input:focus {
      border-color: #1a6be1;
      outline: none; }
  .contact-section .wrapper-inputs textarea {
    height: 150px;
    min-height: 60px;
    max-height: 255px;
    resize: vertical;
    display: block;
    width: 100%;
    padding: 16px 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #777;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #e1e1e1; }
    .contact-section .wrapper-inputs textarea:focus {
      border-color: #1a6be1;
      outline: none; }
.contact-section .wrapper-button {
  padding: 16px 50px;
  background-color: #1a6be1;
  color: #ffffff;
  transition: 0.2s linear;
  width: max-content;
  text-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer; }
  .contact-section .wrapper-button button {
    color: #ffffff;
    text-decoration: none;
    background: transparent;
    border: none; }
  .contact-section .wrapper-button:hover {
    background-color: #000000;
    transition: .2s linear; }
.contact-section .wrapper-contact-i {
  border-left: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  padding: 0 25px; }
  .contact-section .wrapper-contact-i strong {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515; }
  .contact-section .wrapper-contact-i .wrap-icons {
    display: flex;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb; }
    .contact-section .wrapper-contact-i .wrap-icons i {
      margin-right: 10px;
      color: #000000;
      cursor: pointer;
      transition: .2s linear; }
      .contact-section .wrapper-contact-i .wrap-icons i:hover {
        color: #1a6be1;
        transition: .2s linear; }
  .contact-section .wrapper-contact-i .icon {
    padding-top: 30px; }
    .contact-section .wrapper-contact-i .icon .wrap-icons {
      display: flex;
      align-items: center; }
      .contact-section .wrapper-contact-i .icon .wrap-icons i {
        color: #1a6be1; }
      .contact-section .wrapper-contact-i .icon .wrap-icons p {
        margin-left: 15px;
        margin-bottom: 0; }

.serviceview-section {
  padding: 25px 0; }
  .serviceview-section h2 {
    color: #1a6be1;
    font-size: 36px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase; }
    .serviceview-section h2 span {
      color: #323232; }
    .serviceview-section h2:before {
      background-color: #1a6be1;
      border-radius: 50px;
      content: "";
      height: 5px;
      position: absolute;
      width: 70px;
      left: 0;
      bottom: 0;
      margin-left: 0; }
  .serviceview-section img {
    margin-bottom: 25px; }
  .serviceview-section p {
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-weight: 400;
    color: #777; }
  .serviceview-section .wrapper-prod {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 75px 0 0 0; }
    .serviceview-section .wrapper-prod .wrapper-product {
      margin-top: 25px;
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
      padding: 25px; }
      .serviceview-section .wrapper-prod .wrapper-product .wrapper-img {
        display: flex;
        justify-content: center; }
      .serviceview-section .wrapper-prod .wrapper-product .wrapper-image {
        display: flex;
        margin-bottom: 25px;
        justify-content: center; }
      .serviceview-section .wrapper-prod .wrapper-product .wrapper-text h2 {
        color: #1a6be1;
        font-size: 18px;
        font-family: 'PT Sans', sans-serif;
        margin-bottom: 25px;
        padding-bottom: 5px;
        position: relative;
        font-weight: 600;
        text-transform: uppercase; }
        .serviceview-section .wrapper-prod .wrapper-product .wrapper-text h2:before {
          background-color: #7777778c;
          border-radius: 0;
          content: "";
          height: 2px;
          position: absolute;
          width: 40px;
          left: 0;
          bottom: 0;
          margin-left: 0; }
      .serviceview-section .wrapper-prod .wrapper-product .wrapper-text p {
        text-align: center; }
      .serviceview-section .wrapper-prod .wrapper-product .wrapper-text a {
        background-color: #1a6be1;
        color: #fff;
        width: 100%;
        border: 1px solid #1a6be1;
        display: block;
        font-family: 'PT Sans', sans-serif;
        font-size: 18px;
        padding: 10px 0;
        margin-top: 15px;
        text-align: center;
        transition: .2s linear;
        text-decoration: none; }
        .serviceview-section .wrapper-prod .wrapper-product .wrapper-text a:hover {
          background: #fff;
          color: #1a6be1;
          transition: .2s linear; }

.blogview-section {
  padding: 100px 0; }
  .blogview-section .wrapper-item h2 {
    color: #151515;
    font-size: 24px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.25;
    font-weight: 400; }
  .blogview-section .wrapper-item .wrapper-time {
    display: flex;
    padding: 25px 0; }
    .blogview-section .wrapper-item .wrapper-time span {
      padding: 1px 10px;
      font-size: 12px;
      line-height: 2;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 30px;
      color: #fff;
      background: #1a6be1;
      z-index: 1; }
    .blogview-section .wrapper-item .wrapper-time .wrapper-user {
      margin-left: 25px;
      display: flex;
      align-items: center; }
      .blogview-section .wrapper-item .wrapper-time .wrapper-user i {
        font-size: 18px;
        color: #777; }
      .blogview-section .wrapper-item .wrapper-time .wrapper-user p {
        margin-bottom: 0;
        margin-left: 15px;
        color: #777;
        font-size: 16px; }
  .blogview-section .wrapper-item img {
    margin: 0 0 30px 0; }
  .blogview-section .wrapper-item p {
    color: #151515;
    font-family: 'Open Sans', sans-serif; }
  .blogview-section .wrapper-item .wrapper-mine {
    display: flex;
    align-items: center;
    padding: 50px 0; }
    .blogview-section .wrapper-item .wrapper-mine i {
      font-size: 32px;
      color: #1a6be1;
      margin-right: 15px; }
    .blogview-section .wrapper-item .wrapper-mine p {
      color: #151515;
      font-family: 'Open Sans', sans-serif;
      margin-bottom: 0;
      margin-left: 15px; }
  .blogview-section .wrapper-item .wrapper-mine-image {
    display: flex; }
    .blogview-section .wrapper-item .wrapper-mine-image .wrapper-img {
      padding: 15px; }
    .blogview-section .wrapper-item .wrapper-mine-image .wrapper-text {
      padding: 15px;
      color: #151515; }
  .blogview-section .wrapper-popular {
    padding-left: 50px; }
    .blogview-section .wrapper-popular h2 {
      font-weight: 400;
      padding-bottom: 15px;
      border-bottom: 1px solid #e1e1e1;
      font-size: 18px;
      line-height: 1.33333;
      font-family: 'PT Sans', sans-serif;
      text-transform: uppercase;
      margin-bottom: 50px; }
    .blogview-section .wrapper-popular .wrapper-mini {
      display: flex;
      margin-bottom: 25px; }
      .blogview-section .wrapper-popular .wrapper-mini .wrapper-image {
        width: 150px; }
      .blogview-section .wrapper-popular .wrapper-mini .wrapper-text {
        display: flex;
        flex-direction: column;
        margin-left: 15px; }
        .blogview-section .wrapper-popular .wrapper-mini .wrapper-text a {
          text-decoration: none;
          outline: none;
          color: #000000;
          font-size: 18px;
          margin-bottom: 10px;
          transition: .2s linear; }
          .blogview-section .wrapper-popular .wrapper-mini .wrapper-text a:hover {
            color: #1a6be1;
            transition: .2s linear; }
        .blogview-section .wrapper-popular .wrapper-mini .wrapper-text span {
          color: #777;
          font-size: 15px;
          line-height: 1.6; }

/*# sourceMappingURL=style.css.map */
