/* FLEXBOX */
:root {
  --red-primary:#AD373D;
  --blue-primary:#121D30;
  --blue-secondary:#2E4D84;
  --blue-tertiary:#4c86cc;
  --button-border-width:2px;
  --bp-small:768px;
  --blue-900:#121D30;
  --blue-700:#23365B;
  --blue-500:#2E4D85;
  --blue-300:#4d8ad4;
  --red-500:#BC2A3B;
  --gray-700:#ACB2B5;
  --gray-500:#C8CCCB;
  --gray-300:#efefef;
  --green-300:#C2ED63;
  --gold-300:#F5A830;
  --white:#fff;
}

body {
  background-color: #F8F9FA;
}

.footer-contact-info p {
  font-size: 16px;
  color: var(--white) !important;
}
.footer-contact-info p:nth-of-type(3) {
  margin-bottom: 0;
}

.footer-copyright p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .footer-copyright p {
    margin-bottom: 0;
  }
}

.footer-social .elementor-container {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer-social .elementor-container {
    justify-content: flex-end;
  }
}
.footer-social .elementor-widget-wrapper {
  padding: 0;
}
.footer-social .elementor-column {
  width: auto !important;
}
.footer-social .elementor-column .elementor-icon {
  width: auto;
  margin-top: 5px;
}
.footer-social .elementor-column p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "stratos", sans-serif;
  color: var(--white) !important;
}

.footer-copyright p {
  color: var(--white) !important;
}

.homepage-hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.homepage-hero-new {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homepage-hero .mobile-bg {
  width: 100%;
  max-width: 865px;
}
/*@media only screen and (min-width: 768px) {*/
/*  .homepage-hero .mobile-bg {*/
/*    display: none;*/
/*  }*/
/*}*/
.homepage-hero .elementor-container {
  margin-left: 0;
  margin-right: 0;
}
.homepage-hero .elementor-widget-wrap {
  padding: 0 !important;
}
.homepage-hero .hero-content-container {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.homepage-hero .hero-content-container .hero-stroke {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.865%;
  background: var(--red-500);
  display: none;
}
@media only screen and (min-width: 768px) {
  .homepage-hero .hero-content-container .hero-stroke {
    display: block;
  }
}
/*.homepage-hero .hero-content-container .hero-curve {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 100%;*/
/*  height: 100%;*/
/*  display: none;*/
/*}*/
/*.homepage-hero .hero-content-container .hero-curve img {*/
/*  height: 100%;*/
/*  width: auto;*/
/*  max-width: none;*/
/*}*/
/*@media only screen and (min-width: 768px) {*/
/*  .homepage-hero .hero-content-container .hero-curve {*/
/*    display: block;*/
/*  }*/
/*}*/
.homepage-hero .hero-content-container h1 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media only screen and (min-width: 480px) {
  .homepage-hero .hero-content-container h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero .hero-content-container h1 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .homepage-hero .hero-content-container h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.homepage-hero .hero-content-container p {
  font-size: 14px;
  max-width: 596px;
}
@media only screen and (min-width: 480px) {
  .homepage-hero .hero-content-container p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero .hero-content-container p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .homepage-hero .hero-content-container p {
    font-size: 20px;
  }
}
.homepage-hero .hero-content-container .hero-content {
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .homepage-hero .hero-content-container .hero-content {
    padding: 0 9.5% 2.5% 9.5%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero .hero-content-container {
    margin-bottom: 45px;
    max-width: 800px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero {
    min-height: 650px;
  }
}
@media only screen and (min-width: 1025px) {
  .homepage-hero {
    min-height: 600px;
  }
}

.homepage-industries .elementor-button-link {
  color: var(--blue-900);
  text-decoration: underline;
  font-size: 18px;
  text-underline-offset: 4px;
}

.icon-large {
  width: 120px;
  height: 120px;
}
.icon-large svg {
  width: 120px;
  height: 120px;
}

.icon-medium {
  width: 80px;
  height: 80px;
}
.icon-medium svg {
  width: 80px;
  height: 80px;
}

.btn-primary a,
.btn-secondary a {
  border-radius: 10px;
  padding: 14px 40px;
  text-transform: uppercase;
  font-family: "stratos", sans-serif;
  text-decoration: none !important;
  font-weight: 600 !important;
}

.btn-primary.solid a {
  background: #fff;
  border: var(--button-border-width) solid #fff;
  color: var(--blue-900);
}
.btn-primary.solid a:hover {
  background: var(--red-500);
  border: var(--button-border-width) solid var(--red-500);
  color: #fff;
}
.btn-primary.outline a {
  background: none;
  border: var(--button-border-width) solid var(--blue-900);
  color: var(--blue-900);
}
.btn-primary.outline a:hover {
  border: var(--button-border-width) solid var(--red-500);
  color: var(--red-500) !important;
}

.btn-secondary.outline a {
  background: none;
  border: var(--button-border-width) solid var(--white);
  color: var(--white);
}
.btn-secondary.outline a:hover {
  background: var(--red-500);
  border: var(--button-border-width) solid var(--red-500);
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .btn-nav a {
    text-transform: uppercase;
    font-family: "stratos", sans-serif;
    text-decoration: none !important;
    font-weight: 600 !important;
    border-radius: 10px;
    background: none;
    border: var(--button-border-width) solid var(--blue-primary);
    color: var(--blue-900);
    font-size: 14px !important;
    padding: 0 20px !important;
    line-height: 14px !important;
  }
  .contact-us-form .e-form__buttons button[type=submit] {
    text-transform: uppercase !important;
    font-family: "stratos", sans-serif !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    background: none !important;
    border: var(--button-border-width) solid var(--blue-primary) !important;
    color: #9E9E9E !important;
    font-size: 14px !important;
    padding: 0 20px !important;
    line-height: 14px !important;
  }
  .btn-nav a:hover, .contact-us-form .e-form__buttons button[type=submit]:hover, .btn-nav a.elementor-item-active  {
    border: var(--button-border-width) solid var(--red-500) !important;
    color: var(--red-500) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-nav {
    margin-left: 10px !important;
  }
}

@media only screen and (min-width: 768px) {
  .btn-wrapper.multiple .elementor-column:nth-of-type(1) .elementor-widget-container {
    text-align: right;
  }
  .btn-wrapper.multiple .elementor-column:nth-of-type(2) .elementor-widget-container {
    text-align: left;
  }
}

.hero {
  background-position: 100% 50%;
  background-size: auto 100%;
  background-color: var(--blue-900);
}
.hero .elementor-column {
  width: 80%;
  padding: 45px 0;
}
@media only screen and (min-width: 768px) {
  .hero .elementor-column {
    width: 60%;
    padding: 75px 0;
  }
}
.hero .elementor-widget-wrap h1,
.hero .elementor-widget-wrap p {
  color: #fff;
}
.hero.hero-v1 {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .hero.hero-v1 {
    min-height: 450px;
  }
  .hero.hero-v1 p {
    font-size: 20px;
  }
}
/*@media only screen and (min-width: 600px) {*/
/*  .hero {*/
/*    background-position: 320px 50%;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 768px) {*/
/*  .hero {*/
/*    background-position: 100% 50%;*/
/*  }*/
/*}*/

@media (max-width: 1274.98px) {
  .hero {
    background-position: 130% 50%
  }
}
@media (max-width: 1119.98px) {
  .hero {
    background-position: 170% 50%
  }
}
@media (max-width: 1134.98px) {
  .hero {
    background-position: 190% 50%
  }
}
@media (max-width: 991.98px) {
  .hero {
    background-position: 500px 50%
  }
}
@media (max-width: 767.98px) {
  .hero {
    background-position: 400px 50%
  }
}
@media (max-width: 575.98px) {
  .hero {
    background-position: 300px 50%
  }
}
@media (max-width: 459.98px) {
  .hero {
    background-position: 250px 50%
  }
}

.services-flex-column .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
}

.services-flex-column .elementor-widget-wrap .elementor-widget-button {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end;

}

.columns-container .elementor-button-link {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--blue-900);
  letter-spacing: 1.6px;
  position: relative;
  text-underline-offset: 4px;
  padding: 0;
  /*
  &:after {
      content:"";
      height:1px;
      width:100%;
      position: absolute;
      bottom:0;
      left:0;
      background-color:var(--red-500);
  }
  */
}
.columns-container.five-columns .elementor-container {
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .columns-container.five-columns .elementor-column {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .columns-container.five-columns .elementor-column {
    width: 20%;
  }
}

.stats-bar .elementor-counter-number-wrapper {
  color: var(--blue-300);
}
.stats-bar .elementor-counter-number-prefix,
.stats-bar .elementor-counter-number,
.stats-bar .elementor-counter-number-suffix {
  font-family: "stratos", sans-serif;
  font-weight: 400;
}
.stats-bar .elementor-column {
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) {
  .stats-bar .elementor-column {
    margin-bottom: 0;
  }
}
.stats-bar .stat-pretext {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .stats-bar .stat-pretext .elementor-widget-container {
    min-height: 24px;
  }
}
.stats-bar .stat-pretext p {
  margin-bottom: 0;
}

.cta {
  background-color: var(--blue-500);
  padding: 36px 0 !important;
}
.cta h2,
.cta h3,
.cta h4,
.cta p {
  color: #fff !important;
}
.cta .elementor-widget-container {
  margin: 0 auto;
  max-width: 800px;
}
@media only screen and (min-width: 768px) {
  .cta {
    padding: 72px 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cta {
    padding: 120px 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .feature .elementor-column:nth-of-type(2) .elementor-widget-wrap {
    padding: 10px 10px 10px 24px;
  }
  .feature.feature-inverse .elementor-container {
    flex-direction: row-reverse;
  }
  .feature.feature-inverse .elementor-column:nth-of-type(2) .elementor-widget-wrap {
    padding: 10px 24px 10px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .feature .elementor-column:nth-of-type(2) .elementor-widget-wrap {
    padding: 10px 10px 10px 36px;
  }
  .feature.feature-inverse .elementor-column:nth-of-type(2) .elementor-widget-wrap {
    padding: 10px 36px 10px 10px;
  }
}

.news-listing-grid .elementor-post__title a {
  color: #051C2C !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  line-height: 1.5;
}
.news-listing-grid .elementor-post__title a:hover {
  color: var(--red-500) !important;
}

.custom-h3 {
  margin-bottom: 10px !important;
}

.custom-h3 h3 {
  font-size: 32px !important;
  line-height: 40px !important;
}

@media only screen and (min-width: 480px) {
  .custom-h3 h3 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}

@media only screen and (min-width: 768px) {
  .custom-h3 h3 {
    font-size: 48px !important;
    line-height: 58px !important;
  }
}

.custom-h5 h5 {
  font-size: 28px;
  line-height: 123.529%;
}

@media only screen and (min-width: 768px) {
  .custom-h5 h5 {
    font-size: 34px;
  }
}

.custom-h6 h6 {
  font-size: 20px;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  .custom-h6 h6 {
    font-size: 24px;
  }
}

.custom-learn-more a{
  font-size: 16px;
  line-height: 140%;
}

.btn-custom-light a {
  letter-spacing: 1.4px;
  font-size: 14px;
}

.hero-simple {
  padding: 60px 0 !important;
}

@media only screen and (min-width: 768px) {
  .hero-simple {
    padding: 120px 0 !important;
  }
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
}

.heroSimple-heading h1{
  font-size: 32px;
  line-height: 108.33%;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 768px) {
  .heroSimple-heading h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .heroSimple-heading h1{
    font-size: 60px;
  }
}

.heroSimple-copy p {
  font-size: 16px;
  letter-spacing: 0.03px;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .heroSimple-copy p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .heroSimple-copy p {
    font-size: 20px;
  }
}

.tabs-section .elementor-tab-desktop-title.elementor-active{
  background-color: #183859 !important;
  color: #FFF !important;
}

.tabs-section .elementor-tab-desktop-title {
  font-size: 24px;
  line-height: normal;
  height: 33.33%;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}

.tabs-section .elementor-tab-mobile-title {
  background-color: #183859 !important;
  color: #FFF !important;
}

.tabs-section .elementor-tabs-content-wrapper {
  background-color: #183859 !important;
}

.tabs-section .icon-copy-section h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.tabs-section .elementor-tab-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.08px;
  padding: 20px 40px !important;
}

.stats-how-we-work {
  padding-bottom: 120px !important;
}

.stats-intro {
  padding-top: 120px !important;
}

.sensor-items .elementor-container {
  gap: 40px;
}

.sensor-items-first {
  margin-bottom: 40px !important;
}

.sensor-item {
  padding: 30px 20px;
  text-align: center;
  border-radius: 40px;
  background: #E9ECEF;
}

.sensor-item p {
  line-height: 22px;
}

.sensor-item .elementor-element-populated {
  padding: 0 !important;
}

.sensor-item .elementor-widget-text-editor .elementor-widget-container {
  max-width: 305px;
  margin: 0 auto;
}

.cta-section {
  background-color: #204986;
}

.cta-section .elementor-button-text {
  color: #204986;
  letter-spacing: 1.4px;
}

.btn-light span {
  color: #204986 !important;
  letter-spacing: 1.4px;
}

.cta-section .btn-transparent .elementor-button-link a{
  letter-spacing: 1.4px;
  color: #C2273D !important;
}

.cta-section .btn-transparent .elementor-button-link {
  border: 1px solid #C2273D !important;
  background: #F8F9FA !important;
  color: #C2273D !important;
}

.cta-section .btn-transparent .elementor-button-link .elementor-button-text {
  color: #C2273D !important;
}

.cta-section .btn-transparent .elementor-button-link:hover {
  background: var(--red-500) !important;
  border: 1px solid #C2273D !important;
}

.cta-section .btn-transparent .elementor-button-link:hover .elementor-button-text {
  color: #F8F9FA !important;
}

.elementor-counter *{
  line-height: normal;
}

.cta-section .elementor-widget-wrap.elementor-element-populated{
  padding: 0 !important;
}

.cta-section .btn-wrapper .elementor-widget-wrap.elementor-element-populated {
  padding: 10px !important;
}

.projects-section p a {
  text-decoration: underline;
}

@media screen and (max-width: 1320px){
  .stats-bar-heading {
    margin: 0 20px !important;
  }
}

.stats-bar .elementor-counter-number-prefix {
  color: var(--red-500) !important;
  font-size: 60px !important;
  font-weight: 700;
}

/*@media only screen and (min-width: 480px) {*/
/*  .custom-h6 h6 {*/
/*    font-size: 24px;*/
/*  }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*  .custom-h6 h6 {*/
/*    font-size: 24px;*/
/*  }*/
/*}*/

.tabs-section .elementor-tab-content a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 600;
}

.tabs-section .elementor-tab-content {
  color: #fff !important;
}

.copy-image-section ul li::marker {
  font-size: 10px;
}

.image-content-section ul li::marker {
  font-size: 10px;
}

.custom-h3 h3 span {
  color: var(--red-500) !important;
}

.bubbles-section {
  padding: 0px 0px 29px !important;
  max-width: 1320px;
  margin: 0 auto 120px !important;
  border-radius: 22px;
  background-color: #c2273d !important;
}

.bubbles-section .elementor-container {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  background: #051c2c !important;
  max-width: 100% !important;
  padding: 0 50px 50px !important;
  justify-content: center;
  align-items: initial;
}

.bubbles-section-heading {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  background: #051c2c !important;
  max-width: 1320px;
  padding: 53px 50px 0 50px;
  margin: 0 auto !important;
}

.form-section p a {
  color: #F8F9FA;
  text-decoration: underline;
}

.copy-image-section p a {
  text-decoration: underline;
}

.form-section .elementor-message.elementor-message-success {
  color: #32a852;
  text-align: center;
  margin-top: 25px;
}

.newsnav a {
  font-family: "stratos", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.03px;
  color: #051C2C;
  margin-bottom: 0;
}

.newsnav-container {
  border-left: 1px solid #000;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .roadmap-heading .elementor-widget-wrap.elementor-element-populated, .ambition-image .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
  }
}

.ambition-section-three .elementor-container {
  flex-wrap: nowrap;
}

@media screen and (max-width: 767.98px) {
  .ambition-section-three .elementor-container {
    flex-wrap: wrap;
  }

  .stats-item .elementor-counter-title {
    max-width: 100% !important;
  }

  .ambition-section {
    padding: 0 10px;
  }
}

@media (max-width: 991.98px) {
  .ambition-section-three .elementor-container {
    gap: 20px !important;
  }
}

@media (max-width: 1023.98px) {
  .projects-section .elementor-widget-image img {
    max-height: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .hero-service .elementor-heading-title {
    font-size: 40px !important;
  }

  .stats-bar-heading .elementor-heading-title {
    text-align: left;
  }
}

.homepage-text-section .elementor-element-populated {
  padding: 20px !important;
}

.bubbles-section .elementor-widget-container {
  text-align: center;
}

.why-section-accordion .eael-accordion-content p {
  max-width: 995px;
}

.elementor-nav-menu--dropdown a.elementor-item-active {
  color: var( --e-global-color-secondary ) !important;
}

.elementor-widget-form .elementor-field-group .elementor-field[type="file"] {
  color: var( --e-global-color-accent ) !important;
}

.footer-social .elementor-icon i {
  width: 20px;
  height: 20px;
  font-size: 16px;
}

.transparent-button .elementor-button-icon {
  display: flex;
}

/* New pages */

.homepage-hero-new {
  min-height: 650px;
}

.homepage-hero-new h1 {
  max-width: 1000px;
  width: 100%;
}

.content-cta-block .transparent-button .elementor-button-icon svg {
  width: 24px;
}

.content-cta-block .transparent-button .elementor-button {
  padding: 0;
}

.content-cta-block .transparent-button .elementor-button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-block .post-block-image, .post-block .post-block-image .elementor-widget-container {
  height: 100%;
}

.post-block .post-block-image img {
  border-radius: 20px 0 0 20px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-block .post-block-cta .elementor-button {
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .post-block .post-block-image img {
    border-radius: 20px 20px 0 0;
  }

  .homepage-hero-new {
    min-height: 650px;
  }
}

@media (max-width: 767px) {
  .homepage-hero-new {
    min-height: 310px;
  }
}