/*Typography*/
body {
  font-family: "Nunito", sans-serif;
  color: #000;
  line-height: 1.3; }

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

.h2 {
  font-size: 60px; }

.h3 {
  font-weight: 300;
  font-size: 45px;
  line-height: 1em; }

::selection {
  background: #4af0f0;
  color: #000; }

:focus {
  outline-color: #4af0f0; }

strong {
  font-weight: 600; }

/*====

Repeated Classes

====*/
/* Navbar Css Starts */
.navbar-custom {
  background-color: #d9f6f3;
  width: 100%;
  --bs-navbar-padding-y: 1.5rem; }

.navbar-brand img {
  height: 80px; }

.max-tablet {
  max-width: 1150px; }

.bg-lighblue {
  background-color: #d3f5f5; }

li.nav-item {
  margin-left: 15px; }

section .btn, .news_wrapper .btn {
  width: 179px;
  height: 66px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 17px;
  color: #030303;
  font-weight: 500;
  font-family: "Sora"; }
  section .btn.btn-blue, .news_wrapper .btn.btn-blue {
    background-color: #4af0f0; }
    section .btn.btn-blue:hover, .news_wrapper .btn.btn-blue:hover {
      background: white;
      color: #4af0f0; }
  section .btn.btn-light, .news_wrapper .btn.btn-light {
    background-color: #ffffff;
    color: #000; }

.pagination {
  gap: 10px; }
  .pagination li .page-link {
    border: none;
    border-radius: 30px;
    font-family: "Sora";
    color: #000;
    font-size: 24px;
    padding: 1px 15px; }
  .pagination li:first-child .page-link, .pagination li:last-child .page-link {
    background-color: transparent; }

.nav-item .main_menu {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  text-transform: lowercase;
  font-family: "Sora"; }

.contattaci_btn .btn.btn-light {
  width: 133px;
  height: 48px;
  border-radius: 24px;
  background-color: #ffffff;
  text-transform: lowercase;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #04babc;
  font-weight: 400;
  font-family: "Nunito"; }

a#portfolioDropdown {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #d6f2ef;
  font-weight: 500;
  font-family: "Sora";
  width: 61px;
  height: 48px;
  border-radius: 24px;
  background-color: #49ccd0; }

a#servicesDropdown::after {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
  font-family: "Nunito"; }

a#portfolioDropdown span {
  font-size: 18px;
  letter-spacing: 0px;
  margin-left: 10px;
  line-height: 30px;
  color: #d6f2ef;
  font-weight: 400;
  font-family: "Nunito"; }

a#portfolioDropdown::after {
  margin-bottom: -1px;
  margin-left: 2px; }

.nav-item .search-container {
  width: 61px;
  height: 48px;
  border-radius: 24px;
  background-color: #7cf8f8; }

button#openSearch {
  background: transparent;
  border: none;
  color: #ffffff;
  margin-left: 10px;
  margin-top: 5px; }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  padding: 15px 10px;
  border-radius: 20px;
  text-transform: lowercase; }

.navbar-nav .dropdown-menu li {
  margin-bottom: 5px; }

.navbar-expand-lg .navbar-nav .languageDropdown + .dropdown-menu {
  background: #49ccd0;
  text-transform: uppercase; }

.navbar-expand-lg .navbar-nav .languageDropdown + .dropdown-menu li a {
  color: white; }

.navbar-expand-lg .navbar-nav .languageDropdown + .dropdown-menu li a:hover {
  background-color: transparent; }

.content-wrapper {
  background-color: #00faf9; }

  .content-wrapper .sec-content .sub-title {
    color: white; }

  .content-wrapper .sec-content .section-title {
    font-size: 39px;
    letter-spacing: 0px;
    line-height: 45px;
    color: #000000;
    font-family: "Sora";
    font-weight: 300; }

    .content-wrapper .sec-content .section-title strong {
      font-weight: 700; }

  .content-wrapper .sec-content .lead {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 31px;
    color: #030303;
    font-weight: 300;
    font-family: "Sora"; }

/*mobile menu */
.navbar-toggler {
  background-color: #49ccd0;
  border: none;
  border-radius: 25px;
  padding: 8px 14px;
  min-height: 42px; }
  .navbar-toggler[aria-expanded="true"] .line:nth-child(2) {
    display: none; }
  .navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
    transform: rotate(45deg); }
  .navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -4px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none; }

.navbar-toggler .line:nth-child(2) {
  margin: 7px 0px; }

.navbar-toggler .line {
  width: 36px;
  height: 4px;
  background-color: white;
  display: block; }

/* search button css */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.949;
  width: 100%;
  height: 125px;
  background-color: #5adbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px; }

.search-overlay.active {
  transform: translateY(0); }

.search-box {
  width: 80%;
  position: relative; }

.search-box input {
  width: 100%;
  padding: 12px;
  font-size: 20px;
  background: transparent;
  border: none;
  border-bottom: 2px solid white;
  color: white;
  outline: none; }

.search-box input::placeholder {
  font-size: 23px;
  letter-spacing: 0px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Sora"; }

.close-btn {
  position: absolute;
  right: -32px;
  top: -25px;
  font-size: 30px;
  color: white;
  cursor: pointer; }

/* navbar css closed */
/* main section css start */
.video-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  color: black;
  overflow: hidden; }

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1; }

.sec-content .sub-title {
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 19px;
  color: #49ccd0;
  font-weight: 300;
  font-family: "Sora";}

.sec-content .entry_list {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Sora"; }

  .sec-content .entry_list li {
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #030303;
    font-weight: 300;
    font-family: "Sora"; }

.section-title {
  font-size: 60px;
  line-height: 63px;
  letter-spacing: 1px;
  color: #030303;
  font-weight: 300;
  font-family: "Sora"; }

.section-title2 {
  font-size: 52px;
  letter-spacing: 1px;
  line-height: 53px;
  color: #030303;
  font-weight: 300;
  font-family: "Sora"; }

.lead {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: "Sora"; }

.section-title span {
  font-weight: 500;
  color: #49ccd0; }

.section-title2 span {
  font-weight: 500;
  color: #49ccd0; }

.sec-content .btn-blue {
  width: 179px;
  height: 66px;
  border-radius: 33px;
  margin-top: 10px; }

/* main section css closed */
/* slick slider css starts */
.news_wrapper {
  background-color: #00faf9;
  padding-bottom: 80px !important; }
  .news_wrapper .container {
  /*  max-width: 1220px; EDITED */ }

.scrolling-text {
  overflow: hidden;
  white-space: nowrap;
  position: relative; }

.scrolling-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite; }

.scrolling-content p {
  display: inline-block;
  margin: 0;
  font-size: 54px;
  color: white;
  padding-right: 2rem;
  font-family: "Sora", sans-serif;
  /* spacing between repeated texts */ }

@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.news_wrapper .slick-section {
  position: relative; }

.news_wrapper .slick-section .slick-prev,
.news_wrapper .slick-section .slick-next {
  position: absolute !important;
  top: -10px;
  z-index: 10;
  border-radius: 50%;
  width: 31px;
  height: 29px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff; }

.news_wrapper .slick-section .slick-prev {
  left: 10px; }

.news_wrapper .slick-section .slick-next {
  left: 56px !important; }

.news_wrapper .slick-section .slick-prev:before,
.news_wrapper .slick-section .slick-next:before {
  color: #00faf9;
  font-size: 44px;
  opacity: 1; }

.news_wrapper .slick-section .slick-prev:hover, .news_wrapper .slick-section .slick-next:hover {
  color: #39e5e6;
  background: #39e5e6; }

.news_wrapper .slick-section .slick-slide {
  padding: 0 15px; }

.news_wrapper .slick-section .slick-list {
  margin: 0 -15px; }

.news_wrapper .slick-section .slick-slide-inner {
  padding: 20px; }

.news_wrapper .slick-section .slide-content {
  border: 2px solid white;
  border-radius: 40px;
  overflow: hidden;
  padding-bottom: 25px;
  text-align: left;
  min-height: 540px; }

.news_wrapper .slick-section .slick-slide img {
  width: 100%; }

.news_wrapper .slick-section .slide-content p {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.3em;
  color: #000;
  font-weight: 400;
  font-family: "Sora"; }

/*============
  About Page

==============*/
.video-wrapper {
  background-color: #00faf9; }
  .video-wrapper video {
    width: 100%; }
  .video-wrapper .entry_content .inner_container {
    max-width: 380px; }
    .video-wrapper .entry_content .inner_container .title{
      font-size: 41px;
      letter-spacing: 0px;
      line-height: 39px;
      color: #000000;
      font-weight: 300;
      font-family: "Sora";  }

.box-wrapper {
  padding: 100px 0px; }

.box-wrapper .sec-content h3{
  font-size: 37px;
  letter-spacing: 0px;
  line-height: 41px;
  color: #000000;
  font-weight: 300;
  font-family: "Sora";  }

  .box-wrapper .sec-content .lead{
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 31px;
    color: #030303;
    font-weight: 300;
    font-family: "Sora";  }

.about_deve-loop .sec-content .section-title {
  font-size: 59px;
  letter-spacing: 1px;
  line-height: 31px;
  color: #030303;
  font-weight: 300;
  font-family: "Sora";  }

.about_deve-loop .sec-content .lead {
  font-size: 21px;
  letter-spacing: 0px;
  line-height: 31px;
  color: #030303;
  font-weight: 300;
  font-family: "Sora";  }

/*
============================
  Renewable Energy Page
============================
*/

.energia .video-content .sec-content .section-title {
  font-size: 62px;  }

.box-wrapper .finance .sec-content .sub-title {
  font-size: 20px;
  line-height: 20px;
}

.box-wrapper .finance .sec-content .h3 {
  font-size: 39px;
  letter-spacing: 0px;
  line-height: 43px;
  color: #000000;
  font-family: "Sora";
}

.box-wrapper .finance .sec-content .lead {
  font-size: 18px;
  line-height: 32px;
}

.box-wrapper .finance .sec-content .target {
  font-size: 39px;
  letter-spacing: 0px;
  line-height: 45px;
  color: #000000;
  font-weight: 300;
  font-family: "Sora";
}

/*
==============
  News Page
==============
*/
.news_archive .entry_list {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 25px; }
  @media (max-width: 667px) {
    .news_archive .entry_list {
      grid-template-columns: 100%;
      margin-top: 50px; } }
  .news_archive .entry_list .entry_single {
    border: 2px solid white;
    border-radius: 60px;
    overflow: hidden;
    padding-bottom: 25px;
    text-align: left; }
    .news_archive .entry_list .entry_single img {
      width: 100%; }
    .news_archive .entry_list .entry_single .title {
      font-size: 39px;
      letter-spacing: 0px;
      line-height: 41px;
      color: #000000;
      font-weight: 400;
      font-family: "Sora"; }
      @media (max-width: 667px) {
        .news_archive .entry_list .entry_single .title {
          font-size: 36px; } }
    .news_archive .entry_list .entry_single p {
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 32px;
      color: #030303;
      font-weight: 300;
      font-family: "Sora"; }
.news_archive .page-title {
  color: #00faf9;
  font-size: 40vw;
  font-weight: 300;
  line-height: 0.8em;
  margin-left: -2.5vw;
  margin-top: -3rem;
  white-space: nowrap;
  text-transform: lowercase; }

/* single article page */
.single_post {
  border: 2px solid white;
  border-radius: 36px; }
  .single_post .entry_header .entry_thumbnail {
    position: relative; }
    .single_post .entry_header .entry_thumbnail img {
      max-width: 100%; }
    .single_post .entry_header .entry_thumbnail .date {
      position: absolute;
      bottom: 40px;
      left: 40px;
      background-color: white;
      padding: 15px 30px;
      border-radius: 25px;
      font-weight: 600;
      font-family: "Sora", sans-serif; }
  .single_post .entry_content {
    padding: 50px 30px;
    font-size: 21px; }
    .single_post .entry_content .title {
      font-size: 39px;
      letter-spacing: 0px;
      line-height: 41px;
      color: #000000;
      font-weight: 400;
      font-family: "Sora";
      margin-bottom: 20px;  }

    .single_post .entry_content p{
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 32px;
      color: #030303;
      font-weight: 300;
      font-family: "Sora";
    }

  .single_post .social_wrapper {
    background-color: #7cf8f8;
    border-radius: 20px;
    padding: 25px 20px;
    margin: 0px 20px 10px; }
    .single_post .social_wrapper .author {
      text-transform: lowercase;
      font-weight: 500;
      font-size: 18px; }
    .single_post .social_wrapper .entry_list li {
      padding-left: 30px; }
      .single_post .social_wrapper .entry_list li a {
        color: #000; }

.sidebar_wrapper .entry_widget {
  margin-bottom: 30px; }
  .sidebar_wrapper .entry_widget .widget_title {
    font-size: 32px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: #000000; }
  .sidebar_wrapper .entry_widget .related_post .entry_single a{
    display: flex;
    text-decoration: none;
    max-width: 400px;
    align-items: center;
    margin-bottom: 30px; }
    .sidebar_wrapper .entry_widget .related_post .entry_single .title {
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 19px;
      color: #000000;
      font-weight: 400;
      font-family: "Sora"; }
    .sidebar_wrapper .entry_widget .related_post .entry_single img {
      border-radius: 40px;
      margin-right: 15px;
      max-width: 40%;
      width: 130px;
      object-fit: cover;
      height: 130px;
      object-position: center; }
.sidebar_wrapper .tag_list li {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px; }
  .sidebar_wrapper .tag_list li a {
    background-color: white;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-family: "Sora", sans-serif; }

/*
 =================
 Listing page
   
 ==================
*/
/*
 =================
  Application Page
 =================
*/
.application_wrapper .page-title {
  color: #00faf9;
  font-size: 16vw;
  font-weight: 300;
  line-height: 0.8em;
  margin-left: -1vw;
  margin-top: 0px;
  white-space: nowrap;
  text-transform: lowercase; }
.application_wrapper .entry_single .entry_thumb {
  width: 50%;
  border: 2px solid white;
  border-radius: 45px;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .application_wrapper .entry_single .entry_thumb {
      width: 100%; } }
  .application_wrapper .entry_single .entry_thumb img {
    max-width: 100%; }
.application_wrapper .entry_single .entry_content {
  font-size: 24px;
  width: 50%; }
  @media (max-width: 991px) {
    .application_wrapper .entry_single .entry_content {
      width: 100%; } }
.application_wrapper.contact_wrapper .page-title {
  font-size: 25vw; }
@media (min-width: 992px) {
  .application_wrapper.contact_wrapper .h3 {
    font-size: 48px;
    line-height: 1.1em; } }
.application_wrapper.contact_wrapper .footer-info p, .application_wrapper.contact_wrapper .footer-info a, .application_wrapper.contact_wrapper .footer-info i {
  color: #000; }

.form_wrapper .form-control, .form_wrapper .custom-file-upload {
  min-height: 80px;
  border-radius: 40px;
  background-color: white;
  margin-bottom: 26px;
  border: none;
  padding-left: 40px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  font-family: "Sora", sans-serif;
  width: 100%; }
.form_wrapper textarea {
  padding-top: 30px; }
.form_wrapper .file_upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; }
  .form_wrapper .file_upload .custom-file-upload {
    padding-top: 28px;
    position: relative; }
    .form_wrapper .file_upload .custom-file-upload i {
      position: absolute;
      right: 40px;
      font-size: 30px;
      top: 25px;
      color: #00faf9; }
  .form_wrapper .file_upload input[type="file"] {
    display: none; }
.form_wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000; }
.form_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }
.form_wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #000; }
.form_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #000; }
.form_wrapper button[type="submit"] {
  width: 50%;
  background-color: #00faf9;
  color: #000;
  border: none;
  min-height: 80px;
  font-size: 21px;
  max-width: 545px; }

  .mapbox iframe{
    width: 100%;
  }

/*======

Footer

===========*/
.site-footer {
  background-color: #000;
  color: #00e5e5;
  padding: 60px 20px 30px; }

.site-footer .container {
  /* max-width: 1200px; EDITED */
  margin: auto; }

.footer-top .breadcrumb {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 15px;
  color: #6fdfdf;
  font-weight: 300;
  font-family: "Sora"; }

.footer-top h2 {
  font-size: 58px;
  letter-spacing: 1px;
  line-height: 1em;
  color: #09b2b7;
  font-weight: 400;
  font-family: "Sora"; }

.footer-info {
  display: grid;
  margin: 40px 0;
  gap: 20px;
  grid-template-columns: 50% 50%; }

.footer-info h5 {
  font-weight: 400;
  margin-bottom: 10px; }

.footer-info p,
.footer-info a {
  color: #00e5e5;
  text-decoration: none;
  font-size: 15px; }

.footer-bottom {
  margin-top: 100px; }

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  margin-left: -18px; }

.footer-logo img {
  height: 50px; }

.footer-logo span {
  font-size: 18px;
  color: white; }

.footer-logo small {
  font-size: 12px;
  color: white; }

.footer-legal {
  color: #00e5e5;
  font-size: 13px;
  line-height: 1.6; }

.footer-legal a {
  color: #00e5e5;
  text-decoration: underline; }

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: #00e5e5; }

/* Responsive styles for tablets & mobiles */
@media (max-width: 991px) {
  .h3 {
    font-size: 36px; }

  .animate__animated {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important; }

  .container {
    max-width: 100%; }

  .max-tablet {
    padding: 0px 50px; }

  .news_wrapper .container {
    padding: 0px 50px; }

  main .container {
    padding: 0px 50px; }

  .slide-content {
    border-radius: 90px; }

  .navbar-brand {
    z-index: 99; }

  .navbar-toggler {
    z-index: 99; }

  .navbar .container {
    max-width: 90%; }

  /* responsive navbar */
  li.nav-item {
    margin-left: 0px;
    margin-bottom: 5px; }

  a#portfolioDropdown {
    width: 60px; }

  .navbar-collapse {
    background: white !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    height: 100%;
    z-index: 9;
    padding: 100px 50px 50px; }

  .nav-item .search-container {
    width: 52px;
    height: 42px;
    border-radius: 24px;
    position: absolute;
    right: 135px;
    top: 34px; }

  button#openSearch {
    margin-left: 7px;
    margin-top: 5px; }

  .navbar-expand-lg .navbar-nav .languageDropdown + .dropdown-menu.show {
    display: inline-block; }

  .contattaci_btn .btn.btn-light {
    width: auto;
    height: auto;
    padding-left: 0px;
    color: #000;
    margin-bottom: 20px;
    font-family: "Sora";
    font-weight: 500; }

  /* responsive sections css goes here */
  .video-section {
    display: block;
    height: auto; }
    .video-section .video-content {
      background-color: #00faf9;
      overflow: hidden;
      position: relative;
      padding: 0px 50px 80px;
      z-index: 2; }
    .video-section.absolute_tablet {
      position: relative; }
      .video-section.absolute_tablet .video-content {
        background: transparent;
        position: absolute;
        top: 0px; }
      .video-section.absolute_tablet .video-bg {
        height: 60vh;
        width: 100%;
        object-fit: cover;
        object-position: center; }
      .video-section.absolute_tablet.about_wrapper .video-bg {
        height: 80vh;
        object-position: left; }
    .video-section .video-bg {
      position: relative;
      height: auto;
      width: 150%;
      margin-bottom: -6px; }
    .video-section .btn.btn-blue {
      background-color: white; }

  .video-wrapper .entry_content .inner_container {
    padding: 10px 50px; }

  .sec-content .sub-title {
    color: white; }

  .video-rt {
    float: right; }

  .section-title, .section-title2 {
    font-size: 68px;
    line-height: 1em;
    color: #030303; }
    .section-title span, .section-title2 span {
      color: #ffffff; }

  .sec-content button {
    background-color: #fff; }

  .lead {
    font-size: 32px;
    line-height: 1.3em; }

  .site-footer .container {
    padding: 0px 50px; }
  .site-footer .footer-info {
    flex-direction: column !important; }
  .site-footer .footer-info {
    display: flex;
    gap: 10px; }
  .site-footer .footer-top h2 {
    font-size: 44px;
    line-height: 1.3em; }

  .sidebar_wrapper {
    margin-top: 50px; } }

@media (max-width: 667px) {
  main .container {
    padding: 0px 30px; }

  .navbar-brand img {
    height: 30px; }

  .navbar-toggler .line {
    width: 26px;
    height: 3px; }

  .navbar-toggler .line:nth-child(2) {
    margin: 4px 0px; }

  .max-tablet {
    padding: 0px 30px; }

  .box-wrapper .entry_img {
    margin-bottom: 30px; }

  .box-wrapper .sec-content .sub-title{
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 8px;
    color: #49ccd0;
    font-weight: 300;
    font-family: "Sora";  }

  .box-wrapper .sec-content h3{
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #000000;
    font-weight: 300;
    font-family: "Sora";  }
    
  .box-wrapper .sec-content .lead{
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 17px;
    color: #030303;
    font-weight: 300;
    font-family: "Sora";  }

  .box-wrapper  .sec-content .entry_list {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 17px;
    color: #030303;
    font-weight: 300;
    font-family: "Sora"; 
  }

  .video-section .video-content {
    padding-left: 30px;
    padding-right: 30px; }
  .video-section.absolute_tablet .video-bg {
    height: 70vh; }

  .bg-lighblue .sub-title {
    color: #49ccd0; }

  .video-wrapper .entry_content .inner_container {
    padding: 10px 30px; }

  .section-title, .section-title2 {
    font-size: 28px; }

  .content-wrapper .lead {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #030303;
    font-weight: 300;
    font-family: "Sora"; }

  .content-wrapper .section-title {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #000000;
    font-family: "Sora"; }

    .content-wrapper .section-title strong{
      font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #000000;
    font-family: "Sora";
      font-weight: 700; }

    .content-wrapper .sec-content .sub-title {
      font-size: 12px;
      letter-spacing: 0px;
      line-height: 11px;
      color: #ffffff;
      font-weight: 300;
      font-family: "Sora";
    }

    .about_deve-loop .sec-content .section-title {
      font-size: 22px;
      letter-spacing: 0px;
      line-height: 26px;
      color: #030303;
      font-weight: 300;
      font-family: "Sora";  }

      .about_deve-loop .sec-content .sub-title {
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 7px;
        color: #49ccd0;
        font-weight: 300;
        font-family: "Sora";
      }

      .about_deve-loop .sec-content .lead{
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 16px;
        color: #030303;
        font-weight: 300;
        font-family: "Sora";
      }

      .video-wrapper .entry_content .inner_container .title{
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 28px;
        color: #000000;
        font-weight: 300;
        font-family: "Sora";  }

  .lead {
    font-size: 16px; }

  .single_post .entry_content .title {
    font-size: 32px; }
  .single_post .entry_header .entry_thumbnail .date {
    left: 20px;
    bottom: 20px; }

  .footer-top h2 {
    font-size: 32px; }

  .site-footer .container {
    padding: 0px 10px; }
  .site-footer .footer-top h2 {
    font-size: 32px; }

  .video-section.job_wrapper .video-bg {
    height: 40vh;
    object-position: center; }
  .video-section .video-content .sec-content .section-title{
    font-size: 34px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #030303;
    font-weight: 300;
    font-family: "Sora";  }

  .nav-item .search-container {
    right: 110px;
    top: 25px; } }

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