@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@font-face {
    font-family: 'LINE Seed Sans';
    src: url('assets/fonts/line-seed/LINESeedSans-Regular.woff2') format('woff2'),
        url('assets/fonts/line-seed/LINESeedSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LINE Seed Sans';
    src: url('assets/fonts/line-seed/LINESeedSans-Bold.woff2') format('woff2'),
        url('assets/fonts/line-seed/LINESeedSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Regular'), url('assets/fonts/dm-sans/DMSans-Regular.woff') format('woff');
}
    
@font-face {
    font-family: 'DM Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Italic'), url('assets/fonts/dm-sans/DMSans-Italic.woff') format('woff');
}
    

@font-face {
    font-family: 'DM Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Medium'), url('assets/fonts/dm-sans/DMSans-Medium.woff') format('woff');
}
    

@font-face {
    font-family: 'DM Sans Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Medium Italic'), url('assets/fonts/dm-sans/DMSans-MediumItalic.woff') format('woff');
}
    

@font-face {
    font-family: 'DM Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Bold'), url('assets/fonts/dm-sans/DMSans-Bold.woff') format('woff');
}
    

@font-face {
    font-family: 'DM Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Bold Italic'), url('assets/fonts/dm-sans/DMSans-BoldItalic.woff') format('woff');
}

/*
Theme Name: Energos
Theme URI: https://wordpress.org/themes/energos/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Energos emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: energos
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (min-width: 1640px) {
  /* Trigger slightly above 1592 to allow for gutters */
  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1592px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-base);
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
:root {
  --font-base: 'DM Sans Regular';
  /*--font-heading: "LINE Seed JP", sans-serif;*/
  --font-heading:'LINE Seed Sans';
  --fs-base: 16px;
  --lh-base: 24px;
  --fs-second: 18px;
  --color-text: #12293d;
  --color-white: #ffffff;
  --color-bg: #182633;
  --color-subtext: #0e0d0d;
  --size-h1: 56px;
  --size-h2: 48px;
  --size-h3: 40px;
  --size-h4: 32px;
  --size-h5: 24px;
  --size-h6: 12px;
}

p {
  font-family: var(--font-base);
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text);
}
h1 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-white);
  font-size: var(--size-h1);
}
h2 {
  font-family: var(--font-heading);
  font-size: var(--size-h2);
  font-weight: 700;
}
h3 {
  font-family: var(--font-heading);
  font-size: var(--size-h3);
  font-weight: 700;
  margin-bottom: 20px;
}
h4 {
  font-family: var(--font-heading);
  font-size: var(--size-h4);
  font-weight: 700;
}
h5 {
  font-family: var(--font-heading);
  font-size: var(--size-h5);
  font-weight: 700;
}
h6 {
  font-family: var(--font-heading);
  font-size: var(--size-h6);
  font-weight: 700;
}

.mainBtn {
  color: var(--color-white);
  background: #f6921e;
  font-size: 16px;
  border-radius: 9px;
  padding: 12px 20px 12px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f6921e;
}
.mainBtn:hover {
  text-decoration: none;
  background: #182633;
  border: 1px solid #f6921e;
}
.secondary-btn {
  color: #000000;
  background: var(--color-white);
  font-size: 16px;
  border-radius: 8px;
  padding: 12px 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
}
.secondary-btn:hover {
  text-decoration: none;
  background: #182633;
  border: 1px solid #182633;
  color: #ffffff;
}
.borderBtn {
  color: #f6921e;
  background: #ffffff;
  font-size: 12px;
  border-radius: 8px;
  padding: 6px 15px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f6921e;
}
.borderBtn:hover {
  text-decoration: none;
  background: #f6921e;
  border: 1px solid #f6921e;
  color:#ffffff;
}
input {
  border: 1px solid #d3d6de;
  border-radius: 3px;
  color: #6b7280;
  padding: 4px 14px;
  height: 48px;
  font-size: 14px;
}
textarea {
  border: 1px solid #d3d6de;
  border-radius: 3px;
  color: #6b7280;
  padding: 13px 14px;
  height: 77px;
  font-size: 14px;
  width: 100%;
}
/* ------------------------------
   Links & Inline Elements
--------------------------------*/
a {
  color: var(--color-primary);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
p a{
    text-decoration:underline;
    color: #1b81e9;
}
a:hover,
a:focus {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}
/* ------------------------------
   Lists
--------------------------------*/
ul,
ol {
  list-style-position: outside;
  margin: 0 0 var(--space-md) var(--space-lg);
  padding: 0 0 0 20px;
}

li {
  margin-bottom: var(--space-xs);
}
/* ------------------------------
   Media
--------------------------------*/
img,
picture,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Gutenberg image alignment fix */
.wp-block-image img {
  height: auto;
}
.title-bar {
  float: left;
  width: 100%;
  background: #bea654;
  color: #ffffff;
  padding: 8px 0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.title-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.title-content a {
  text-decoration: underline;
  margin-left: 5px;
}
.title-content a:hover {
  color: #2d2926;
}
.header-container {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}
.home .header-container {
  box-shadow: none;
}
.header-container.is-sticky {
  background-color: var(--color-bg);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.main-menu ul li.current-menu-item.current_page_item > a{
    color:#f6921e;
}
.home .header-container.is-sticky .menu-home-icon{
    margin-top: 8px;
}
.header-container.is-sticky .main-menu ul li.current-menu-item.current_page_item a{
    color:#f6921e;
}
.header-container.is-sticky .header-contents{
    margin-top: 0;
}
.header-container.is-sticky .mainBtn{
    font-size: 14px;
    padding: 5px 15px 5px;
}
.header-container.is-sticky .logo{
    padding:0;
}
.header-container.is-sticky .header-right{
    padding:0;
}
.header-container.is-sticky .logo img {
  transform: scale(0.5);
}
.header-container.is-sticky .header-inner {
  height: 75px;
}
.header-container.is-sticky .title-bar {
  padding: 4px 0;
  font-size: 12px;
}
.header-container.is-sticky .menu ul li a {
  color: #656464;
}
.header-container.is-sticky .main-menu ul li a {
  font-size: 14px;
  color: #ffffff;
}
.header-container.is-sticky .desktop-menu ul {
  gap: 0 40px;
}
.hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #f6921e;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}

#hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.front-page #mainMenu {
  background: #182633;
}
#mainMenu {
  background: #ffffff;
}
.btn-close {
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.btn-close:active,
.btn-close:focus {
  box-shadow: none;
}
.offcanvas-header {
  padding: 25px 20px;
}
.offcanvas-body {
  padding: 25px 20px;
}
.logo {
  float: left;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.front-page .logo{
     padding: 60px 0 0 0;
}
.logo a {
  float: left;
}
.logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo-sticky {
  display: none;
}

#siteHeader.is-sticky .logo-default {
  display: none;
}

#siteHeader.is-sticky .logo-sticky {
  display: block;
}
.header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
.main-menu {
  float: right;
  width: auto;
}
.main-menu ul {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 30px;
  align-items: center;
}
.main-menu ul li {
  float: left;
  list-style: none;
  position:relative;
}
.home .main-menu ul li a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.home .main-menu ul .home-link a{
    font-size:0;
     position:relative;
}
.menu-home-icon{
    display:inline-block;
    width:18px;
    height:18px;
    background:url('assets/images/icons/home.svg') no-repeat center;
    background-size:contain;
    margin-top: 7px;
}
.home .menu-home-icon{
    margin-top: 13px;
}
.home .main-menu ul li a:hover {
  text-decoration: none;
  color: #f6921e;
}
.main-menu ul li a {
  color: #12293d;
  font-size: 16px;
  text-decoration: none;
}
.main-menu ul li ul li a{
    color: #ffffff;
}
.main-menu ul li a:hover {
  text-decoration: none;
  color: #f6921e;
}
.main-menu ul li.contact-menu {
  display: none;
}
.main-menu ul li .sub-menu{
    left: 0;
    top: 150%;
    position:absolute;
    overflow: hidden;
    transition: .2s;
    background-color: #12293D;
    width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    flex-direction:column;
    gap:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-menu ul li:hover .sub-menu{
     top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
.main-menu ul li:hover .menu-icon{
    transform: rotate(-180deg);
}
.main-menu ul li .sub-menu li {
  width: 100%;
  padding: 12px 13px;
}
.home .main-menu ul .menu-item.menu-item-has-children:after{
    content: '\e001';
    font-family: 'energos' !important;
    color: #ffffff;
    font-size: 9px;
    margin: 0px 0 0 8px;
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-menu ul .menu-item.menu-item-has-children:after{
    content: '\e001';
    font-family: 'energos' !important;
    color: #12293D;
    font-size: 9px;
    margin: 0px 0 0 8px;
    position: absolute;
    right: -14px;
    top: 0;
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-menu ul li:hover:after{
    transform: rotate(-180deg);
}
.header-container.is-sticky .main-menu ul .menu-item.menu-item-has-children::after{
    color: #ffffff;
}
.menu-icon {
  position: absolute;
  right: -18px;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-contents .btn.btn-primary {
  display: none;
}
.desktop-menu ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-outer {
  float: left;
  width: 100%;
  background: #ffffff;
}
.banner-container {
  position: relative;
  height: calc(100vh - 20px);
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
}
.hero-media {
  position: absolute;
  inset: 0;
}
.banner-video {
    width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100%;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.45) 40%,
    rgba(0, 0, 0, 0.15) 70%
  );*/
  background: #000000;
}
.hero-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
}
#hamburger {
  display: none;
}
.banner-container::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hero-content h1 {
  padding-bottom: 20px;
}
.hero-content p {
  width: 33%;
  color: var(--color-white);
  font-weight: 400;
  font-size: var(--fs-second);
}
.header-inner {
  float: left;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
}
.header-contents {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home .header-contents{
    margin-top: 60px;
}
.overview-section {
  float: left;
  width: 100%;
  padding: 60px 0;
  margin-bottom: 30px;
}
.overview-content {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  padding:0 50px;
}
.overview-content p{
    font-size:18px;
    color:#12293D;
}
.overview-content h2 {
  margin-bottom: 20px;
}
.overview-content h2 span {
  color: #074472;
}
.overview-content > span {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  color: #4c677e;
  font-weight: 400;
  line-height: 24px;
}
.overview-bottom {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.overview-image {
  float: left;
  width: 86%;
}
.overview-image img {
    height:100%;
    object-fit:cover;
  border-radius: 15px;
}
.right-content {
  float: left;
  width: 30%;
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 40px 40px;
}
.right-content h4 {
  padding-bottom: 15px;
}
.right-content p {
  color: #4c677e;
}
.infrastructure-section {
  float: left;
  width: 100%;
  background: #182633;
  border-radius: 17px;
  padding: 80px 0 65px;
}
.three-grid {
  display: flex;
  gap: 0 15px;
}
.three-grid .image-single .secondary-btn:hover{
    background: #f6921e;
    color: #ffffff;
}
.image-single {
  position: relative;
  width: 33.3%;
  height: 550px;
}
.image-single:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  border-radius: 9px;
}
.image-single img {
  border-radius: 13px;
  height: 100%;
  object-fit: cover;
}
.image-single .image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
  padding: 0 20px;
}
.image-single .image-overlay h4 {
  color: #ffffff;
      width: 135px;
}
.image-single .image-overlay p {
  color: #ffffff;
  width: 260px;
  margin: 0;
}
.image-single .image-overlay .view-more {
  display: flex;
  gap: 0 30px;
  align-items: center;
  justify-content: space-between;
}
.infrastructure-section h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.infrastructure-section p {
  color: #ffffff;
  margin-bottom: 65px;
}
.middle-section {
  float: left;
  width: 100%;
  padding: 90px 0;
}
.insight-section {
  float: left;
  width: 100%;
      padding: 85px 0 0;
}
.insight-grid {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 30px;
  margin-top: 50px;
}
.grid-single {
  float: left;
  width: 33.33%;
  position: relative;
}
.grid-single .mainBtn{
    font-size: 16px;
    padding: 11px 20px 9px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.grid-single p{
    font-size:16px;
    color:#4C677E;
    min-height: 110px;
}
.grid-single img {
  width: 100%;
  height: 332px;
  object-fit: cover;
  border-radius: 9px;
}
.insight-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 0 10px;
  margin-bottom: 20px;
}
.insight-info .news-btn {
  background: rgba(246, 146, 30, 0.3);
  border-radius: 23px;
  width: 60px;
  font-size: 14px;
  height: 29px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-single {
  font-size: 14px;
  position: relative;
}
.dot {
  width: 5px;
  height: 5px;
  background: #12293d;
  border-radius: 100%;
}
.contact-section {
  float: left;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 80px;
}
.contact-inner {
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 40px 45px;
  border-radius: 19px;
  display: flex;
  gap: 0 50px;
}
.contact-left {
  float: left;
  width: 55%;
}
.contact-left h2 {
  color: #12293D;
}
.contact-left h3 {
  margin-bottom: 20px;
}
.contact-left p {
  margin-bottom: 20px;
  color: #4C677E;
  font-size: 18px;
}
.contact-form {
  float: left;
  width: 100%;
}
.field-single {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px 0;
  margin-bottom: 20px;
}
.field-single label {
  color: #12293d;
  font-size: 16px;
  margin-bottom: 10px;
}
.mainfield {
  color: #ffffff;
  border: 0;
  border-radius: 9px;
  width: 100%;
  color: #12293d;
  font-size: 16px;
}
input:active,
input:focus,
textarea:active,
textarea:focus {
  outline-color: #182633;
  outline-style: auto;
}
textarea.mainfield {
  height: 180px;
}
.contact-right {
  float: left;
  width: 41%;
}
.contact-right img {
  border-radius: 19px;
  height: 100%;
  object-fit: cover;
}
.term-checkbox {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 20px;
}
.term-checkbox input#terms {
    width: 20px;
    border-radius: 0;
}
.term-checkbox label a{
    text-decoration:underline;
}
.footer-container {
  float: left;
  width: 100%;
  background: #12293d url("assets/images/icons/footer_image.svg") no-repeat right
    center;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  padding: 65px 0 50px;
  
}
.footer-top {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f6921e;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  margin-bottom: 30px;
}
.contact-info {
  float: left;
  width: auto;
  display: flex;
  flex-direction: column;
}
.contact-single {
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
}
.contact-single address,
.contact-single a {
  color: #ffffff;
  font-size: 14px;
}
.contact-single img {
  margin-top: 5px;
}
.footer-left {
  float: left;
  width: 39%;
}
.footer-right {
  float: left;
  width: 44%;
  display: flex;
  justify-content: flex-end;
  gap: 0 30px;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-menu > span {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  font-family: "LINE Seed Sans";
  font-weight: 700;
  padding-bottom: 13px;
}
.footer-menu ul {
  float: left;
  width: 100%;
  padding: 0;
}
.footer-menu ul li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 8px;
}
.footer-menu ul li a {
  float: left;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
.footer-menu ul li a:hover {
  color: #f6921e;
}
.social-link {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.footer-bottom {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.copyright {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
}
.quick-links {
  float: left;
  width: 100%;
}
.quick-links ul {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 25px;
  justify-content: flex-end;
}
.quick-links ul li {
  float: left;
  list-style: none;
}
.quick-links ul li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}
.quick-links ul li a:hover {
  color: #f6921e;
}
.innerpage-banner img {
  height: 358px;
  object-fit: cover;
  width: 100%;
}
.innerpage-banner {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  margin-top: 130px;
}
.innerpage-banner .hero-content {
  float: left;
  left: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.innerpage-banner .hero-media {
  width: 100%;
  position: relative;
}
.banner-outer {
}
.hero-content h1 {
  width: 600px;
}
/*.innerpage-banner .hero-overlay {*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*}*/
.about-section {
  float: left;
  width: 100%;
  padding: 60px 0 100px;
}
.about-content {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
.about-left {
  float: left;
  width: 24%;
  align-self: center;
}
.about-left h2 {
  margin-bottom: 12px;
}
.about-left p{
    font-size:18px;
    color:#12293D;
}
.about-image {
  float: left;
  width: 70%;
}
.about-image img {
  height: 100%;
  width: 100%;
  border-radius: 19px;
  object-fit: cover;
}
.energos-does {
  float: left;
  width: 100%;
  padding: 60px 0 100px;
}
.energos-does h2 {
  margin-bottom: 18px;
}
.duty-energos p{
    font-size:18px;
    color:#12293D;
}
.bento-grid {
  /*display: grid;*/
  /*grid-template-columns: 1fr 1fr 1fr;*/
  /*grid-template-rows: auto auto auto;*/
  /*gap: 20px;*/
  margin-top: 60px;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.bento-image {
  float: left;
  width: 100%;
  height: 800px;
}
.overlay-cards{
    display:flex;
    gap:0 10px;
    justify-content: center;
}
.overlay-single{
    background: #f8f8f8;
    border-radius: 11px;
    padding:27px 25px 30px;
    width: 23%;
}
.bento-image img {
  float: left;
  width: 100%;
  border-radius: 19px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bento-overlay {
    color: #ffffff;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.overlay-single h6{
    color:#12293d;
    text-transform:none;
    font-size: 20px;
}
.bento-overlay .overlay-single p{
    color:#12293d;
    line-height: 22px;
    margin:0;
}
.bento-grid:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 19px;
}
.bento-card {
  background: #182633;
  border-radius: 15px;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #4b5563;
  font-weight: 700;
   padding: 37px 35px;
   float:left;
   width:100%;
   flex-direction: column;
   justify-content: center;
    align-items: center;
}
.bento-card h5{
    text-align:center;
    color:#ffffff;
    font-size:20px;
    margin-bottom: 18px;
}
.bento-overlay p,
.bento-overlay h5{
    color: #ffffff;
    margin-bottom: 30px;
    
}
.bento-overlay h5{
    padding: 0 47px;
}
.card-large {
  grid-row: span 2;
  min-height: 420px;
  background: #182633;
}
.card-wide {
  grid-column: span 2;
  background: #182633;
  height: 360px;
}

.card-medium {
  background: rgba(7, 68, 114, 0.7);
}
.card-wide .card-overlay h5 {
  width: 330px;
  padding: 0;
}
.card-wide .card-overlay p {
  width: 250px;
}
.bento-card.card-large:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.bento-card.card-wide:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    89.72deg,
    rgba(0, 0, 0, 0.8) 0.24%,
    rgba(0, 0, 0, 0) 69.89%
  );
}
.bento-card.card-medium:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:
   linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(0deg, rgba(7, 68, 114, 0.8), rgba(7, 68, 114, 0.8))
}
.card-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  transition: background 0.3s ease;
  gap: 7px;
}
.card-overlay h5{
    padding: 0 20px 0 0;
    width: 400px;
}
.bento-card p {
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.bento-card ul {
  float: left;
  width: 100%;
  padding: 0;
}
.bento-card ul li {
  float: left;
  width: 100%;
  background: #f8f8f8;
  display: flex;
  justify-content: flex-start;
  align-items:center;
  gap: 0 20px;
  color: #4c677e;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  margin-top: 15px;
  border-radius: 13px;
  padding: 16px 20px;
  font-weight: 400;
}
.bento-card ul li span {
  color: #f6921e;
  font-size: 20px;
  font-weight: 700;
  font-family: 'LINE Seed Sans';
  margin-top: 5px;
}
.bento-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-wide .card-overlay {
  width: 40%;
  top: 0;
}
.card-full .card-overlay {
  top: 0;
  text-align: center;
}
.fleet-assets {
  float: left;
  width: 100%;
  background: #182633;
  border-radius: 21px;
  padding: 75px 0;
}
.fleet-assets h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.fleet-assets p {
  color: #ffffff;
  margin-bottom: 30px;
}
.count-grid {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 40px;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 50px;
}
.count-single {
  float: left;
  width: 33.33%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 225px;
  gap: 15px 0;
}
.count-single a{
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px 0;
}
.count-single .count {
  color: #f6921e;
  font-weight: 700;
  font-size: 84px;
  line-height: 90px;
  font-family: 'LINE Seed Sans';
}
.count-single span {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.info-line {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 30px;
  background: rgba(255, 255, 255, 0.05);
  padding: 32px 35px;
  border-radius: 13px;
}
.info-line p {
  margin: 0;
}
.why-choose {
  float: left;
  width: 100%;
  padding: 80px 0 100px;
}
.choose-block {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 30px;
}
.choose-left {
  flex: 0 0 25%;
}
.choose-left p{
    font-size:18px;
}
.choose-right {
  flex: 0 0 65%;
}
.feature-block {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
  background: #f8f8f8;
  border-radius: 19px;
  padding: 30px 20px 22px;
}
.feature-content p {
  margin: 0;
}
.feature-block img {
  align-self: flex-start;
  width: 48px;
}
.icon-block {
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-box {
  color: #12293d;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgba(7, 68, 114, 0.1);
  height: 92px;
  border-radius: 29px;
  padding: 20px 25px;
  font-family: 'LINE Seed Sans';
  font-weight:700;
}
.meet-team {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.meet-block {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 200px;
}
.meet-container {
  float: left;
  width: 100%;
  background: #12293d url("assets/images/icons/footer_image.svg") no-repeat right
    center;
  border-radius: 21px;
  padding: 40px 0;
}
.meet-block h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.meet-block h2 span {
  color: #f6921e;
}
.meet-block p {
  color: #ffffff;
  margin-bottom: 30px;
}
.role-container {
  float: left;
  width: 100%;
  position: relative;
  height: 587px;
  border-radius: 15px;
}

.role-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.strategy-inner {
  width: 35%;
}
.strategic-role {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  width: 100%;
  left: 0;
  align-items: flex-end;
}
.strategic-role h3 {
  color: #ffffff;
}
.strategic-role p {
  color: #ffffff;
}
.energos-places {
  float: left;
  width: 100%;
  padding: 70px 0 90px;
}
.place-head h2 {
  margin-bottom: 18px;
}
.place-head p{
    font-size:18px;
}
.place-list {
  float: left;
  width: 100%;
  padding: 75px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 18px;
}
.place-single {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 0;
  width: 150px;
  
}
.place-image {
  min-height: 250px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.place-image svg{
    fill:#f6921e;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
/*.place-image:hover svg{*/
/*    fill:#f6921e;*/
/*}*/
.place-single span {
  float: left;
  width: 100%;
  color: #12293d;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'LINE Seed Sans';
}
.feature-icon {
  fill: #e8e8e8;
  transition:
    fill 0.3s ease,
    transform 0.3s ease;
}
.place-image:hover svg {
  fill: #f6921e;
}
.feature-icon path {
  fill: inherit;
}
.fleet-section {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.fleet-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.fleet-single {
  float: left;
  width: 100%;
}
.fleet-single img {
  border-radius: 19px;
}
.fleet-image img{
    height: 403px;
  object-fit: cover;
}
.fleet-content {
  float: left;
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.fleet-content h4 {
  margin-bottom: 20px;
}
.fleet-tags {
  display: flex;
  gap: 0 20px;
  justify-content: center;
  margin-bottom: 22px;
}
.tag-single {
  background: rgba(7, 68, 114, 0.3);
  color: #12293d;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
.fleet-content p {
  margin-bottom: 20px;
  color:#12293D;
}
.leadership-section {
  float: left;
  width: 100%;
  padding: 150px 0 50px;
}
.leadership-header {
  float: left;
  width: 100%;
  margin-bottom: 65px;
}
.leadership-header h1 {
  margin-bottom: 20px;
  color:#12293D;
}
.leadership-header h1 span {
  color: #f6921e;
}
.leadership-header p {
  color: #12293d;
  font-size: 18px;
  width: 750px;
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 30px;
}
.leadership-single {
  float: left;
  text-align: center;
}
.leadership-single span {
  float: left;
  width: 100%;
  font-size: 18px;
  margin-bottom: 25px;
  min-height: 48px;
}
.leader-image {
  height: 325px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f8f8f8;
  border-radius: 19px;
  text-align: center;
}
.leadership-single img {
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.leadership-grid .modal-dialog {
  height: 100vh;
  margin-right: 0;
  margin-top: 0;
}
.modal-content {
  border-radius: 0;
  padding: 30px;
  height: 100%;
  border: 0;
}
.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 750px;
  height: 100%;
  right: 0;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s ease-out;
}

.modal-right.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}
.modal-header {
  border: 0;
  padding: 25px 0 0 0;
}
.modal-header .btn-close {
  margin-left: 0;
  font-size: 15px;
  margin-bottom: 8px;
}
.modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #12293d;
  border-radius: 15px;
  padding: 30px 35px 30px;
}
.modal-body {
  padding: 0;
}
.top-left h3 {
  color: #ffffff;
  font-weight: 700;
}
.top-left span {
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.top-left {
  text-align: left;
  width: 35%;
}
.top-right {
  width: 44%;
}
.top-right img {
  height: 374px;
  object-fit: cover;
  background: #fff;
  border-radius: 15px;
}
.modal-bottom {
  padding: 30px 0 0;
}
.modal-bottom p {
  color: #12293d;
  font-size: 16px;
  text-align: left;
}
.fleet-modal .modal-content {
  padding: 40px 60px;
}
.fleet-modal .modal-body > img {
  border-radius: 15px;
  height: 400px;
}
.fleet-modal .fleet-content {
  text-align: left;
}
.fleet-modal .fleet-tags {
  justify-content: flex-start;
}
.fleet-modal .fleet-content h4 {
  margin-bottom: 12px;
}
.contact-page {
  float: left;
  width: 100%;
  padding: 80px 0 0;
}
.contact-grid {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.contact-card {
  width: 33.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px 0;
  background-color: #f8f8f8;
  border-radius: 19px;
  padding: 25px 32px;
  height: 362px;
}
.contact-card h4 {
  color: #12293d;
  font-weight: 700;
}
.contact-card address,
.contact-card a,
.contact-card span {
  color: #12293d;
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 0;
  min-height: 60px;
}
.contact-card address{
    padding:0 50px;
}
.contact-card address br {
  display: none;
}
.page-template-template-contact .hero-content p{
    width: auto;
}
.card-icon {
  min-height: 57px;
}
.contact-card .mainBtn {
  display: inline-block;
  width: auto;
  color: #ffffff;
  min-height: auto;
}
.contact-page .field-single .mainfield {
  background: #f8f8f8;
}
.contact-page .contact-inner {
  background: transparent;
  padding: 0;
  gap: 0 75px;
  margin-bottom: 50px;
}
.contact-page .contact-right{
    width: 45%;
}
.contact-page .contact-left{
    width: 50%;
}
.contact-page .contact-section {
  margin-bottom: 50px;
}
.career-page {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.career-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 0 50px;
}
.career-left {
  float: left;
 width: 31%;
  padding: 0 50px 0 0;
}
.career-left p{
    font-size:18px;
    color:#12293D;
}
.career-right {
  float: left;
  width: 66%;
}
.career-right img {
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}
.career-right p{
    font-size:18px;
    color:#12293D;
}
.career-page .contact-inner {
  background: transparent;
  padding: 0;
  gap: 0 55px;
  align-items: stretch;
}
.career-page .contact-left {
  width: 50%;
}
.career-page .contact-left img {
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}
.career-page .contact-right {
  width: 50%;
}
.career-page .contact-right p{
    font-size:18px;
}
.career-page .field-single .mainfield {
  background: #f8f8f8;
}
.career-page .contact-section {
  margin-top: 140px;
}
.news-section {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #ffffff;
}
.featured-news {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 27px;
  padding: 35px 35px;
  display: grid;
  grid-template-columns: 2.8fr 1fr;
  gap: 40px 20px;
  align-items: center;
}
.featured-news .news-image {
  height: 530px;
  margin: 0;
}
.news-image img {
  float: left;
  width: 100%;
  border-radius: 27px;
  height: 100%;
  object-fit: cover;
}
.news-page .news-image{
    height: 746px;
}
.news-content {
    float: left;
    margin-bottom: 55px;
}
.post-meta {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 14px;
  padding-bottom: 30px;
}
.post-tag {
  background-color: rgba(246, 146, 30, 0.3);
  font-size: 14px;
  color: #000000;
  padding: 3px 12px;
  border-radius: 25px;
}
.meta-right {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.meta-right span {
  color: #12293d;
  font-size: 14px;
}
.news-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-top: 60px;
}
.news-single {
    background-color: #f8f8f8;
    border-radius: 27px;
    position: relative;
    padding: 35px 35px 45px;
}

.news-single .news-image {
  width: 100%;
    margin: 0;
}
.news-single .news-image img {
  min-height: 342px;
  max-height: 280px;
}
.news-single .news-content {
  width: 100%;
}
.news-single .news-content p,
.news-content p{
    color:#4C677E;
    text-align: left;
}
.news-single .news-content a.mainBtn {
    position: absolute;
    bottom: 45px;
    left: 35px;
}
.news-single .post-meta {
  padding: 20px 0;
}
.load-more {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.video-feature {
  padding: 80px 20px;
  background: #f4f6f8;
}

.video-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  align-items: stretch;
}

/* VIDEO BOX */
.video-box {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("assets/images/icons/play_btn.svg") no-repeat center center;
  color: white;
  border: none;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.video-text {
  background: #eef2f5;
  padding: 40px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news-listing .video-feature{
    background: #ffffff;
}
.news-listing .video-grid{
    display: grid;
    grid-template-columns: 2.6fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.video-text img {
  width: 16px;
  margin-bottom: 14px;
}

.video-text p {
  color: #12293d;
  font-size: 20px;
  font-family: 'DM Sans Medium';
  line-height: 25px;
}
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.25)
  );
  z-index: 2;
  pointer-events: none;
  transition: 0.3s;
}
.video-box.is-playing .video-overlay {
  opacity: 0;
}
.news-page {
  float: left;
  width: 100%;
  padding: 180px 0 0;
}
.news-head {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.news-breadcrumb {
  float: left;
  width: 50%;
}
.news-breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 0 30px;
  padding: 0;
}
.news-breadcrumb ul li {
  list-style: none;
}
.news-breadcrumb ul li a {
  color: #12293d;
  font-size: 16px;
  position: relative;
}
.news-breadcrumb ul li span {
  color: #12293d;
  font-size: 16px;
  float: left;
}
.news-breadcrumb ul li a:before {
  position: absolute;
  right: -19px;
  top: 7px;
  content: "";
  background: url("assets/images/icons/angle_right.svg") no-repeat right center;
  width: 5px;
  height: 8px;
}
.news-head .social-link {
  width: 50%;
  margin: 0;
}
.news-head .social-link ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 20px;
  padding: 0;
}
.news-head .social-link ul li {
  list-style: none;
}
.news-text {
  float: left;
  width: 100%;
}
.news-text h2 {
  float: left;
  width: 55%;
  margin-bottom: 30px;
}
.news-meta {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 20px;
  margin-bottom: 55px;
}
.news-right {
  display: flex;
  gap: 3px 0;
  flex-direction: column;
  align-items: flex-start;
}
.news-meta .user-name {
  font-size: 14px;
  color: #12293d;
  font-family: 'DM Sans Medium';
}
.news-bottom {
  float: left;
  width: 100%;
}
.news-bottom {
  float: left;
  width: 100%;
}
.news-image {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.news-bottom h3 {
  margin-bottom: 30px;
}
.press-release {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 30px;
}
.news-bottom h5 {
  margin-bottom: 20px;
  margin-top: 35px;
}
blockquote {
  font-size: 20px;
  color: #12293d;
  font-style: italic;
  font-family: "Inter", sans-serif;
  line-height: 28px;
  border-left: 2px solid #f6921e;
  padding: 0 0 0 25px;
  margin: 50px 0 30px;
}
.more-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  margin-top: 50px;
}
.more-images img {
  border-radius: 27px;
}
.more-images figcaption {
  color: #12293d;
  font-size: 14px;
  border-left: 2px solid #000000;
  padding: 0 0 0 10px;
  margin: 20px 0 30px;
}
.related-posts {
  float: left;
  width: 100%;
  padding: 70px 0;
}
.related-posts .news-single .news-image{
    height:auto;
}
.related-posts h2 {
  text-align: center;
}
.related-posts p {
  text-align: center;
}
.casestudy-section {
  float: left;
  width: 100%;
  padding: 60px 0;
}
.casestudy-section .casestudy-grid{
    margin-top: 0;
}
.featured-casestudy {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 2.7fr 1fr;
  gap: 20px;
}
.featured-image {
  height: 597px;
}
.featured-image img {
  float: left;
  width: 100%;
  border-radius: 27px;
  height: 100%;
  object-fit: cover;
}
.featured-info {
  background: #f8f8f8;
  border-radius: 27px;
  padding: 45px 45px 20px;
}
.featured-info span {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #f6921e;
  font-size: 16px;
  font-weight: 700;
  font-family: 'LINE Seed Sans';
}
.featured-info p{
    color:#4C677E;
    font-size: 16px;
}
.featured-info h4 {
  margin-bottom: 20px;
}
.project-principles {
  float: left;
  width: 100%;
  padding: 115px 0 0 0;
  display: flex;
  gap: 20px;
}
.project-principles h4 {
  width: 490px;
      font-family: 'LINE Seed Sans';
}
.project-principles h4 span {
  color: #074472;
  margin-left: 6px;
}
.principles-right {
  display: flex;
}
.principles-right {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
.principles-list {
  display: flex;
  gap: 20px;
  align-items: start;
}
.principle-single {
  width: 33%;
  background: #f8f8f8;
  border-radius: 19px;
  padding: 50px 35px;
  height: 356px;
}
.principle-image {
  min-height: 75px;
}
.principle-single h5 {
  margin-bottom: 20px;
}
.bottom-text {
  font-size: 20px;
  font-weight: 700;
  background: rgba(7, 68, 114, 0.1);
  border-radius: 19px;
  padding: 30px 35px;
  font-family: 'LINE Seed Sans';
  line-height: 28px;
}
.casestudy-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 110px;
}
.excerpt-text {
  height: 105px;
  margin-bottom: 40px;
}
.casestudy-single .news-image {
  height: 332px;
}
.casestudy-single .news-content p {
  margin-bottom: 30px;
}
.casestudy-single {
  float: left;
  width: 100%;
  padding-top: 120px;
}
.casestudy-head {
  float: left;
  width: 100%;
  background: #f8f8f8;
  border-radius: 19px;
  padding: 40px 35px;
  display: flex;
  margin-bottom: 80px;
}
.casestudy-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.left-top .news-breadcrumb {
  width: 100%;
  margin-bottom: 25px;
}
.casestudy-right {
  width: 50%;
}
.casestudy-right img {
  border-radius: 19px;
}
.left-bottom .user-name {
  display: flex;
  gap: 0 5px;
}
.left-bottom .user-name span {
  color: #12293d;
  font-size: 14px;
  font-family: 'DM Sans Medium';
}
.casestudy-single .video-feature {
  padding: 0;
  background: transparent;
}
.video-grid {
  display: block;
}
.casestudy-single .video-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.casestudy-single .news-bottom p {
  margin-bottom: 40px;
}
.casestudy-single .video-feature {
  margin: 30px 0;
}
.term-checkbox p{
    display: flex;
    align-items: center;
}
.wpcf7-list-item{
    margin: 0;
}
.term-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.term-checkbox p br{
    display:none;
}
.term-checkbox p label{
    margin-top:-8px;
}
.field-single p{
    width:100%;
    margin: 0;
}
.user-image img {
    border-radius: 100%;
    width: 56px;
    height: 56px;
}
.loader{
  text-align:center;
  margin:20px 0;
}

.loader img{
  width:40px;
}
section.page-content {
    padding: 150px 0 60px 0;
}
.error-page {
  float: left;
  width: 100%;
  padding: 175px 0 80px;
}
.page-title {
  display: flex;
  justify-content: center;
}
.page-title {
  color: #12293D;
  font-size: 300px;
}
.error-head {
  font-size: 45px;
  text-align: center;
  text-transform: capitalize;
  font-family: 'DM Sans Bold';
  line-height: 45px;
}
.page-header p{
    text-align: center;
    font-size: 18px;
  margin: 35px 0 25px;
}
.page-content h1{
    color:#12293D;
    margin-bottom:30px;
}
.home-link-outer {
  text-align: center;
}
.footer-menu ul li.current-menu-item > a{
    color: #f6921e;
}


