/*
 Theme Name:   Lina Network
 Theme URI:    https://lina.network
 Description:  Lina Network Wordpress Theme
 Author:       Justin
 Developer:	   Hieu Nguyen
 Author URI:   https://hieund.dev
 Template:     generatepress
 Version:      1
*/
/*Add Fonts*/
@font-face {
  font-family: 'SFU Futura';
  src: url("https://lina.network/assets/fonts/SFUFuturafull.woff2") format("woff2"), url("https://lina.network/assets/fonts/SFUFuturafull.woff") format("woff"), url("https://lina.network/assets/fonts/SFUFuturaFull.ttf") format("ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Avenir';
  src: url("https://lina.network/assets/fonts/Avenir-Light.woff2") format("woff2"), url("https://lina.network/assets/fonts/Avenir-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  scroll-behavior: smooth; }

/*# sourceMappingURL=style.css.map */
.p-container .elementor-container {
  padding: 0 75px; }

.p-b-100 {
  padding-bottom: 100px; }

body {
  background-color: #fff;
  color: #000;
  font-family: "Avenir", "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "SFU Futura", sans-serif; }

.container {
  max-width: 1440px;
  padding: 0 75px; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-default {
  border-color: #ddd; }

.panel-group .panel {
  border-radius: 4px;
  margin-bottom: 20px; }
.panel-group .panel-heading {
  border-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-default > .panel-heading {
  background: #fff;
  border: 1px solid #F5F5F5;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); }

.panel-title {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title a {
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 24px;
    color: #010101; }
  .panel-title img {
    margin-right: 15px; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.panel-body {
  padding: 15px;
  background: #F5F5F5;
  border-radius: 2px; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.btn-more-boder-white {
  z-index: 10; }

.home-list-mentions {
  z-index: 10; }

.post-template.elementor-page {
  background: #FAFAFA; }

.hs-form.stacked {
  display: flex; }
  .hs-form.stacked .hs-main-font-element h2 {
    margin-bottom: 0; }

.home .elementor-widget:not(:last-child) {
  margin-bottom: 0; }

.elementor-section-boxed-custom .title h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 51px; }
.elementor-section-boxed-custom .sub-title h5 {
  font-family: "Avenir", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #010101; }
.elementor-section-boxed-custom .p-l-40 .elementor-column-wrap {
  max-width: 85%;
  margin: 0 auto; }

.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
  display: flex;
  flex-direction: column;
  border-bottom: 0 !important; }

.elementor-widget-reviews .elementor-testimonial__image {
  margin-bottom: 20px; }
  .elementor-widget-reviews .elementor-testimonial__image img {
    width: 100% !important;
    height: 100% !important; }
  .elementor-widget-reviews .elementor-testimonial__image + cite {
    margin-left: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #010101; }

.box-lina-review {
  padding: 30px; }

.title-page-product {
  margin-top: 60px;
  margin-bottom: 30px; }

.title-page {
  position: relative;
  background: #FAFAFA;
  text-align: center;
  padding: 80px 0 0;
  margin-bottom: 150px; }
  .title-page:after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(assets/img/line-bg-archive.png) bottom no-repeat;
    background-size: 100% 100%; }
  .title-page h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: #010101;
    margin-bottom: 20px; }
  .title-page .description {
    margin: 0 auto;
    max-width: 1440px; }

.separate-containers .comments-area {
  padding: 0; }

.comments-area .btn-comment {
  padding: 10px 40px;
  background-color: #0b0bff;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  margin-bottom: 20px; }
.comments-area .comment-respond {
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
  transition: opacity 1s linear; }
  .comments-area .comment-respond.hide {
    opacity: 0; }
  .comments-area .comment-respond h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2rem; }
  .comments-area .comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap; }
  .comments-area .comment-respond .comment-form-author,
  .comments-area .comment-respond .comment-form-email {
    width: 48%; }
    .comments-area .comment-respond .comment-form-author input,
    .comments-area .comment-respond .comment-form-email input {
      width: 100%; }
  .comments-area .comment-respond .comment-form-author {
    margin-right: 10px;
    order: 1; }
  .comments-area .comment-respond .comment-form-email {
    margin-left: 10px;
    order: 1; }
  .comments-area .comment-respond .comment-form-comment {
    order: 3;
    width: 100%; }
    .comments-area .comment-respond .comment-form-comment textarea {
      width: 100%; }
  .comments-area .comment-respond .comment-form-cookies-consent {
    order: 4;
    width: 100%; }
  .comments-area .comment-respond .form-submit {
    order: 5; }
    .comments-area .comment-respond .form-submit input[type="submit"] {
      background-color: #0B0BFF;
      color: #fff;
      font-weight: 600; }

#site-navigation .inside-navigation {
  max-width: 1440px;
  padding: 0 75px;
  box-sizing: border-box; }

.main-navigation {
  background-color: #FAFAFA;
  padding-bottom: 10px; }
  .main-navigation ul ul {
    background-color: #fff; }
  .main-navigation li.search-item {
    padding: 28px; }
  .main-navigation .main-nav ul li a {
    padding: 10px;
    font-family: "Avenir", "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #010101; }
  .main-navigation .main-nav ul ul li a {
    color: #010101;
    font-size: 16px;
    line-height: 22px;
    padding: 10px; }
  .main-navigation.has-branding .inside-navigation .navigation-branding {
    order: 1; }
  .main-navigation.has-branding .inside-navigation #mega-menu-wrap-primary {
    order: 2; }
  .main-navigation.has-branding .inside-navigation .social {
    order: 3; }
  .main-navigation .inside-navigation .social {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0; }
    .main-navigation .inside-navigation .social .trp-language-switcher > div {
      border: 0;
      background-color: transparent; }
    .main-navigation .inside-navigation .social .list-social {
      border-right: 1px solid #BEC0C9; }
      .main-navigation .inside-navigation .social .list-social ul li {
        margin: 0 10px; }
        .main-navigation .inside-navigation .social .list-social ul li a {
          display: flex;
          align-items: center; }

.menu-toggle {
  font-family: "Avenir", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #010101; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  margin: 20px 5px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #010101; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: #010101;
  font-weight: 600; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background-color: transparent;
  color: #0B0BFF;
  font-weight: 600; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link {
  position: relative;
  background-color: transparent;
  color: #0B0BFF;
  font-weight: 600; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-object-custom > ul.mega-sub-menu {
  padding: 0 50%;
  background-color: #fff !important;
  box-shadow: 10px 0 5px 1px rgba(0, 0, 0, 0.4); }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-object-custom > ul.mega-sub-menu .mega-description-group .mega-menu-description {
    color: #959595; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-object-custom > ul.mega-sub-menu li:hover .mega-menu-title {
    color: #0B0BFF; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-object-custom > ul.mega-sub-menu li:hover .mega-description-group .mega-menu-description {
    color: #0B0BFF;
    opacity: 0.8; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-current-menu-ancestor > a.mega-menu-link {
  color: #333; }
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-545 > a.mega-menu-link {
  background: none; }
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-custom-icon.mega-menu-link:before {
  width: 50px !important;
  height: 50px !important;
  vertical-align: middle !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  background-position: center; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  opacity: 1;
  color: #0B0BFF; }

@media screen and (max-width: 767px) {
  .main-navigation .inside-navigation .social {
    display: none; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000e14; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #000e14; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before {
      display: none; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-object-custom > ul.mega-sub-menu {
    padding: 0 15px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link {
    color: #0B0BFF; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link:before {
      display: none; }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #fff;
    padding: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999999;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); } }
#sidebar {
  margin: 0; }

.widget_categories h2.widget-title {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #010101; }
.widget_categories li.cat-item a {
  font-family: "Avenir", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #010101; }

.home .main-navigation {
  background-color: #fff; }

.header-banner {
  background-color: #fff;
  padding: 80px 0; }
  .header-banner .title {
    margin-bottom: 5px; }
    .header-banner .title h4.elementor-heading-title {
      font-style: normal;
      line-height: 64px;
      color: #1425F7;
      font-size: 56px;
      font-weight: 800; }
  .header-banner .sub-title {
    margin-bottom: 0; }
    .header-banner .sub-title h4.elementor-heading-title {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 50px;
      color: #000; }
  .header-banner .description {
    margin-bottom: 40px; }
    .header-banner .description p {
      font-family: Avenir,'Open Sans', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      color: #000; }
  .header-banner .btn-contact .elementor-button {
    padding: 14px 48px;
    background: #1425F7;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #fff;
    color: #fff; }
    .header-banner .btn-contact .elementor-button:hover {
      background: #00FFD4;
      color: #000; }

.p-t-b-100 {
  padding-bottom: 100px; }

.secstion-2 .elementor-widget-title-subtitle {
  height: 100%; }
.secstion-2 .elementor-column.elementor-col-25 {
  width: calc(100%/4);
  margin-right: 1%; }
.secstion-2 .elementor-row .elementor-column.elementor-col-25:nth-child(4) {
  margin-right: 0; }

.uc_colored-testimonial h2 {
  color: #fff; }
.uc_colored-testimonial .uc_colored-testimonial_image .testimonial_pic {
  margin-right: 10px;
  width: 50px;
  height: 50px; }
.uc_colored-testimonial .uc_colored-testimonial_image h2 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 17px;
  color: #fff; }
.uc_colored-testimonial .uc_colored-testimonial_innner {
  padding: 0;
  margin-bottom: 10px; }
  .uc_colored-testimonial .uc_colored-testimonial_innner p {
    font-family: "Avenir", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #fff; }

.uc_colored-testimonial_innner {
  position: relative; }
  .uc_colored-testimonial_innner i.fa-quote-left {
    position: absolute;
    left: 24px;
    top: 17px;
    font-size: 20px;
    display: block; }
  .uc_colored-testimonial_innner i.fa-quote-right {
    position: absolute;
    bottom: 17px;
    right: 24px;
    font-size: 20px;
    display: block; }

.uc_colored-testimonial_image {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.elementor-widget-ucaddon_box_testimonial {
  height: 100%; }

.box .elementor-widget-container {
  height: 100%; }

.box-1 .elementor-widget-container {
  background: linear-gradient(121.47deg, #1a8dff 0%, #0B0BFF 100%);
  padding: 20px; }

.box-2 .elementor-widget-container {
  background: linear-gradient(121.47deg, #FFA9D2 0%, #E8006A 100%);
  padding: 20px;
  height: 100%; }

.box-3 .elementor-widget-container {
  background: linear-gradient(121.47deg, #49e29c 0%, #00a081 100%);
  padding: 20px; }

.box-4 .elementor-widget-container {
  background: linear-gradient(121.39deg, #73deff 0%, #00b1ef 100%);
  padding: 20px; }

.box-5 .elementor-widget-container {
  background: linear-gradient(121.47deg, #f68e20 0%, #e84d10 100%);
  padding: 20px; }

.home-about .title h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #000; }
  .home-about .title h4 span {
    color: #1425F7; }
.home-about .title.elementor-widget:not(:last-child) {
  margin-bottom: 0; }
.home-about .about-description p {
  font-family: Avenir,'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #000; }

.home-different .title {
  padding-bottom: 0; }
  .home-different .title span {
    color: #1425F7; }

.box-gradient {
  background: #F5F5F5;
  box-shadow: none;
  height: 100%;
  transition: 0.4s; }
  .box-gradient .blox-boxed-small-round-icon-box-heading {
    text-align: center; }
  .box-gradient .blox-boxed-small-round-icon-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    border-radius: 100%;
    color: #fff;
    font-size: 28px; }
    .box-gradient .blox-boxed-small-round-icon-box-icon img {
      max-width: 60%; }
  .box-gradient:hover {
    cursor: pointer;
    background: linear-gradient(106.91deg, #F7B728 0%, #EF4B23 100%), #F5F5F5; }
    .box-gradient:hover .blox-boxed-small-round-icon-box-heading,
    .box-gradient:hover .blox-boxed-small-round-icon-box-content {
      color: #fff; }
    .box-gradient:hover .blox-boxed-small-round-icon-box-icon {
      background-color: #fff !important; }
  .box-gradient .blox-boxed-small-round-icon-box-heading {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #010101; }

.blox-boxed-small-round-icon-box-heading,
.blox-boxed-small-round-icon-box-content {
  color: #010101;
  font-family: Avenir,'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px; }

.elementor-widget-ucaddon_gradient_icon_box {
  height: 100%;
  display: flex; }

.blox-gradient-boxed-small-round-icon-box {
  height: 100%; }

.home-mentions {
  padding: 100px 0 80px; }
  .home-mentions .btn-more-boder-white {
    margin-top: 50px; }
  .home-mentions .title {
    margin-bottom: 50px; }
    .home-mentions .title h2 {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 56px; }
  .home-mentions:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 170px;
    width: 100%;
    background: url(assets/img/line-bottom-mentions-scaled.jpg) no-repeat right;
    background-size: 100% 100%;
    z-index: 0; }
  .home-mentions:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(assets/img/bg-shape.svg) no-repeat right;
    height: 100%;
    width: 100%;
    z-index: 0; }

.e-gallery-item {
  margin: 0 10px; }

.home-blog {
  padding: 130px 0 20px; }
  .home-blog .btn-more-new {
    margin: 50px 0; }
  .home-blog .title h2 {
    font-size: 48px; }

.home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder {
  grid-template-columns: unset !important;
  display: flex;
  flex-wrap: wrap; }
  .home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08); }
    .home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box:nth-child(1) {
      width: 49%;
      margin-right: 2%;
      margin-bottom: 20px; }
    .home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box:nth-child(2) {
      width: 49%;
      margin-bottom: 20px; }
    .home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box:nth-child(n+3) {
      width: 32%;
      margin-right: 2%; }
      .home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box:nth-child(n+3) img {
        max-height: 200px;
        object-fit: cover; }
    .home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box:last-child {
      margin-right: 0; }

.uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box .uc_image_box img {
  width: 100%;
  max-height: 300px;
  object-fit: cover; }
.uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box .uc_box_content {
  padding: 20px;
  height: auto; }
  .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box .uc_box_content .uc_title {
    margin-bottom: 35px; }
    .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box .uc_box_content .uc_title a {
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      color: #010101; }
  .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box .uc_box_content .action-read-more a {
    display: flex;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #010101; }
    .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box .uc_box_content .action-read-more a span {
      padding-left: 5px;
      color: #00B1FF;
      font-size: 20px;
      font-weight: normal; }
  .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box .uc_box_content .uc_box_footer {
    margin-bottom: 10px;
    font-family: Avenir,'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #959595; }

.home-our-core {
  padding: 120px 0 0;
  margin-bottom: 150px; }
  .home-our-core:before {
    content: '';
    position: absolute;
    bottom: -20%;
    width: 100%;
    height: 200px; }
  .home-our-core .content-values .title h2 {
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px; }
  .home-our-core .content-values .sub-title h5 {
    font-family: Avenir,'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 60px; }
  .home-our-core .content-values .col-6.elementor-widget-col-6-title-description {
    padding: 0 10px;
    width: 50%; }
  .home-our-core .content-values .elementor-widget-col-6-title-description .elementor_title-value h6 {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #0B0BFF; }
  .home-our-core .content-values .elementor-widget-col-6-title-description .elementor_description-value {
    font-family: "Avenir", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #000; }

.home-our-solution .title h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 30px; }
.home-our-solution .description p {
  font-family: Avenir,'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 50px; }

.home-partners {
  padding: 100px 0; }
  .home-partners .title-partners h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 70px; }
  .home-partners .partners .elementor-main-swiper {
    width: 100%; }
    .home-partners .partners .elementor-main-swiper .elementor-testimonial__image + cite {
      margin-left: 0; }

.home-subscribe {
  position: relative;
  overflow: hidden; }
  .home-subscribe::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(assets/img/line-pattern.svg) no-repeat right;
    height: 100%;
    width: 100%;
    z-index: -100; }
  .home-subscribe .es_caption {
    color: #fff;
    font-family: Avenir,'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px; }
  .home-subscribe .emaillist {
    z-index: 999; }
  .home-subscribe .es-field-wrap {
    display: inline-block; }
    .home-subscribe .es-field-wrap .ig_es_form_field_email {
      padding: 12px 15px;
      min-width: 400px;
      background: #fff;
      border-radius: 2px; }
  .home-subscribe .es_subscription_form_submit {
    background: #00B1FF;
    border-radius: 2px;
    font-style: normal;
    font-size: 20px;
    line-height: 28px; }

.home-contact h2 {
  padding: 14px 0;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px; }
.home-contact .btn-touch a {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px; }

@media screen and (max-width: 767px) {
  .header-banner .title h4.elementor-heading-title {
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 600; }
  .header-banner .sub-title h4.elementor-heading-title {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5; }

  .home-mentions {
    height: 316px !important; } }
li.cat-item {
  margin-bottom: 10px; }

.main-navigation .main-nav ul li:hover > a {
  position: relative;
  background-color: transparent;
  color: #0B0BFF;
  font-weight: 800; }
  .main-navigation .main-nav ul li:hover > a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0B0BFF; }
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  position: relative;
  background-color: transparent;
  color: #0B0BFF;
  font-weight: 800; }
  .main-navigation .main-nav ul li[class*="current-menu-"] > a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0B0BFF; }

.archive .grid-container {
  max-width: 1440px;
  padding: 0 75px; }
.archive.category .grid-container {
  max-width: 1440px;
  padding: 0 75px; }

.page-template-page-media .row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px; }
.page-template-page-media .row-no-gutters {
  margin-bottom: 40px; }
.page-template-page-media .read-more {
  text-align: center; }
.page-template-page-media .btn-more-detail {
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #0B0BFF;
  box-sizing: border-box;
  border-radius: 2px;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  color: #0B0BFF; }
.page-template-page-media .list-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .page-template-page-media .list-posts .item-media {
    background: #fff;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    margin-bottom: 40px; }
    .page-template-page-media .list-posts .item-media:nth-child(1), .page-template-page-media .list-posts .item-media:nth-child(3) {
      margin-right: 30px; }
    .page-template-page-media .list-posts .item-media .uc_image_box img {
      width: 100%;
      height: 300px;
      object-fit: cover; }
    .page-template-page-media .list-posts .item-media .uc_box_content {
      padding: 10px 20px; }
      .page-template-page-media .list-posts .item-media .uc_box_content .uc_box_date {
        margin-bottom: 10px; }
      .page-template-page-media .list-posts .item-media .uc_box_content .uc_title {
        margin-bottom: 20px; }
        .page-template-page-media .list-posts .item-media .uc_box_content .uc_title a {
          font-style: normal;
          font-weight: 800;
          font-size: 20px;
          line-height: 28px;
          color: #010101; }
      .page-template-page-media .list-posts .item-media .uc_box_content .action-read-more a {
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 24px;
        color: #010101; }
        .page-template-page-media .list-posts .item-media .uc_box_content .action-read-more a span {
          color: #1A8DFF; }
  .page-template-page-media .list-posts.list-media .item-media {
    justify-content: space-between; }
    .page-template-page-media .list-posts.list-media .item-media:nth-child(1), .page-template-page-media .list-posts.list-media .item-media:nth-child(4) {
      width: 58%; }
    .page-template-page-media .list-posts.list-media .item-media:nth-child(2), .page-template-page-media .list-posts.list-media .item-media:nth-child(3) {
      width: 38%; }
  .page-template-page-media .list-posts.list-videos {
    justify-content: space-between; }
    .page-template-page-media .list-posts.list-videos .item-media {
      width: 48%; }
      .page-template-page-media .list-posts.list-videos .item-media .uc_image_box {
        position: relative; }
        .page-template-page-media .list-posts.list-videos .item-media .uc_image_box .icon-video {
          display: none;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
          .page-template-page-media .list-posts.list-videos .item-media .uc_image_box .icon-video img {
            width: 60px;
            height: 60px; }
  .page-template-page-media .list-posts.list-photo-gallery .item-media:nth-child(1) {
    width: 60%; }
  .page-template-page-media .list-posts.list-photo-gallery .item-media:nth-child(2) {
    width: 36%; }
  .page-template-page-media .list-posts.list-photo-gallery .item-media:nth-child(3) {
    width: 38%;
    margin-right: 10px; }
  .page-template-page-media .list-posts.list-photo-gallery .item-media:nth-child(4) {
    width: 29%;
    margin-right: 10px; }
  .page-template-page-media .list-posts.list-photo-gallery .item-media:nth-child(5) {
    width: 29%; }

.list-categories {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-categories li {
    margin-bottom: 30px; }
    .list-categories li a {
      font-family: "Avenir", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 22px;
      color: #010101; }
    .list-categories li.active a, .list-categories li:hover a {
      color: #0B0BFF; }

@media screen and (max-width: 767px) {
  .page-template-page-media .list-posts.list-media .item-media:nth-child(1),
  .page-template-page-media .list-posts.list-media .item-media:nth-child(2),
  .page-template-page-media .list-posts.list-media .item-media:nth-child(3),
  .page-template-page-media .list-posts.list-media .item-media:nth-child(4), .page-template-page-media .list-posts.list-photo-gallery .item-media:nth-child(1),
  .page-template-page-media .list-posts.list-photo-gallery .item-media:nth-child(2),
  .page-template-page-media .list-posts.list-photo-gallery .item-media:nth-child(3),
  .page-template-page-media .list-posts.list-photo-gallery .item-media:nth-child(4), .page-template-page-media .list-posts.list-videos .item-media:nth-child(1),
  .page-template-page-media .list-posts.list-videos .item-media:nth-child(2),
  .page-template-page-media .list-posts.list-videos .item-media:nth-child(3),
  .page-template-page-media .list-posts.list-videos .item-media:nth-child(4) {
    width: 100%;
    margin: 0 0 10px 0; }
  .page-template-page-media .list-posts .item-media .uc_image_box img {
    height: auto; } }
.blog .grid-container {
  max-width: 1440px;
  padding: 0 75px; }
.blog .main-navigation {
  background: #FAFAFA; }
.blog .row {
  display: flex; }
  .blog .row .categories {
    width: 20%; }
  .blog .row .list-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%; }
    .blog .row .list-posts .col-50 {
      margin-bottom: 20px;
      width: 49%;
      box-sizing: border-box;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
      border-radius: 2px; }
    .blog .row .list-posts .item-post .uc_image_box {
      height: 300px; }
      .blog .row .list-posts .item-post .uc_image_box img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .blog .row .list-posts .item-post .uc_box_content {
      padding: 30px;
      box-sizing: border-box; }
      .blog .row .list-posts .item-post .uc_box_content .uc_title {
        margin-bottom: 20px; }
        .blog .row .list-posts .item-post .uc_box_content .uc_title a {
          font-style: normal;
          font-weight: 800;
          font-size: 20px;
          line-height: 28px;
          color: #010101; }
      .blog .row .list-posts .item-post .uc_box_content .uc_box_date {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
        .blog .row .list-posts .item-post .uc_box_content .uc_box_date a {
          font-family: "Avenir", "Open Sans", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          line-height: 22px;
          color: #959595; }
      .blog .row .list-posts .item-post .uc_box_content .action-read-more a {
        display: flex;
        align-items: center;
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 24px;
        color: #010101; }
        .blog .row .list-posts .item-post .uc_box_content .action-read-more a span {
          color: #1A8DFF;
          font-size: 2rem;
          font-weight: 100;
          margin-left: 10px; }
    .blog .row .list-posts .first-post {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      width: 100%;
      clear: both;
      border: 1px solid #FAFAFA;
      box-sizing: border-box;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
      border-radius: 2px; }
      .blog .row .list-posts .first-post .uc_image_box {
        width: 49%; }
      .blog .row .list-posts .first-post .uc_box_content {
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
        width: 49%; }
        .blog .row .list-posts .first-post .uc_box_content .uc_description {
          margin-bottom: 20px;
          font-family: "Avenir", "Open Sans", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          line-height: 22px;
          color: #010101; }

.single.single-post .main-navigation {
  position: relative;
  margin-bottom: 50px; }
  .single.single-post .main-navigation:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(assets/img/line-bg-archive.png) bottom no-repeat;
    background-size: 100% 100%; }
.single .entry-title {
  margin-bottom: 20px;
  font-weight: 600; }
.single .author-title-wrapper {
  display: flex; }
  .single .author-title-wrapper .author-avatar {
    margin-right: 20px; }
    .single .author-title-wrapper .author-avatar img {
      border-radius: 50%; }
  .single .author-title-wrapper .author-name .author-title {
    margin-bottom: 0; }
  .single .author-title-wrapper .author-name .date-post {
    color: #666; }
.single img {
  max-width: 100%; }
.single .project-content figure {
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .blog .grid-container {
    padding: 0 15px; }
  .blog .row {
    flex-direction: column; }
    .blog .row .categories {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    .blog .row .list-posts {
      width: 100%; }
      .blog .row .list-posts .col-50 {
        width: 100%; }
      .blog .row .list-posts .first-post {
        flex-direction: column; }
        .blog .row .list-posts .first-post .uc_image_box {
          width: 100%;
          height: auto; }
        .blog .row .list-posts .first-post .uc_box_content {
          width: 100%; }
          .blog .row .list-posts .first-post .uc_box_content .uc_title a {
            font-size: 1.2rem; } }
.single article {
  max-width: 950px;
  margin: 0 auto; }
.single .title-single h1 {
  font-weight: bold; }
.single .author-bio {
  margin-bottom: 30px; }
  .single .author-bio .author-title-wrapper .author-name {
    display: flex; }
    .single .author-bio .author-title-wrapper .author-name .author-title {
      padding-right: 10px;
      color: #666;
      font-size: 1rem; }
    .single .author-bio .author-title-wrapper .author-name .date-post {
      padding-left: 10px;
      color: #666;
      font-size: 1rem; }
.single .related-posts .headline {
  font-weight: 800;
  margin-bottom: 20px; }
.single .related-posts .wrap-related {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .single .related-posts .wrap-related .item-post {
    width: 32%;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 2px; }
    .single .related-posts .wrap-related .item-post .uc_image_box {
      height: 250px; }
      .single .related-posts .wrap-related .item-post .uc_image_box img {
        object-fit: cover;
        max-width: 100%;
        height: 100%; }
    .single .related-posts .wrap-related .item-post .uc_box_content {
      padding: 30px;
      box-sizing: border-box; }
      .single .related-posts .wrap-related .item-post .uc_box_content .uc_box_date {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
      .single .related-posts .wrap-related .item-post .uc_box_content .uc_title {
        margin-bottom: 20px; }
      .single .related-posts .wrap-related .item-post .uc_box_content .action-read-more a {
        display: flex;
        align-items: center;
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 24px;
        color: #010101; }
        .single .related-posts .wrap-related .item-post .uc_box_content .action-read-more a span {
          color: #0B0BFF;
          font-size: 2rem;
          font-weight: 100;
          margin-left: 10px; }

@media screen and (max-width: 767px) {
  .single.single-post .related-posts .wrap-related .item-post {
    width: 100%; }
    .single.single-post .related-posts .wrap-related .item-post .uc_box_content {
      padding: 15px; } }
.txt-block-team .title {
  border-right: 4px solid #0B0BFF; }
  .txt-block-team .title .elementor-heading-title {
    line-height: 35px;
    font-weight: 400;
    font-style: normal;
    color: #0B0BFF;
    font-size: 30px; }

.ele_item-team {
  margin: 0 20px; }
  .ele_item-team .ele_wrap {
    display: flex; }
    .ele_item-team .ele_wrap.align-right {
      flex-direction: row-reverse; }
    .ele_item-team .ele_wrap .ele_avatar {
      width: 45%; }
    .ele_item-team .ele_wrap .ele_content-team {
      flex: 1; }
    .ele_item-team .ele_wrap .ele_name {
      margin-bottom: 0;
      font-size: 20px;
      color: #000;
      line-height: 30px;
      text-align: left;
      font-weight: 700;
      font-style: normal; }
    .ele_item-team .ele_wrap .ele_sub-name {
      margin-bottom: 20px;
      font-size: 16px;
      color: #0B0BFF;
      line-height: 28px;
      text-align: left;
      font-weight: 400;
      font-style: normal; }
    .ele_item-team .ele_wrap .ele_description {
      margin-bottom: 20px; }
    .ele_item-team .ele_wrap .ele_action a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      border: 2px solid #ededed;
      padding: 5px 40px;
      border-radius: 30px;
      color: #0B0BFF;
      overflow: hidden;
      text-align: center;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
    .ele_item-team .ele_wrap .ele_action:hover a {
      background-color: #0B0BFF;
      color: #fff; }

@media screen and (max-width: 767px) {
  .ele_item-team {
    margin: 0; }
    .ele_item-team .ele_wrap {
      flex-direction: column; }
      .ele_item-team .ele_wrap.align-right {
        flex-direction: column; }
      .ele_item-team .ele_wrap .ele_avatar {
        width: 100%;
        margin: 0 auto;
        text-align: center; } }
#list-faqs {
  width: 100%; }

.page-template-page-contact .container.grid-container {
  overflow: hidden;
  max-width: 100%; }
.page-template-page-contact .breadcrumb-bg {
  margin-top: 0;
  padding: 120px 0;
  position: relative;
  overflow: hidden; }
.page-template-page-contact .project11-breadcrumb-wrapper {
  padding: 100px 0;
  margin-top: 0;
  background: none;
  border-radius: 0; }
  .page-template-page-contact .project11-breadcrumb-wrapper.breadcrumb-bg .breadcrumb-bg-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: scale(1.3) translateZ(0);
    -o-transform: scale(1.3) translateZ(0);
    -webkit-transform: scale(1.3) translateZ(0);
    -moz-transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
    -o-transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
    -webkit-transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
    transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
    z-index: 1;
    background-color: #c0c0c0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: center top;
    background-image: url(../../uploads/2018/11/main-banner-bg.png);
    transform: scale(1) translateZ(0); }
  .page-template-page-contact .project11-breadcrumb-wrapper .main-heading {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    padding: 0 75px;
    margin: 0 auto; }
  .page-template-page-contact .project11-breadcrumb-wrapper .page-title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-style: inherit;
    font-size: 60px; }
.page-template-page-contact .box-contact .elementor-row {
  box-shadow: 0 0 50px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(-40%);
  background: #fff;
  border-radius: 20px; }
.page-template-page-contact .box-contact .bg-gadient-blue {
  padding: 50px;
  background: #0B0BFF; }
  .page-template-page-contact .box-contact .bg-gadient-blue .elementor-heading-title,
  .page-template-page-contact .box-contact .bg-gadient-blue .elementor-widget-text-editor {
    color: #fff; }
.page-template-page-contact .box-contact ul {
  margin: 0;
  list-style: none; }
  .page-template-page-contact .box-contact ul li {
    margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .page-template-page-contact .box-contact .elementor-row {
    border-radius: 0;
    transform: none; }
  .page-template-page-contact .box-contact .bg-gadient-blue {
    padding: 15px; } }
.footer-widgets {
  padding: 20px 0 15px;
  background: #F5F5F5; }

.site-footer .footer-widgets-container {
  max-width: 1440px;
  padding: 0 75px;
  box-sizing: border-box; }
  .site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0; }
  .site-footer .footer-widgets-container .inner-padding {
    padding: 0; }
.site-footer .footer-widget-1 img {
  height: 40px;
  width: auto; }
.site-footer .footer-left {
  display: flex;
  align-items: center; }
  .site-footer .footer-left #media_image-3 {
    margin-right: 40px; }
  .site-footer .footer-left #text-3 h2 {
    font-family: "Avenir", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #959595; }
.site-footer .footer-widget-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
.site-footer .footer-right {
  display: flex;
  align-items: center; }
  .site-footer .footer-right .social-footer ul {
    display: flex; }
    .site-footer .footer-right .social-footer ul li {
      padding: 0 12px; }
  .site-footer .footer-right .terms {
    margin-left: 20px; }
    .site-footer .footer-right .terms ul {
      display: flex; }
      .site-footer .footer-right .terms ul li {
        padding: 0 10px 0;
        padding-bottom: 0; }
        .site-footer .footer-right .terms ul li a {
          color: #959595;
          font-family: "Avenir", "Open Sans", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          line-height: 22px; }
        .site-footer .footer-right .terms ul li:hover a {
          font-weight: bold; }
        .site-footer .footer-right .terms ul li:first-child {
          border-right: 1px solid #959595; }

@media screen and (min-width: 1441px) {
  .home-mentions:before {
    height: 200px; } }
@media screen and (min-width: 1200px) {
  .home-subscribe {
    padding: 70px 0; } }
@media screen and (max-width: 991px) {
  .home-subscribe {
    padding: 70px 0; } }
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px; }

  .p-t-b-100 {
    padding-bottom: 50px; }

  .p-l-40 {
    padding-left: 0 !important; }

  .btn-more-new {
    text-align: center !important; }

  .line-mobile {
    height: 30px; }

  .title-page {
    padding: 40px 0 0;
    margin-bottom: 50px; }
    .title-page h1 {
      font-size: 2.5rem;
      line-height: 1; }

  .box-lina-review {
    padding: 0; }

  .title-page-product {
    margin-top: 0px;
    margin-bottom: 20px; }

  .box-column-reverse .elementor-row {
    flex-direction: column-reverse; }

  .elementor-section-boxed-custom {
    margin-bottom: 20px; }
    .elementor-section-boxed-custom .p-l-40 .elementor-column-wrap {
      max-width: 90%; }
    .elementor-section-boxed-custom h2.elementor-heading-title {
      text-align: center; }
    .elementor-section-boxed-custom p {
      text-align: justify; }

  #site-navigation .inside-navigation {
    padding: 0 15px; }

  .home .p-container .elementor-container {
    padding: 0; }

  .p-container .elementor-container {
    padding: 0 15px; }

  .header-banner .sub-title h4 {
    font-size: 1.5rem;
    line-height: 1; }

  .elementor-2 .elementor-element.elementor-element-ff9ce30 > .elementor-widget-container {
    margin-bottom: 20px !important; }

  .home-about .title h4 {
    font-size: 2rem;
    line-height: 1; }

  .elementor-2 .elementor-element.elementor-element-d9a8c9d .elementor-heading-title {
    font-size: 2rem !important;
    line-height: 1 !important; }

  .elementor-2 .elementor-element.elementor-element-eef8bb3 > .elementor-element-populated {
    padding-left: 0 !important; }

  .home-our-core {
    padding: 0 15px;
    margin-bottom: 20px;
    overflow: hidden; }
    .home-our-core .content-values .title h2 {
      font-size: 2rem;
      line-height: 1;
      margin-bottom: 0; }
    .home-our-core .content-values .sub-title h5 {
      margin-bottom: 0; }
    .home-our-core .content-values .col-6.elementor-widget-col-6-title-description {
      width: 100%; }

  .home-our-solution .title h2 {
    font-size: 2rem !important;
    line-height: 1 !important; }
  .home-our-solution .description p {
    text-align: justify; }
    .home-our-solution .description p br {
      display: none; }

  .reverse-sp .elementor-row {
    flex-direction: column-reverse; }

  .archive .grid-container {
    padding: 0 15px; }
  .archive.category .grid-container {
    padding: 0 15px; }

  .home-blog {
    padding: 20px 0; }
    .home-blog .title h2 {
      font-size: 2rem; }

  .home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box img {
    object-fit: cover; }
  .home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box:nth-child(1) {
    width: 100%;
    margin-right: 0; }
  .home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box:nth-child(2) {
    width: 100%; }
  .home-list-blog .uc_article_grid_style_six .uc_article_grid_style_six_holder .uc_article_grid_style_six_box:nth-child(n+3) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }

  .home-mentions {
    padding: 0 15px; }
    .home-mentions .title {
      margin-bottom: 10px; }
      .home-mentions .title h2 {
        font-size: 2rem;
        line-height: 1; }

  .home-partners {
    padding: 20px 15px; }
    .home-partners .title-partners h2 {
      margin-bottom: 20px;
      font-size: 2rem;
      line-height: 1; }

  .home-subscribe .es_caption {
    padding: 10px;
    text-align: center; }
  .home-subscribe .emaillist {
    padding: 0 15px; }
  .home-subscribe .es-field-wrap {
    display: block; }
    .home-subscribe .es-field-wrap .ig_es_form_field_email {
      width: 100%;
      min-width: auto; }
  .home-subscribe .es_subscription_form_submit {
    width: 100%; }

  .list-categories li {
    margin-bottom: 10px; }
    .list-categories li a {
      font-size: 1.2rem; }

  .site-footer .footer-widgets-container {
    padding: 0 15px; }
  .site-footer .footer-widget-2 {
    align-items: center;
    justify-content: flex-start; }
  .site-footer .footer-right {
    flex-direction: column; }
    .site-footer .footer-right .terms {
      margin-left: 0; }

  .inside-footer-widgets > div:not(:last-child) {
    margin-bottom: 20px; }

  .hs-form.stacked {
    flex-direction: column;
    padding: 0 15px;
    text-align: center; }

  .home .hs-form fieldset.form-columns-0 {
    max-width: 100% !important; }
  .home .hs-form fieldset.form-columns-2 {
    width: 100%;
    margin-bottom: 20px; }
    .home .hs-form fieldset.form-columns-2 > div {
      margin-bottom: 10px; } }
@media screen and (max-width: 420px) {
  .home-subscribe {
    padding: 20px 0; } }

/*# sourceMappingURL=style.css.map */