/* compiled by scssphp v0.0.12 on Fri, 14 Mar 2025 15:36:43 +0000 (0.0388s) */

@font-face {
  font-family: 'Montserrat';
  src: url("/wp-content/themes/entopy/fonts/Montserrat-ExtraLight.ttf");
  src: url('/wp-content/themes/entopy/fonts/Montserrat-ExtraLight.woff') format('woff');
  src: url('/wp-content/themes/entopy/fonts/Montserrat-ExtraLight.woff2') format('woff2');
  font-weight: 200; }

@font-face {
  font-family: 'Montserrat';
  src: url("/wp-content/themes/entopy/fonts/Montserrat-Light.ttf");
  src: url('/wp-content/themes/entopy/fonts/Montserrat-Light.woff') format('woff');
  src: url('/wp-content/themes/entopy/fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: 300; }

@font-face {
  font-family: 'Montserrat';
  src: url("/wp-content/themes/entopy/fonts/Montserrat-Regular.ttf");
  src: url('/wp-content/themes/entopy/fonts//Montserrat-Regular.woff') format('woff');
  src: url('/wp-content/themes/entopy/fonts//Montserrat-Regular.woff2') format('woff2');
  font-weight: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/wp-content/themes/entopy/fonts/Montserrat-Medium.ttf");
  src: url('/wp-content/themes/entopy/fonts/Montserrat-Medium.woff') format('woff');
  src: url('/wp-content/themes/entopy/fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500; }

@font-face {
  font-family: 'Montserrat';
  src: url("/wp-content/themes/entopy/fonts/Montserrat-SemiBold.ttf");
  src: url('/wp-content/themes/entopy/fonts/Montserrat-SemiBold.woff') format('woff');
  src: url('/wp-content/themes/entopy/fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600; }

body {
  font-family: 'Montserrat';
  font-weight: normal;
  color: #2c314e; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: none; }
  a.green {
    color: #2c314e; }

p {
  font-size: 18px;
  line-height: 35px; }

.line-title h1, .line-title h2 {
  position: relative !important;
  display: inline-block !important; }
  .line-title h1:before, .line-title h2:before {
    content: '';
    width: 60px;
    height: 35px;
    border-right: 1px solid #a2d75a;
    border-top: 1px solid #a2d75a;
    position: absolute;
    right: -60px;
    top: -30px; }

.round_button {
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 30px;
  padding: 8px 29px;
  display: inline-block;
  color: #333; }
  .round_button:hover {
    color: #333; }
  .round_button img {
    width: 24px;
    margin-left: 10px; }

.round_button_white {
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 29px;
  display: inline-block;
  color: #fff; }
  .round_button_white:hover {
    color: #fff; }
  .round_button_white img {
    width: 24px;
    margin-left: 10px; }

section.fullVideo {
  overflow: hidden;
  position: relative;
  margin-bottom: -10px;
  height: 100vh; }
  section.fullVideo video {
    width: 100vw; }
  section.fullVideo .bottom_part {
    z-index: 999;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff; }
    section.fullVideo .bottom_part #skip_intro {
      margin: 0px;
      font-size: 14px;
      border: 2px solid #fff;
      padding: 10px 30px;
      background: transparent;
      color: #fff;
      font-weight: 500;
      cursor: pointer; }
      section.fullVideo .bottom_part #skip_intro:hover {
        background: #fff !important;
        color: #333 !important;
        font-weight: 500 !important; }
  section.sec-1 {
    height: 100vh;
    width: 100%;
    background: #1c213d;
    background: -moz-linear-gradient(180deg, #1c213d 0%, #222b58 100%);
    background: -webkit-linear-gradient(180deg, #1c213d 0%, #222b58 100%);
    background: linear-gradient(180deg, #1c213d 0%, #222b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c213d", endColorstr="#222b58", GradientType=1); }
  section.sec-1 .left h1 {
    color: #fff;
    font-size: 3.7vw;
    font-weight: 200;
    margin-bottom: 30px; }
    section.sec-1 .left h1 .span1:nth-child(1) {
      opacity: 0;
      width: 11.5em;
      white-space: nowrap;
      display: block;
      overflow: hidden; }
    section.sec-1 .left h1 .span2:nth-child(2) {
      width: 11.5em;
      white-space: nowrap;
      opacity: 0;
      display: block;
      overflow: hidden; }
    @media (prefers-reduced-motion: no-preference) {
      section.sec-1 .left h1 .span1-animate {
        opacity: 1 !important;
        -webkit-animation: type 1s steps(40, end);
        animation: type 1s steps(40, end);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }

      section.sec-1 .left h1 .span2-animate {
        -webkit-animation: type2 2s steps(40, end);
        animation: type2 2s steps(40, end);
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; } }
    section.sec-1 .left .greenbutton, section.sec-1 .left .greenbutton:focus {
      outline: 0;
      cursor: pointer;
      font-size: 16px;
      border: 1px solid #a2d75a;
      border-radius: 30px;
      padding: 8px 29px;
      display: inline-block;
      color: #a2d75a;
      background: transparent;
      margin-bottom: 50px; }
    section.sec-1 .left .greenbutton img, section.sec-1 .left .greenbutton:focus img {
      width: 24px;
      margin-left: 10px; }
    section.sec-1 .left h2 {
      color: #fff;
      font-weight: 500;
      position: relative;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 30px; }
    section.sec-1 .left h2:before {
      content: '';
      width: 1px;
      background-color: #a2d75a;
      position: absolute;
      left: -20px;
      top: 0;
      bottom: 0; }
    section.sec-1 .left p {
      color: #fff;
      font-weight: 300;
      font-size: 20px; }
  section.sec-1 .right {
    position: relative; }
    section.sec-1 .right img {
      width: 100%; }
    section.sec-1 .right .hoverbox {
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    section.sec-1 .right .hoverbox img {
      cursor: pointer;
      width: 100%;
      max-width: 830px; }
  section.sec-2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
  section.sec-2 .line-comp {
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh; }
    section.sec-2 .line-comp:before {
      content: '';
      width: 1px;
      background-color: #2c314e;
      height: 100%;
      position: absolute;
      left: 19px;
      z-index: 99; }
    section.sec-2 .line-comp img {
      width: 40px;
      position: absolute;
      z-index: 999;
      top: 0;
      bottom: 0;
      margin: auto; }
  section.sec-2 .left p {
    position: relative; }
    section.sec-2 .left p:before {
      content: '';
      width: 50px;
      height: 35px;
      border-left: 1px solid #a2d75a;
      border-top: 1px solid #a2d75a;
      position: absolute;
      left: -20px;
      top: -20px; }
  section.sec-2 .right video {
    width: 100%; }
  section.sec-3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
    position: relative; }
  section.sec-3 .left-design {
    position: absolute;
    top: 0;
    margin: auto; }
    section.sec-3 .left-design img {
      max-width: 280px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
  section.sec-3 .right-design {
    position: absolute;
    bottom: 0;
    right: 0; }
    section.sec-3 .right-design img {
      max-width: 190px;
      position: relative; }
  section.sec-3 .top {
    text-align: center;
    margin-bottom: 100px; }
    section.sec-3 .top h3 {
      position: relative;
      color: #2c314e;
      display: inline-block;
      font-size: 2.5em;
      font-weight: 200; }
    section.sec-3 .top h3 strong {
      display: block;
      font-weight: 300;
      color: #a2d75a; }
    section.sec-3 .top h3:before {
      content: '';
      width: 60px;
      height: 35px;
      border-right: 1px solid #a2d75a;
      border-top: 1px solid #a2d75a;
      position: absolute;
      right: -60px;
      top: -30px; }
  section.sec-3 .arrows {
    margin-bottom: 100px; }
    section.sec-3 .arrows .right {
      position: relative; }
    section.sec-3 .arrows .right:before {
      content: '';
      position: absolute;
      width: 90%;
      height: 1px;
      background: #adadad;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0; }
    section.sec-3 .arrows .left {
      position: relative; }
    section.sec-3 .arrows .left:before {
      content: '';
      position: absolute;
      width: 90%;
      height: 1px;
      background: #adadad;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0; }
  section.sec-3 .contents {
    margin-bottom: 100px; }
    section.sec-3 .contents:nth-last-child(1) {
      margin-bottom: 0px; }
    section.sec-3 .contents .left .sub-left {
      margin-top: -100px; }
      section.sec-3 .contents .left .sub-left span {
        display: block;
        font-size: 20px;
        font-weight: 500;
        margin-right: 20px;
        color: ; }
    section.sec-3 .contents .left .sub-right h4 {
      margin: 0px;
      font-size: 40px;
      line-height: 63px;
      word-break: keep-all;
      font-weight: 300; }
    section.sec-3 .contents .right {
      margin-top: 80px; }
    section.sec-3 .contents .right a {
      font-weight: 700; }
  section.sec-4 {
    min-height: 100vh;
    width: 100%; }
  section.sec-4 .left h1 {
    color: #fff;
    font-size: 2.5vw;
    font-weight: 200;
    margin-bottom: 50px; }
    section.sec-4 .left h1 span {
      width: 16.5em;
      white-space: nowrap;
      display: block;
      overflow: hidden; }
    section.sec-4 .left h1 span:nth-child(1) {
      -webkit-animation: type 1s steps(40, end);
      animation: type 1s steps(40, end);
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    section.sec-4 .left h1 span:nth-child(2) {
      opacity: 0;
      -webkit-animation: type2 2s steps(40, end);
      animation: type2 2s steps(40, end);
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    section.sec-4 .left h1 span:nth-child(3) {
      opacity: 0;
      -webkit-animation: type2 3s steps(40, end);
      animation: type2 3s steps(40, end);
      -webkit-animation-delay: 3s;
      animation-delay: 3s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    section.sec-4 .left p {
      color: #fff;
      font-weight: 300;
      font-size: 24px;
      line-height: 37px;
      margin-bottom: 0px; }
  section.sec-4 .right {
    text-align: center; }
    section.sec-4 .right img {
      position: relative;
      width: 100%; }
  section.sec-5 {
    width: 100%;
    min-height: 70vh;
    position: relative; }
  section.sec-5 .left .sub-right {
    border-left: 1px solid #a2d75a;
    margin-left: 40px;
    padding-left: 40px;
    padding-top: 10px;
    position: relative; }
    section.sec-5 .left .sub-right:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 1px;
      background-color: #a2d75a; }
    section.sec-5 .left .sub-right:after {
      content: '';
      background-image: url("/wp-content/themes/entopy/assets/images/svgs/3boxes.svg");
      width: 14px;
      height: 100px;
      position: absolute;
      background-repeat: no-repeat;
      left: -7px;
      top: 60px; }
    section.sec-5 .left .sub-right h4 {
      argin-top: 20px;
      font-size: 35px;
      line-height: 52px;
      word-break: break-word;
      color: #a2d75a;
      margin-bottom: 30px;
      font-weight: 300; }
    section.sec-5 .left .sub-right p {
      color: #fff; }
  section.sec-5 .right {
    text-align: center; }
    section.sec-5 .right img {
      width: 100%; }
  section.sec-5 .right-1 .sub-right {
    border-right: 1px solid #a2d75a;
    margin-right: 40px;
    padding-right: 40px;
    padding-top: 10px;
    position: relative; }
    section.sec-5 .right-1 .sub-right:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 1px;
      background-color: #a2d75a; }
    section.sec-5 .right-1 .sub-right:after {
      content: '';
      background-image: url("/wp-content/themes/entopy/assets/images/svgs/3boxes.svg");
      width: 14px;
      height: 100px;
      position: absolute;
      background-repeat: no-repeat;
      right: -7px;
      top: 60px; }
    section.sec-5 .right-1 .sub-right h4 {
      argin-top: 20px;
      font-size: 35px;
      line-height: 52px;
      word-break: keep-all;
      color: #a2d75a;
      margin-bottom: 30px;
      font-weight: 300; }
    section.sec-5 .right-1 .sub-right p {
      color: #fff; }
  section.sec-5 .left-1 {
    text-align: left; }
    section.sec-5 .left-1 img {
      width: 100%; }
  section.sec-7 {
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 99999; }
  section.sec-7 .top-bar {
    margin: 0;
    padding: 0px; }
    section.sec-7 .top-bar li {
      display: inline-block;
      margin-right: 35px;
      position: relative; }
    section.sec-7 .top-bar li.has_children {
      margin-right: 57px; }
    section.sec-7 .top-bar li.has_children:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f0dd";
      font-size: 22px;
      color: #000;
      position: absolute;
      right: -22px;
      top: 8px;
      bottom: 0;
      margin: auto; }
    section.sec-7 .top-bar li:nth-last-child(1) {
      margin-right: 0px; }
    section.sec-7 .top-bar li a {
      display: inline-block;
      padding-top: 15px;
      padding-bottom: 15px;
      font-weight: 400;
      font-size: 18px; }
    section.sec-7 .top-bar li:hover .children {
      display: block; }
    section.sec-7 .top-bar li .children {
      z-index: 999;
      background-color: #fff;
      display: none;
      position: absolute;
      padding: 0px;
      margin: 0;
      border: 1px solid #000;
      width: 250px; }
      section.sec-7 .top-bar li .children li {
        margin: 0px;
        display: block; }
        section.sec-7 .top-bar li .children li a {
          padding: 10px 10px; }
  section.sec-8 {
    padding-top: 15px;
    width: 100%; }
  section.sec-8 .left img {
    width: 100%; }
  section.sec-8 .right img {
    width: 100%; }
  section.sec-9 {
    margin-top: 50px; }
  section.sec-9 .top-row {
    padding-top: 0px;
    margin-bottom: 100px; }
    section.sec-9 .top-row h1 {
      font-size: 3em; }
  section.sec-9 .boxes .image img {
    width: 50%;
    margin-bottom: 50px; }
    section.sec-9 .boxes h5 {
      font-size: 1.9em;
      font-weight: 500;
      margin-bottom: 30px; }
    section.sec-9 .boxes ul {
      margin: 0;
      padding: 0px;
      width: 100%;
      list-style-type: none; }
    section.sec-9 .boxes ul li {
      width: 100%; }
      section.sec-9 .boxes ul li a {
        display: block;
        border-bottom: 1px solid #000;
        padding: 20px 0px;
        font-size: 16px;
        position: relative;
        width: 100%; }
        section.sec-9 .boxes ul li a:after {
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          content: "\f30b";
          font-size: 22px;
          color: #000;
          position: absolute;
          right: 0px;
          top: 6px;
          bottom: 0;
          display: flex;
          align-items: center; }
  section.sec-10 {
    border-top: 1px solid #ccc; }
  section.sec-10 .blog-menu {
    border-top: none; }
    section.sec-10 .blog-menu ul {
      list-style-type: none;
      padding: 0px; }
    section.sec-10 .blog-menu ul li.current_page_item > a {
      font-weight: bold; }
    section.sec-10 .blog-menu ul li.current_page_parent > a {
      font-weight: bold; }
    section.sec-10 .blog-menu ul li.current_page_ancestor > a {
      font-weight: bold; }
    section.sec-10 .blog-menu ul li {
      padding: 0px;
      margin-bottom: 20px; }
      section.sec-10 .blog-menu ul li a {
        display: block;
        padding: 10px;
        background: #e6e6e6;
        font-weight: normal; }
        section.sec-10 .blog-menu ul li a:hover {
          background: #2c314e;
          color: #f9f9f9; }
      section.sec-10 .blog-menu ul li ul.children {
        display: none; }
        section.sec-10 .blog-menu ul li ul.children li {
          margin-bottom: 0px; }
          section.sec-10 .blog-menu ul li ul.children li a {
            background: #f0f0f0;
            padding-left: 25px;
            display: block;
            font-size: 15px; }
            section.sec-10 .blog-menu ul li ul.children li a:hover {
              background: #2c314e;
              color: #f9f9f9; }
          section.sec-10 .blog-menu ul li ul.children li ul.children {
            display: none; }
            section.sec-10 .blog-menu ul li ul.children li ul.children li a {
              background: #f8f8f8; }
              section.sec-10 .blog-menu ul li ul.children li ul.children li a:hover {
                background: #2c314e;
                color: #f9f9f9; }
        section.sec-10 .blog-menu ul li ul.children li.current_page_item, section.sec-10 .blog-menu ul li ul.children li.current_page_parent, section.sec-10 .blog-menu ul li ul.children li.current_page_ancestor {
          font-weight: bold; }
          section.sec-10 .blog-menu ul li ul.children li.current_page_item ul.children, section.sec-10 .blog-menu ul li ul.children li.current_page_parent ul.children, section.sec-10 .blog-menu ul li ul.children li.current_page_ancestor ul.children {
            display: block;
            font-weight: normal; }
    section.sec-10 .blog-menu ul li.current_page_item ul.children, section.sec-10 .blog-menu ul li.current_page_parent ul.children, section.sec-10 .blog-menu ul li.current_page_ancestor ul.children {
      display: block;
      font-weight: normal; }
  section.sec-10 .blog-content {
    position: relative;
    border: 1px solid #ccc;
    padding: 40px;
    border-top: none; }
    section.sec-10 .blog-content h2 {
      margin-bottom: 30px;
      color: #2c314e; }
    section.sec-10 .blog-content p {
      font-size: 16px;
      line-height: 28px; }
  section.sec-10 .blog-tags {
    padding: 40px; }
    section.sec-10 .blog-tags ul {
      padding: 0px;
      list-style-type: none; }
    section.sec-10 .blog-tags ul li {
      display: inline-block;
      background-color: #a2d75a;
      margin-bottom: 5px;
      padding: 5px;
      font-size: 12px;
      font-weight: 500;
      border-radius: 4px; }
  section.sec-10 .blog-links {
    padding: 40px; }
    section.sec-10 .blog-links ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none; }
    section.sec-10 .blog-links ul li a {
      color: #2c314e; }
  section.sec-title {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center; }
  section.sec-title h2 {
    position: relative;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 200; }
    section.sec-title h2 strong {
      display: block;
      font-weight: 400;
      color: #fff; }
    section.sec-title h2:before {
      content: '';
      width: 60px;
      height: 35px;
      border-right: 1px solid #a2d75a;
      border-top: 1px solid #a2d75a;
      position: absolute;
      right: -60px;
      top: -30px; }
  section.sec-bg-1 {
    width: 100%;
    background: #1c213d;
    background: -moz-linear-gradient(180deg, #1c213d 0%, #222b58 100%);
    background: -webkit-linear-gradient(180deg, #1c213d 0%, #222b58 100%);
    background: linear-gradient(180deg, #1c213d 0%, #222b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c213d", endColorstr="#222b58", GradientType=1); }

section.comp-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff; }
  section.comp-1 h4 {
    text-align: center;
    color: #2c314e;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600; }
  section.comp-1 .imgfullwidth img {
    width: 100%; }
  section.comp-1 .box {
    text-align: center; }
    section.comp-1 .box img {
      display: inline-block; }
  section.comp-2 {
    padding-top: 100px;
    padding-bottom: 150px; }
  section.comp-2 .top {
    text-align: center;
    margin-bottom: 100px; }
    section.comp-2 .top h4 {
      position: relative;
      color: #2c314e;
      display: inline-block;
      font-size: 2.5em;
      font-weight: 300; }
    section.comp-2 .top h4:before {
      content: '';
      width: 60px;
      height: 35px;
      border-left: 2px solid #a2d75a;
      border-bottom: 2px solid #a2d75a;
      position: absolute;
      left: -60px;
      bottom: -30px; }
  section.comp-2 .boxes .box img {
    width: 100%;
    cursor: pointer; }
  section.comp-3 {
    overflow: hidden;
    background: #1c213d;
    background: -moz-linear-gradient(180deg, #1c213d 0%, #222b58 100%);
    background: -webkit-linear-gradient(180deg, #1c213d 0%, #222b58 100%);
    background: linear-gradient(180deg, #1c213d 0%, #222b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c213d", endColorstr="#222b58", GradientType=1);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
  section.comp-3 .background {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    section.comp-3 .background img {
      height: 100%; }
  section.comp-3 h5 {
    color: #fff;
    font-size: 60px;
    font-weight: 200; }
  section.comp-3 p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px; }
    section.comp-3 p:nth-last-child(1) {
      margin-bottom: 0px; }
    section.comp-3 p strong {
      color: #a2d75a;
      font-weight: 400; }
  section.comp-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  section.comp-4 p {
    margin: 0px;
    color: #999;
    font-width: 200;
    font-size: 16px; }
  section.comp-5 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
  section.comp-5 .comp-5-before {
    position: relative; }
    section.comp-5 .comp-5-before:before {
      content: '';
      position: absolute;
      left: 5vw;
      right: 12vw;
      border-top: 1px solid #ccc;
      top: -50px;
      height: 50px;
      border-right: 1px solid #ccc; }
  section.comp-5 .left .floatingImg {
    float: left;
    margin-right: 30px;
    width: 42px; }
    section.comp-5 .left h5 {
      color: #333;
      font-size: 40px;
      font-weight: 300; }
    section.comp-5 .left p {
      color: #333;
      font-weight: 400;
      margin-bottom: 0px; }
    section.comp-5 .left p strong {
      color: #999;
      font-weight: 400; }
    section.comp-5 .left .round_button {
      float: right;
      margin-top: 100px; }
  section.comp-5 .right img {
    width: 100%; }

.personas_modal {
  padding: 50px; }
  .personas_modal .hideInModal {
    display: none !important; }
  .personas_modal p {
    font-size: 16px !important; }
  .personas_modal button.btn-secondary {
    font-size: 14px !important;
    border-radius: 0px !important;
    padding: 10px 50px !important;
    background: #2c314e !important; }

footer {
  margin-top: 100px;
  width: 100%; }
  footer ul.links {
    padding: 0px;
    list-style-type: none; }
  footer ul.links li a {
    color: #2c314e; }
  footer ul.address {
    padding: 0px;
    list-style-type: none; }
  footer ul.address li {
    text-align: right; }
    footer ul.address li.tel, footer ul.address li.email {
      font-weight: bold; }
    footer ul.address li.email {
      margin-bottom: 5px; }
    footer ul.address li a {
      color: #2c314e; }
  footer .bottom p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0px; }
    footer .bottom p a {
      margin-right: 20px; }
    footer .bottom p a:nth-last-child(1) {
      margin-right: 0px; }

@media (min-width: 768px) {
    .container-fluid {
      width: 90%; } }

.justify-content-even {
  justify-content: space-evenly !important; }

@keyframes type {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

@-webkit-keyframes type {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

@keyframes type2 {
  0% {
    width: 0; }

  1% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-webkit-keyframes type2 {
  0% {
    width: 0; }

  1% {
    opacity: 1; }

  100% {
    opacity: 1; } }

.blog-title {
  margin: 7rem 0rem 5rem 0rem; }

.blog-item {
  padding-top: 2rem; }
  .blog-item h4 {
    color: #2c314e;
    line-height: 2.5rem;
    margin-bottom: 1rem; }
  .blog-item .post-summary {
    color: #a2d75a;
    line-height: 2rem; }
  .blog-item .post-date {
    color: #2c314e;
    font-size: 0.8rem; }

.blog-img {
  margin-bottom: 1rem;
  border-color: gray; }

.nav-pag {
  margin-top: 5rem; }

.page-link {
  color: #2c314e; }

section.single-blog .content p {
  font-size: 16px; }
  section.single-blog .side {
    border-left: 1px solid #ccc; }
    section.single-blog .side .single-post-title {
      font-weight: 600; }
    section.single-blog .side .recent-post {
      padding-left: 1rem; }
    section.single-blog .side .recent-post-title {
      color: #a2d75a;
      font-size: 1rem;
      line-height: 24px;
      margin-bottom: 0px; }
    section.single-blog .side .single-post-date {
      color: #2c314e;
      font-size: 0.7rem;
      margin-bottom: 0px; }

@media (max-width: 1200px) {
  .sec-2 .line-comp, .sec-3 .left-design, .sec-3 .right-design {
    display: none; } }

@media (max-width: 992px) {
  .sec-1, .sec-4 {
    padding-top: 200px;
    height: inherit !important;
    min-height: inherit !important;
    padding-bottom: 100px; }

  .sec-1 .right .hoverbox {
    position: relative !important;
    margin-top: 50px; }

  .sec-4 .right {
    display: none; } }

@media (max-width: 768px) {
  .fullVideo {
    display: none !important; }

  section {
    overflow: hidden; }

  header #menu {
    display: block !important;
    position: relative;
    z-index: 99999;
    cursor: pointer; }
    header .menu-menu-container {
      display: none;
      position: fixed;
      z-index: 9999;
      background: #2c314e;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      header .menu-menu-container ul {
        padding: 170px 60px 60px 60px; }
        header .menu-menu-container ul li {
          display: block;
          margin-bottom: 20px; }
          header .menu-menu-container ul li a {
            color: #fff;
            font-size: 25px;
            font-weight: 500; }

  .comp-1 .box img {
    width: 90%; }

  .sec-1 {
    position: relative;
    padding-bottom: 100px; }
    .sec-1 h1 span {
      font-size: 35px; }
    .sec-1 h2 {
      margin-left: 26px; }
    .sec-1 p {
      font-size: 16px; }

  .sec-4 {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 0px; }
    .sec-4 h1 span {
      font-size: 24px; }
    .sec-4 p {
      font-size: 18px !important;
      line-height: 26px !important; }
    .sec-4 .left {
      position: relative;
      z-index: 8; }

  .sec-title {
    margin-bottom: 110px !important;
    padding-top: 100px; }
    .sec-title h2:before {
      display: none; }
      .sec-title h2:after {
        content: '';
        position: absolute;
        width: 40%;
        top: -20px;
        left: 0;
        height: 1px;
        background: #a2d75a; }

  .sec-2 .left p {
    margin-left: 30px;
    margin-right: 30px; }

  .sec-5 {
    min-height: inherit !important; }
    .sec-5 .right-1, .sec-5 .left {
      margin-top: 50px;
      margin-bottom: 100px; }
      .sec-5 .right-1 .sub-right, .sec-5 .left .sub-right {
        margin-right: 0px !important;
        margin-left: 0px !important; }

  .sec-3 .contents {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px !important; }
    .sec-3 .contents .left .sub-right {
      margin-bottom: 80px; }
      .sec-3 .contents .left .sub-right h4 {
        font-size: 30px !important;
        line-height: 52px !important; }
    .sec-3 .contents .right {
      margin-top: 0px !important; }
    .sec-3 .arrows {
      margin-bottom: 80px !important;
      margin-top: 60px !important; }

  .comp-5 .left {
    padding-right: 30px; }
    .comp-5 .left .floatingImg {
      width: 20px !important; }
    .comp-5 .left .round_button {
      margin-top: 40px !important;
      margin-bottom: 50px; }

  .comp-3 h5 {
    font-size: 40px !important;
    margin-bottom: 40px; }

  .comp-2 {
    padding-bottom: 50px !important; }
    .comp-2 .box {
      margin-bottom: 30px; }
    .comp-2 .box:nth-last-child(1) {
      margin-bottom: 0px; }
    .comp-2 .box h5 {
      font-size: 20px !important; }
    .comp-2 .box h6 {
      font-size: 14px !important; }
    .comp-2 .box img {
      margin-right: 5px;
      width: 40%; } }

.videoModal .modal-content {
  background: transparent !important; }
  .videoModal .modal-header {
    border: none !important; }
  .videoModal .modal-header .close {
    color: #fff !important;
    opacity: 1 !important;
    font-size: 70px !important;
    padding: 0px 8px 0px 0px !important; }

.contentwithiFrame iframe {
  width: 100%;
  height: 100vh; }
