@font-face {
  font-family: "Hedvig Letters";
  src: url("../fonts/Hedvig_Letters_Sans/HedvigLettersSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk Light";
  src: url("../fonts/Space_Grotesk/static/SpaceGrotesk-Light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk Medium";
  src: url("../fonts/Space_Grotesk/static/SpaceGrotesk-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk SemiBold";
  src: url("../fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk Bold";
  src: url("../fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/static/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto/static/Roboto-Light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto/static/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiBold";
  src: url("../fonts/Roboto/static/Roboto-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto/static/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Black";
  src: url("../fonts/Roboto/static/Roboto-Black.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #FFFFFF;
  font-family: "Space Grotesk";
  font-size: 16px;
  line-height: 1.4;
  background: #272727;
}

h1, h2, h3,
h1 p, h2 p, h3 p {
  font-family: "Space Grotesk Medium";
  font-weight: 700;
  color: #CCCCCC;
}

h4, h5, h6,
h4 p, h5 p, h6 p {
  font-family: "Space Grotesk";
  font-weight: 600;
  color: #CCCCCC;
}

h1,
h1 p {
  line-height: 1;
  font-size: 82px;
}

h2,
h2 p {
  line-height: 1.2;
  font-size: 62px;
}

h3,
h3 p {
  line-height: 1.3;
  font-size: 42px;
}

h4,
h4 p {
  line-height: 1.3;
  font-size: 24px;
}

h5,
h5 p {
  line-height: 1.3;
  font-size: 18px;
}

h6,
h6 p {
  line-height: 1.3;
  font-size: 20px;
}

p {
  line-height: 1.3;
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Space Grotesk";
  font-weight: 400;
}

strong {
  font-family: "Roboto SemiBold";
}

.blog-details-content p {
  font-size: 18px;
}

.container {
  max-width: 1320px;
}

a {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #EF4B25;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
a:hover {
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

ul li {
  line-height: 1.3;
}

.is_onmobile {
  display: none;
}

.no_mobile {
  display: contents;
}

.no_mobile_hero {
  display: block;
}

.right_side {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

svg {
  -webkit-background-clip: text;
}

iframe {
  background: #fff;
  border-radius: 10px;
}

.header_top {
  background: #D9D9D9;
  height: 40px;
}
.header_top .header_top_contacts, .header_top a, .header_top i {
  font-size: 14px;
  line-height: 1.4;
  color: #272727;
}
.header_top .header_top_contacts i, .header_top a i, .header_top i i {
  margin-right: 10px;
}

header {
  padding: 20px 50px;
}
header .custom-logo {
  width: 130px;
  height: auto;
}
header .sticky-logo .custom-logo {
  width: 130px;
  height: auto;
}

.cta_btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #CCCCCC;
  font-family: "Roboto Bold";
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}
.cta_btn:hover {
  color: #FFFFFF !important;
  background: #EF4B25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #272727;
}

.search_form_panel .read_more_link {
  margin-right: 20px;
  margin-top: 40px;
}
.search_form_panel .read_more_link::after {
  content: none !important;
}
.search_form_panel .read_more_link::before {
  font-family: bootstrap-icons;
  content: "\f12f";
  margin-right: 10px;
  top: 3px;
  position: relative;
}

.delay-sm {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-sm-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-sm-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.lost_page .container {
  padding: 250px 0;
}
.lost_page h1 {
  font-size: 300px;
  color: #DEDEDE;
  font-weight: 900;
  text-align: center;
  line-height: 363px;
}
.lost_page h2 {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  line-height: 44px;
  margin-bottom: 50px;
}
.lost_page .cta_btn {
  color: #EF4B25;
  font-style: capitalize;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  border-left: 2px solid #CCCCCC;
}
.lost_page .cta_btn::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 50px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lost_page .cta_btn::after {
  display: none;
}
.lost_page .cta_btn:hover {
  color: #FFFFFF !important;
  background: #EF4B25 !important;
  border-left: 2px solid #EF4B25 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.lost_page .cta_btn:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 60px;
}
.lost_page .lost_search {
  padding: 60px 0 80px 0;
  background: #272727;
  border-bottom: 10px solid #272727;
  overflow: hidden;
}
.lost_page .lost_search h6 {
  color: #D9D9D9;
  margin-bottom: 50px;
  font-weight: 300;
}
.lost_page .lost_search .search .search-field {
  padding: 10px 15px;
  border: 0;
  border-radius: 15px;
}
.lost_page .lost_search .search .search-submit {
  background-size: inherit;
  background: #272727;
  border-radius: 30px;
  color: #D9D9D9;
  border: 0;
  padding: 12px 25px;
}

.header_area .site_name {
  text-decoration: none;
  color: #D9D9D9;
  font-size: 22px;
  font-family: "Roboto Medium";
}
.header_area.float_header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
}

.header_area.header_sticky {
  position: fixed;
  top: 0;
  z-index: 99999;
  padding: 20px 50px;
  width: 100%;
}
.header_area.header_sticky ul li a {
  color: #FFFFFF;
}
.header_area.header_sticky .getstart_btn {
  color: #272727;
}

header .site-navigation {
  background: rgba(45, 45, 45, 0.5);
  padding: 25px 30px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
header .site-navigation ul {
  padding: 0;
}

.sticky-logo {
  display: none;
}

.site-navigation {
  --mega-width: 100%;
  --mega-extra: 0px;
}
.site-navigation .menu {
  margin-bottom: 0;
  position: relative;
  gap: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-navigation .menu > li {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.site-navigation .menu > li:first-child a {
  border-left: none;
}
.site-navigation .menu > li a {
  text-decoration: none;
  color: #CCCCCC;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 15px;
  border-left: 1px solid #CCCCCC;
}
.site-navigation .menu > li a:hover {
  color: #FFFFFF;
  background: #EF4B25;
  border-left: 1px solid #EF4B25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-toggler-icon {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 999;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 2em;
  height: 2em;
}

.header_sticky .navbar-toggler-icon {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 999;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

footer {
  background: #272727;
  position: relative;
  padding-top: 100px;
}
footer h2 {
  color: #CCCCCC;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 600;
}
footer h3 {
  color: #CCCCCC;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .site-branding .footer-logo {
  width: 150px;
  margin-bottom: 30px;
}
footer .site-branding .read_more_link {
  color: #EF4B25;
  font-style: capitalize;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  border-left: 2px solid #CCCCCC;
}
footer .site-branding .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 50px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .site-branding .read_more_link:hover {
  color: #FFFFFF !important;
  background: #EF4B25 !important;
  border-left: 2px solid #EF4B25 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
footer .site-branding .read_more_link:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 60px;
}
footer ul {
  list-style: none;
  margin: 0;
}
footer p {
  color: #CCCCCC;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
footer p:last-child {
  margin-bottom: 0;
}
footer a {
  color: #272727;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  color: #CCCCCC;
}
footer .footer_description {
  margin: 0 auto;
  max-width: 650px;
}
footer .footer_nav {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
footer .footer_nav .site-navigation {
  margin: 0 auto;
}
footer .footer_nav .site-navigation .menu {
  border-radius: 60px;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_nav .site-navigation .menu li a {
  color: #272727;
  text-decoration: none;
  font-size: 18px;
  color: #CCCCCC;
  border: 0 !important;
}
footer .footer_nav .site-navigation .menu li a:hover {
  color: #FFFFFF;
  background: #EF4B25;
  border-left: 1px solid #EF4B25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_copyright {
  background: #222222;
}
footer .footer_copyright .copyright_data,
footer .footer_copyright .footer_copyright_menu {
  padding: 20px 0;
}
footer .footer_copyright .copyright_data,
footer .footer_copyright .footer_copyright_menu a {
  color: #616060;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .footer_copyright .footer_copyright_menu a:hover {
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-banner {
  position: relative;
  margin-bottom: 50px;
}
.blog-banner .banner_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
}
.blog-banner img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_header_container {
  background-size: cover;
  padding-top: 100px;
  background-position: 50% 50%;
  margin-bottom: 50px;
  min-height: 100px;
}

.no_padding .page_header_container {
  margin-bottom: 0px;
}

.blog-details-area .container .banner-inner .page-title {
  font-size: 62px;
  line-height: 72px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.blog-details-area .container .first-title {
  font-size: 62px !important;
  line-height: 72px !important;
}
.blog-details-area .container .blog-details-content {
  position: relative;
}
.blog-details-area .container .blog-details-content p {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.blog-details-area .container .blog-details-content ul, .blog-details-area .container .blog-details-content ol {
  margin-left: 25px;
  margin-bottom: 25px;
}
.blog-details-area .container .blog-details-content ul li,
.blog-details-area .container .blog-details-content ol li {
  width: 85%;
  margin: 0 auto;
}
.blog-details-area .container .blog-details-content h2 {
  width: 85%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-area .container .blog-details-content h3 {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.blog-details-area .container .blog-details-content .wp-block-embed__wrapper iframe {
  width: 90%;
  height: 35vw;
  margin: 0 auto;
  display: block;
}
.blog-details-area .container img {
  width: 100%;
  height: auto;
}
.blog-details-area .container .banner-inner img {
  width: 100%;
  height: 100%;
  max-height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-area .container .wp-block-image {
  margin: 50px 0;
}
.blog-details-area .container .wp-block-image img {
  height: auto;
}
.blog-details-area .container ul {
  padding-left: 1em;
}
.blog-details-area .container ul li {
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto";
}
.blog-details-area .container .block_infobox {
  background: #D9D9D9;
  border-radius: 40px;
  padding: 50px 5vw;
  width: 100vw;
  translate: -12vw;
  margin-bottom: 50px;
}
.blog-details-area .container .block_infobox h2 {
  color: #272727;
  font-size: 62px;
  line-height: 128.5%;
  margin-top: 0;
}
.blog-details-area .container .block_infobox h6 {
  color: #D9D9D9;
  font-size: 24px;
  line-height: 20px;
}
.blog-details-area .container .block_infobox p {
  color: #fff;
}
.blog-details-area .container .block_infobox a {
  color: #272727;
  text-decoration: none;
  font-family: "Roboto";
  color: #D9D9D9;
}
.blog-details-area .container .block_infobox a:hover {
  border-bottom: 0;
  color: #272727;
}
.blog-details-area .container .block_infobox .block_infobox_btn a {
  color: #EF4B25;
  font-style: capitalize;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  border-left: 2px solid #CCCCCC;
}
.blog-details-area .container .block_infobox .block_infobox_btn a::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 50px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.blog-details-area .container .block_infobox .block_infobox_btn a {
  margin-bottom: 30px;
  display: inline-block;
}
.blog-details-area .container .block_infobox .block_infobox_btn a:hover {
  color: #FFFFFF !important;
  background: #EF4B25 !important;
  border-left: 2px solid #EF4B25 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.blog-details-area .container .block_infobox .block_infobox_btn a:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 60px;
}
.blog-details-area .container .block_infobox .block_infobox_btn a:hover {
  color: #fff;
  text-decoration: none;
}
.blog-details-area .container .event_infobox {
  translate: 0 !important;
}
.blog-details-area .container .event_infobox .gform_button {
  padding: 8px 30px;
  background: #DD2228;
  border-radius: 30px;
  color: #fff;
  border: 0;
  margin: 0 auto;
}
.blog-details-area .container .event_infobox input, .blog-details-area .container .event_infobox textarea, .blog-details-area .container .event_infobox select {
  border: 0;
  padding: 10px 20px !important;
  border-radius: 20px;
  font-size: 15px;
  color: #333;
  background: #fff;
  font-family: Verdana, Tahoma, sans-serif;
}
.blog-details-area .container .event-details {
  margin-bottom: 15px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.blog-details-area .container .event-details a {
  text-decoration: none;
  color: #000;
}
.blog-details-area .container .event-details a:hover {
  text-decoration: underline;
}
.blog-details-area .container .event-details i {
  margin-right: 10px;
}

.social-sharing-section {
  margin-top: 50px;
}
.social-sharing-section .social-sharing a {
  color: #272727;
  text-decoration: none;
  font-size: 21px;
  margin-right: 10px;
}
.social-sharing-section .social-sharing a:hover {
  color: #000;
}

.project-details-area {
  background: #303030;
  padding-bottom: 100px;
}
.project-details-area .blog-content-area {
  padding-top: 100px;
}
.project-details-area .blog-content-area .articles-item {
  padding-bottom: 150px;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.project-details-area .blog-content-area .articles-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: #CCCCCC;
}
.project-details-area .blog-content-area .projects_attributes_grid {
  margin-top: 75px;
  padding: 0;
}
.project-details-area .blog-content-area .projects_attributes_grid .attributes_item {
  border: 1px solid #CCCCCC;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-details-area .blog-content-area .projects_attributes_grid .attributes_item .attribut_name {
  margin: 0;
  line-height: 1;
  font-size: 86px;
}
.project-details-area .blog-content-area .projects_attributes_grid .attributes_item .attribut_parameter {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 24px;
  font-family: "Roboto Light";
}

.related_articles {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
.related_articles h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.related_articles .more_posts {
  text-decoration: none;
  color: #272727;
  margin-left: 50px;
  margin-bottom: 30px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}
.related_articles .more_posts:hover {
  color: #D9D9D9;
}
.related_articles .more_posts:hover::after {
  color: #D9D9D9;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  background: #272727;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-repeat: no-repeat;
  background-position: 50% 5%;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7529411765);
  pointer-events: none;
  z-index: 1;
}
.hero-section .top_icon {
  margin-bottom: 50px;
}
.hero-section .hero-container {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  background: none;
}
.hero-section .hero-container h1 {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 82px;
}
.hero-section .hero-container .hero-content {
  font-weight: 400;
  line-height: 1.3;
  font-size: 18px;
  font-family: "Roboto Light";
  color: #FFFFFF;
}
.hero-section .hero-container .hero-content p {
  color: #FFFFFF;
  line-height: 1.3;
  font-size: 18px;
}
.hero-section .hero-container .read_more_link {
  color: #EF4B25;
  font-style: capitalize;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  border-left: 2px solid #CCCCCC;
}
.hero-section .hero-container .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 50px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hero-section .hero-container .read_more_link {
  margin-top: 50px;
}
.hero-section .hero-container .read_more_link:hover {
  color: #FFFFFF !important;
  background: #EF4B25 !important;
  border-left: 2px solid #EF4B25 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.hero-section .hero-container .read_more_link:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 60px;
}

.two_columns_section {
  padding: 150px 0;
  z-index: 1;
  position: relative;
  background: #303030;
}
.two_columns_section .section_two_columns h2 {
  line-height: 1.2;
  color: #D9D9D9;
  margin-bottom: 20px;
}
.two_columns_section .section_two_columns .read_more_link {
  color: #EF4B25;
  font-style: capitalize;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  border-left: 2px solid #CCCCCC;
}
.two_columns_section .section_two_columns .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 50px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.two_columns_section .section_two_columns .read_more_link {
  margin-top: 50px;
}
.two_columns_section .section_two_columns .read_more_link:hover {
  color: #FFFFFF !important;
  background: #EF4B25 !important;
  border-left: 2px solid #EF4B25 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.two_columns_section .section_two_columns .read_more_link:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 60px;
}
.two_columns_section .section_two_columns .parameters_grid_blocks {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
}
.two_columns_section .section_two_columns .parameters_grid_blocks .parameter_item {
  text-align: left;
}
.two_columns_section .section_two_columns .parameters_grid_blocks .parameter_item .parameter_item_value {
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  color: #EF4B25;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: "Space Grotesk SemiBold";
}
.two_columns_section .section_two_columns .parameters_grid_blocks .parameter_item .parameter_item_name {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #CCCCCC;
  margin-bottom: 0;
  font-family: "Roboto";
}
.two_columns_section .section_two_columns .two_columns_image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.two_columns_section .section_two_columns .content {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Roboto";
}

.contactus_section {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.contactus_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: #CCCCCC;
}
.contactus_section .contact-title {
  margin-bottom: 35px;
}
.contactus_section .social_links {
  margin-top: 30px;
}
.contactus_section .social_links a {
  font-size: 32px;
  margin-right: 15px;
}
.contactus_section .contactus_info_data {
  margin-bottom: 15px;
}
.contactus_section .contactus_info_data a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #CCCCCC;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.contactus_section .contactus_info_data a:hover {
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contactus_section .contactus_info_data a:hover i {
  color: #FFFFFF;
}
.contactus_section .contactus_info_data i {
  color: #EF4B25;
  font-size: 20px;
  margin-right: 10px;
}
.contactus_section .gform_wrapper form .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.contactus_section .gform_wrapper form .gform_body .gform_fields .gfield {
  margin-bottom: 0;
}
.contactus_section .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
  display: none;
}
.contactus_section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  color: #CCCCCC;
  font-family: "Roboto Light";
  font-size: 20px;
  font-weight: 400;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contactus_section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.contactus_section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.contactus_section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.contactus_section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-ms-input-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.contactus_section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.contactus_section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus {
  border-bottom-color: #FFFFFF;
  color: #FFFFFF;
}
.contactus_section .gform_wrapper form .gform-footer {
  margin-top: 30px;
}
.contactus_section .gform_wrapper form .gform-footer input[type=submit] {
  background: transparent !important;
  border-left: 2px solid #CCCCCC !important;
  color: #EF4B25 !important;
  font-family: "Roboto" !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  margin-top: 50px !important;
  padding: 15px 30px !important;
  cursor: pointer;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 !important;
  gap: 10px;
}
.contactus_section .gform_wrapper form .gform-footer input[type=submit]:hover {
  color: #FFFFFF !important;
  background: #EF4B25 !important;
  border-left: 2px solid #EF4B25 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.team-section {
  padding: 100px 0;
  background: #272727;
  color: #CCCCCC;
}
.team-section h2 {
  margin-bottom: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.team-section .team_grid_item {
  margin-bottom: 30px;
  cursor: pointer;
}
.team-section .team_grid_item .parameter_item_name {
  font-size: 24px;
  font-family: "Roboto SemiBold";
}
.team-section .team_grid_item .parameter_item_status {
  font-size: 22px;
  font-family: "Roboto";
}
.team-section .team_grid_item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
}
.team-section .team_grid_item .parameter_item_desrciption {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Space Grotesk";
  min-height: 100px;
  display: block;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.team-section .team_grid_item:hover h4 {
  color: #EF4B25;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.team-section .team_grid_item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.team-section .team_grid_item:hover .parameter_item_desrciption {
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.team-section .team-section-content {
  margin-top: 50px;
}
.team-section .team-section-content h4 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.team-section .team-section-content .team-content {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Space Grotesk";
}
.team-section .team-section-content .read_more_link {
  color: #EF4B25;
  font-style: capitalize;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  border-left: 2px solid #CCCCCC;
}
.team-section .team-section-content .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 50px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.team-section .team-section-content .read_more_link:hover {
  color: #FFFFFF !important;
  background: #EF4B25 !important;
  border-left: 2px solid #EF4B25 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.team-section .team-section-content .read_more_link:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 60px;
}

.text_editor_section a {
  text-decoration: underline;
  font-family: "Roboto Light";
}

.projects_articles {
  padding-top: 150px;
  padding-bottom: 0;
  background: #303030;
  position: relative;
  overflow: hidden;
}
.projects_articles .all_posts_link {
  margin-bottom: 30px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.projects_articles .all_posts_link:hover {
  color: #616060;
}
.projects_articles h2 {
  margin-bottom: 50px;
  margin-right: 50px;
}
.projects_articles .post_item {
  margin-bottom: 150px;
}
.projects_articles .post_item:last-child {
  margin-bottom: 0;
}
.projects_articles .projects-content {
  margin-bottom: 100px;
}
.projects_articles .articles-item {
  padding-bottom: 150px;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.projects_articles .articles-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: #CCCCCC;
}
.projects_articles .articles-item a {
  text-decoration: none;
}
.projects_articles .articles-item h3 {
  margin-bottom: 30px;
}
.projects_articles .articles-item h3 a {
  color: #D9D9D9;
}
.projects_articles .articles-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects_articles .articles-item .articles-content {
  position: relative;
  border-radius: 0 0 20px 20px;
  color: #FFFFFF;
  padding: 40px 20px;
}
.projects_articles .articles-item .articles-content p {
  color: #fff;
  margin-bottom: 40px;
}
.projects_articles .articles-item .learn-more {
  color: #EF4B25;
  font-style: capitalize;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  border-left: 2px solid #CCCCCC;
}
.projects_articles .articles-item .learn-more::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 50px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.projects_articles .articles-item .learn-more:hover {
  color: #FFFFFF !important;
  background: #EF4B25 !important;
  border-left: 2px solid #EF4B25 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.projects_articles .articles-item .learn-more:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 60px;
}
.projects_articles .articles-item .projects_attributes_grid {
  margin-top: 75px;
  padding: 0;
}
.projects_articles .articles-item .projects_attributes_grid .attributes_item {
  border: 1px solid #CCCCCC;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects_articles .articles-item .projects_attributes_grid .attributes_item .attribut_name {
  margin: 0;
  line-height: 1;
  font-size: 86px;
}
.projects_articles .articles-item .projects_attributes_grid .attributes_item .attribut_parameter {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 24px;
  font-family: "Roboto Light";
}
.projects_articles .posts-carousel .post_item {
  margin-bottom: 100px;
}
.projects_articles .posts-carousel .articles-item {
  padding-bottom: 100px;
}
.projects_articles #tns1 > .tns-item {
  padding-left: 30px;
  padding-right: 30px;
}
.projects_articles .tns-nav,
.projects_articles .tns-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.projects_articles .tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0;
  z-index: 12;
}
.projects_articles .tns-nav button {
  border: 0;
  width: 30px;
  height: 30px;
  background: rgba(150, 150, 150, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.projects_articles .tns-nav button:hover {
  background: #EF4B25;
}
.projects_articles .tns-nav .tns-nav-active {
  background: #EF4B25;
  width: 50px;
  height: 20px;
  border-radius: 10px;
}
.projects_articles .tns-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  z-index: 11;
  width: 40%;
}
.projects_articles .tns-controls button {
  border: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.projects_articles .tns-controls button:hover {
  background: #EF4B25;
}
.projects_articles .tns-controls button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.projects_articles .tns-controls button[data-controls=prev]::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.projects_articles .tns-controls button[data-controls=next]::before {
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
}
.projects_articles [data-action=stop],
.projects_articles [data-action=start] {
  display: none !important;
}
.projects_articles .load-more-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.projects_articles .load-more-container .load-more-btn {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  padding: 15px 30px;
  text-decoration: none;
}
.projects_articles .load-more-container .load-more-btn:hover {
  color: #616060;
}
.projects_articles .load-more-container .loading-animation img {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.projects_articles :not(:root:root) .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.projects_articles :not(:root:root) .equal-height > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

@media screen and (max-width: 2500px) {
  .mob-break {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  footer .footer_nav {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-section .hero-container h1 {
    font-size: 64px;
    line-height: 1.1;
  }
  header,
  .header_area.header_sticky {
    padding: 20px 40px;
  }
  footer,
  section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 900px) {
  .mob-break {
    display: inline;
  }
  .hero_title wbr {
    display: inline;
  }
}
@media (min-width: 901px) {
  .hero_title wbr {
    display: none;
  }
}
@media screen and (max-width: 845px) {
  .is_onmobile {
    display: contents;
  }
  .no_mobile {
    display: none;
  }
  .no_mobile_hero {
    display: none;
  }
  .header_area .site-header {
    padding: 20px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 9999;
    position: relative;
  }
  .header_area .no_mobile {
    display: none !important;
  }
  .header_area .is_onmobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header_area .navbar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .header_area .navbar .navbar-brandlogo_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_area .navbar .navbar-brandlogo_area .normal-logo-mobile,
  .header_area .navbar .navbar-brandlogo_area .sticky-logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_area .navbar .navbar-brandlogo_area .normal-logo-mobile img,
  .header_area .navbar .navbar-brandlogo_area .sticky-logo-mobile img {
    max-height: 60px;
    width: auto;
  }
  .header_area .navbar .header_top_widget {
    margin-right: auto;
    margin-left: 20px;
  }
  .header_area .navbar-toggler {
    border: none;
    background: transparent;
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1000;
  }
  .header_area .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
  .header_area .navbar-toggler-icon {
    position: static;
    right: auto;
    top: auto;
  }
  .header_area.header_sticky .site-header {
    padding: 15px 25px;
    background: rgba(38, 38, 38, 0.7);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 9999;
  }
  .mob_menu {
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 150px 20px 40px;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .mob_menu.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .mob_menu .header_top_widget {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mob_menu .site-navigation .menu {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    background: transparent;
    border-radius: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.2;
    width: 80%;
    margin: 0 auto;
  }
  .mob_menu .site-navigation .menu::before, .mob_menu .site-navigation .menu::after {
    display: none;
  }
  .mob_menu .site-navigation .menu > li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
  }
  .mob_menu .site-navigation .menu > li:last-child {
    border-bottom: none;
  }
  .mob_menu .site-navigation .menu > li > a.nav-link {
    display: block;
    padding: 18px 0;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .mob_menu .site-navigation .menu > li > a.nav-link::before {
    display: none;
  }
  .mob_menu .site-navigation .menu > li > a.nav-link:hover, .mob_menu .site-navigation .menu > li > a.nav-link:focus {
    color: #D9D9D9;
  }
  .two_columns_section .section_two_columns .parameters_grid_blocks {
    margin-top: 100px;
  }
  .section_two_columns .parameters_grid_blocks {
    margin-top: 50px;
  }
  .parameter_item_name {
    font-size: 18px !important;
  }
  .parameter_item_value {
    font-size: 52px !important;
  }
  .section_two_columns .parameters_grid_blocks {
    gap: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  h2, h2 p {
    font-size: 52px;
  }
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .footer_content {
    margin-bottom: 50px;
  }
  footer .footer_nav {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .footer_nav_col_1, .footer_nav_col_2 {
    margin-bottom: 30px;
  }
  .footer_content_item {
    margin-bottom: 30px;
  }
  .hero-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .hero-section .hero-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-section .hero-container h1 {
    line-height: 1.1;
    font-size: 56px;
  }
  h2,
  h2 p {
    line-height: 1.2;
    font-size: 62px;
  }
  h3,
  h3 p {
    line-height: 1.2;
    font-size: 46px;
  }
  .mob_menu .site-navigation .menu > li {
    margin-bottom: 20px;
  }
  .site-navigation .menu > li a {
    font-size: 22px;
    padding: 10px 20px;
    display: block;
  }
  .team-section {
    padding: 50px 0;
  }
  .team-section .team-section-content .team-content {
    margin-top: 50px;
    width: 100% !important;
  }
  .team-section .team_grid_item .parameter_item_desrciption {
    height: 0;
    min-height: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .team-section .team_grid_item:hover .parameter_item_desrciption {
    height: 100%;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .team-section .team_grid_item img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }
  .articles-item .row {
    margin-right: 0;
    margin-left: 0;
  }
  .projects_articles .articles-item .projects_attributes_grid .attributes_item {
    margin-bottom: 30px;
  }
  .projects_articles .posts-carousel .articles-item {
    padding-bottom: 50px;
  }
  .projects_articles .tns-controls button {
    width: 60px;
    height: 60px;
  }
  .projects_articles .tns-controls {
    width: 80%;
  }
  footer {
    padding-top: 50px;
  }
  footer .footer_nav .site-navigation .menu {
    border-radius: 0;
    gap: 10px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer_nav .site-navigation .menu li a {
    font-size: 16px;
    padding: 5px 10px;
  }
  footer .footer_description {
    margin-top: 50px;
  }
  footer .footer_copyright .copyright_data,
  footer .footer_copyright .footer_copyright_menu {
    padding: 10px 0;
  }
  .contactus_section {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 641px) {
  .two_columns_section .section_two_columns .parameters_grid_blocks {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 25px;
    width: 80%;
    margin: 0 auto;
  }
  .two_columns_section {
    padding: 100px 0;
  }
  .two_columns_image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .two_columns_section .section_two_columns .two_columns_image img {
    width: 80%;
    margin-top: 50px;
  }
  .parameter_item_name {
    font-size: 24px !important;
  }
  .parameter_item_value {
    font-size: 86px !important;
  }
  .team-section .team_grid_item .parameter_item_desrciption {
    height: 100% !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 581px) {
  .footer_nav_col_3 {
    margin-bottom: 30px;
  }
  footer .footer_copyright,
  .footer_copyright_menu {
    text-align: center !important;
  }
  footer .footer_copyright ul,
  .footer_copyright_menu ul {
    padding: 0;
  }
}
@media screen and (max-width: 481px) {
  .hero-section .hero-container h1 {
    line-height: 1.2;
    font-size: 36px;
  }
  h2,
  h2 p {
    font-size: 34px;
  }
  h3,
  h3 p {
    font-size: 32px;
  }
  h2.w-50,
  h2.w-75,
  h3.w-50,
  h3.w-75 {
    width: 100% !important;
    max-width: 100% !important;
  }
  header,
  .header_area.header_sticky {
    padding: 20px 20px;
  }
  .hero-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .hero-section .hero-container h1 {
    font-size: 36px;
  }
  footer h2 {
    font-size: 32px;
  }
  footer .footer_content {
    margin-bottom: 20px;
  }
  .contactus_section .contactus_info_card img {
    width: 50px;
    height: 50px;
  }
  .contactus_section .contactus_info_data i {
    display: none;
  }
  .projects_articles .articles-item .projects_attributes_grid .attributes_item .attribut_name {
    font-size: 52px;
  }
  .mob_menu {
    padding: 120px 20px 20px;
  }
  .projects_articles .tns-nav button {
    width: 15px;
    height: 15px;
  }
  .projects_articles .tns-nav .tns-nav-active {
    width: 30px;
    height: 15px;
  }
  .projects_articles .tns-controls button {
    width: 40px;
    height: 40px;
  }
  .projects_articles {
    padding-top: 50px;
  }
  .projects_articles .articles-item .articles-content {
    padding: 0;
  }
  footer .site-branding .footer-logo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 421px) {
  .hero-container.container-fluid,
  .hero-section,
  footer,
  section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .hero-container.container-fluid .col-12,
  .hero-section .col-12,
  footer .col-12,
  section .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer_nav .site-navigation {
    padding: 0;
  }
  footer .footer_nav .site-navigation .menu {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer_nav .site-navigation .menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 381px) {
  .hero-section .hero-container h1 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 900;
    font-family: "Space Grotesk Bold";
  }
  h2, h2 p {
    font-size: 32px;
    font-family: "Space Grotesk Bold";
  }
  .two_columns_section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 361px) {
  .hero-section .hero-container h1 {
    font-size: 36px;
  }
  h2, h2 p {
    font-size: 32px;
  }
  h3, h3 p {
    font-size: 24px;
  }
  .team-section .team_grid_item .parameter_item_desrciption,
  p {
    line-height: 1.4;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */