/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ==========================================================================
   General Styles
   ========================================================================== */

body {
	color: #000;
}
strong, .strong {
	font-weight: 700 !important;
}
p, ul, ol {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-size: 18px !important;
  font-size: clamp(18px, 4vw, 20px) !important;
	font-weight: 400;
	margin: 15px 0;
	line-height: 150%;
}
.serif {
	font-family: "kepler-std-display", serif;
	font-weight: 500;
	font-style: italic;
  font-size: calc(1em + 5px);
  color: #C54F1D !important;
}
pre {
  display: inline-block;
}
.small, .small p, small {
	font-size: 16px !important;
  font-size: clamp(16px, 4vw, 18px) !important;
	line-height: 150%;
}
.smaller, .smaller p {
	font-size: 14px !important;
  font-size: clamp(14px, 4vw, 16px) !important;
	line-height: 150%;
}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
	margin-block-end: 20px !important;
}
.elementor-widget-text-editor ul li, .elementor-widget-text-editor ol li {
  margin-block-end: 15px !important;
}
.elementor-element a, .elementor-element a:hover, .elementor-widget-text-editor a, .elementor-widget-text-editor a:hover, .elementor-text-editor a, .elementor-text-editor a:visited, .elementor-tab-content a, .elementor-tab-content a:visited, , .post a, .post a:visited {
/* links are styled in Elementor settings
text-decoration: underline !important;
color: #307DB7 !important;*/
}
.grecaptcha-badge, .gm-style .navigate, .gm-style .place-card {
display: none !important;
}
.big p {
  font-size: 20px !important;
  font-size: clamp(20px, 4vw, 22px) !important;
  font-weight: 500;
}
.bigger p {
  font-size: 22px !important;
  font-size: clamp(22px, 4vw, 24px) !important;
  font-weight: 500;
}
.biggest p {
font-size: 25px !important;
font-size: clamp(22px, 4vw, 25px) !important;
font-weight: 500;
}
.nobreak {
display: inline-block;
}
.nobreak-mobile {
display: inline-block;
}
.nobreak-laptop {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .nobreak-mobile {
    display: inline;
  }
}
@media only screen and (min-width: 1367px) {
  .nobreak-laptop {
    display: inline;
  }
}
/* ==========================================================================
Headers
========================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #000 !important;
	margin: 25px 0 15px 0;
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 500 !important;
	line-height: 120% !important;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	color: #C54F1D !important;
	font-family: "kepler-std-display", serif;
	font-weight: 500;
	font-style: italic;
	font-size: calc(1em + 5px);
	display: inline-block; /* Prevents line-height clipping if text grows */
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #000 !important;
	transition: color 0.5s ease;
	text-decoration: none !important;
  transition: border-bottom 0.5s ease;
  border-bottom: 1px solid #FFF;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #003399 !important;
	text-decoration: none !important;
  border-bottom: 1px solid #003399;
}
h1, .h1 h2 {  
	font-size: 45px !important;
	font-size: clamp(45px, 4vw, 55px) !important;
  letter-spacing: -.01em;
}
.big h1 {
	font-size: 50px !important;
	font-size: clamp(45px, 4vw, 70px) !important;
}
.home .big h1 {
  line-height: 110% !important;
}
h2, .h2 h1, .h2 h3 {
	font-size: 40px !important;
	font-size: clamp(35px, 4vw, 50px) !important;
  letter-spacing: -.01em;
}
h2 pre {
  font-size: 30px !important;
  transform: translateY(-10px);
  margin-left: 5px;
}
h3, .h3 h2, .h3 h1 {
	font-size: 25px !important;
  font-size: clamp(22px, 4vw, 30px) !important;
  letter-spacing: -.01em;
}
h4, .h4 h3, .h4 h2 {
	font-size: 22px !important;
  font-size: clamp(20px, 4vw, 22px) !important;
  letter-spacing: -.01em;
}
.single-post h4 {
  text-align: left !important;
  margin-top: 30px;
  /*border-left: 2px solid #003399;
  padding-left: 25px;*/
}
h5, .h5 h6, .h5 h3, .h5 h4, .h5 p, .preheader p {
	font-size: 14px !important;
  font-size: clamp(12px, 4vw, 14px) !important;
	text-transform: uppercase;
	letter-spacing: 2px;
  font-weight: 500 !important;
  line-height: 140% !important;
}
h6, .h6 h3, .h6 h5, .h6 h4, .h6 p {
	font-size: 12px !important;
  font-size: clamp(10px, 4vw, 12px) !important;
	text-transform: uppercase;
	letter-spacing: 2px;
  font-weight: 500 !important;
  line-height: 140% !important;
}
.animate-bordered h1, .animate-bordered h2, .animate-bordered h3, .animate-bordered h4, .animate-bordered h5, .animate-bordered h6 {
	padding-left: 20px;
}
.animate-bordered {
	position: relative;
	overflow: hidden;
}
.animate-bordered::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 2px;
	background-color: #003399; /* Customize this */
	transition: height 0.8s ease;
	transition-delay: 0.5s; /* Add delay here */
}
.animate-bordered.animate-border::before {
	height: 100%;
}
@media only screen and (min-width: 768px) {
	.nobreak-mobile {
		display: block;
	}
}
@media only screen and (min-width: 1200px) {
	.animate-bordered h1, .animate-bordered h2, .animate-bordered h3, .animate-bordered h4, .animate-bordered h5, .animate-bordered h6 {
		padding-left: 35px;
	}
}
/* ==========================================================================
   Header
   ========================================================================== */
.elementor-nav-menu .sub-arrow {
  font-size: 12px !important;
  padding-left: 10px !important;
}
.header ul.elementor-nav-menu li {
  margin: 0 auto !important;
}
.sticky-logo img, .header {
  transition: .5s all ease-in-out;
}
.elementor-sticky--effects .sticky-logo img {
  max-width: 220px !important;
}
.elementor-sticky--effects.header {
  min-height: 80px !important;
  height: 80px !important;
  grid-template-rows: 80px !important;
  background-color: rgb(255 255 255 / 80%) !important;
}
.header .elementor-nav-menu .elementor-nav-menu--dropdown .sub-item a {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 20px !important;
  font-size: 18px !important;
}
.elementor-widget-container ul.elementor-nav-menu, .elementor-widget-container ul li.sub-item {
  margin: 0 !important;
}
.sub-menu {
  border-radius: 10px !important;
  padding: 10px 0 !important;
}
.elementor-nav-menu--dropdown {
  padding: 10px 0;
}
.sub-menu, .sub-menu li {
  min-width: 250px !important;
}
.sub-menu, .sub-menu li a {
  border-left: 0 !important;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  min-height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    min-height: 100vh;
    min-height: calc(100vh - 100px);
  }
  .header ul.elementor-nav-menu li {
    margin: 15px 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .header nav > ul {
      justify-content: space-between;
  }
  .header nav > ul.elementor-nav-menu > li:not(.button) {
      position: relative;
      z-index: 1;
      flex-grow:0;
      margin: 0 15px !important;
  }
  .header nav > ul > li:not(.button)::before {
      content:'';
      position:absolute;
      width: 100%;
      height:2px; /* How thick the line is */
      background-color: #003399 !important; /* Color of the line */
      transition: transform 0.7s cubic-bezier(1, 0, 0, 1); /* Adjust the transition duration and timing function here , use website cubic-bezier.com for a fancy timing function */
      bottom:4px; /* Vertical positioning of the line*/
      opacity: 1 !important; /* !important is only needed for nav menu element , you can delete it for the others */
      left:0;
      z-index: -3;
      transform: scaleX(0);
      transform-origin:right;
  }
  .header nav > ul > li:not(.button):hover::before, .header nav > ul > li.current_page_item:not(.button)::before, .header nav > ul > li.current-menu-ancestor:not(.button)::before, .single-post .header nav > ul > li.insights::before {
      transform:scaleX(1);
      transform-origin:left;
  }
  .header nav > ul.elementor-nav-menu.elementor-nav-menu.elementor-nav-menu > li:not(.button) > a {
    margin-inline-end:0px;
    margin-inline-start:0px;
  }
  .header .elementor-nav-menu:after {
      content: none;
  }
}
@media only screen and (min-width: 1366px) {
  .header nav > ul.elementor-nav-menu.elementor-nav-menu.elementor-nav-menu > li:not(.button) {
      margin: 0 25px !important;
  }
}
/* ==========================================================================
   Buttons
   ========================================================================== */

.elementor .icon-button a.elementor-button {
  color: #003399;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 700 !important;
  line-height: 40px !important;
  font-size: 18px !important;
  text-decoration: none !important;
  padding: 0 !important;
  border: none;
  background: transparent !important;
  transition: color 0.5s ease;
}
.elementor .icon-button a.elementor-button:visited {
  color: #003399;
}
.elementor .icon-button .elementor-button-icon {
  font-size: 30px;
}
.elementor .icon-button a.elementor-button:hover {
  color: #000;
  background: transparent !important;
}
.elementor .icon-button a .button-circle {
  transition: fill 0.5s ease !important;
  fill: #003399;
}
.elementor .icon-button a:hover .button-circle {
  fill: #000;
}
.elementor .minimal-button a.elementor-button, .minimal-button a {
  color: #000 !important;
  line-height: 1em !important;
  font-family: "avenir-next-lt-pro", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  padding: 15px 25px !important;
  border: none !important;
  border-radius: 50px !important;
  background: #EFF0F2 !important;
  transition: background-color 0.5s ease !important;
}
.elementor .minimal-button a.elementor-button:hover, .minimal-button a:hover {
	color: #000 !important;
	background-color: #D9D9DA !important;
}
.elementor-form .elementor-button .elementor-button-icon {
  font-size: 40px !important;
}
.elementor-form .elementor-button-icon path {
  fill: #FFF !important;
}
@media only screen and (min-width: 1024px) {
  .elementor .icon-button .elementor-button-icon {
    font-size: 40px;
  }
}
/* ==========================================================================
   Form
   ========================================================================== */

.underline-field .elementor-field-textual {
  padding-left: 5px !important;
  padding-right: 5px !important;
}


/* ==========================================================================
   Home
   ========================================================================== */
.elementor-testimonial__footer {
  position: relative; /* Gives the pseudo-element a anchor point */
  margin-top: 60px !important;   /* Make space for the line above */
}
.elementor-testimonial__footer::before {
  content: "";
  position: absolute;
  top: -30px;         /* Distance above the div */
  left: 50%;            /* Align to the left (or use left: 50% and transform: translateX(-50%) to center) */
  transform: translateX(-50%);
  width: 45px;        /* Short length of the line */
  height: 2px;        /* Thickness of the line */
  background-color: #003399; /* Line color */
}
.swiper .swiper-pagination {
  bottom: -25px !important;
}
.elementor-testimonial__title {
  display: block;
  margin-top: 10px !important;
  max-width: 530px;
  margin: 0 auto;
}
.elementor-testimonial__footer .minimal-button {
  margin-top: 35px;
}
.elementor-testimonial__footer .minimal-button a {
  font-size: 10px !important;
  padding: 10px 25px !important;
}
.elementor-testimonial .quote {
  font-family: "kepler-std-display", serif;
  font-weight: 500;
  font-size: 70px;
  display: inline-block;
  transform: translateY(25px);
}
.elementor-testimonial .elementor-testimonial__text em {
  color: #C54F1D !important;
  font-family: "kepler-std-display", serif;
  font-weight: 500;
  font-style: italic;
  font-size: calc(1em + 5px);
}


/* ==========================================================================
   Archives & Posts
   ========================================================================== */

body:not(.elementor-editor-active) .hide-until-filtered {
    display: none;
}
body:not(.elementor-editor-active) .is-hidden {
    display: none;
}
.single-post .elementor-widget-theme-post-content a {
  transition: border-bottom 0.5s ease;
  border-bottom: 1px solid #FFF;
}
.single-post .elementor-widget-theme-post-content a:hover {
  border-bottom: 1px solid #003399;
}
.post-terms .elementor-post-info__item-prefix, .capabilities-header {
  display: block !important;
  font-size: 14px !important;
  opacity: 0.5;
  margin-bottom: 15px;
}
.post-terms .elementor-post-info__terms-list {
  color: #FFF;
}
.post-terms a.elementor-post-info__terms-list-item, .capabilities-list a {
  color: #000;
  display: block !important;
}
.capabilities-list a {
  font-family: "avenir-next-lt-pro", sans-serif;
  display: block !important;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.capabilities-card-list {
  display: block;
  line-height: 100% !important;
}
.capabilities-card-list a {
  font-family: "avenir-next-lt-pro", sans-serif;
  color: #000;
  display: inline !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
}
.ue-grid-item-category {
  line-height: 1.2em !important;
}
.ue-grid-item-category a {
  display: inline !important;
}
.capabilities-card-list a:hover, .ue-grid-item-category a:hover, .uc_post_title a:hover, .capabilities-list a:hover, a.elementor-post-info__terms-list-item:hover {
  color: #003399 !important;
}
/*body:not(.elementor-editor-active).carousel-wrapper:has(.ue-no-posts-found) .carousel-header {
    display: none;
}
body:not(.elementor-editor-active) .grid-wrapper:has(.ue-no-posts-found) .grid-header {
    display: none;
}*/
.elementor-location-single ul li {
  list-style-position: outside; /* Default browser behavior */
  padding-left: 10px;           /* Increases space between bullet and text */
  margin-bottom: 12px; /* Adds space under each bullet point */
}
.elementor-location-single ul li:last-child {
  margin-bottom: 0;    /* Prevents extra gap at the bottom of the list */
}
.animate-bordered h1.archive-title {
  margin: 0;
}
/* ==========================================================================
   Case Studies
   ========================================================================== */

.stat-box {
  aspect-ratio: 1 / 1;
  max-width: 140px;
}
.stat-box pre {
  display: inline-block;
  font-size: 25px !important;
  transform: translateY(-10px);
  margin-left: 5px;
}
.single-case-studies .section.simple.heading, .single-case-studies .section.posts, .single-case-studies .col.right {
  display: none !important;
}
.single-case-studies .two_col .section.numbers {
  /*background: #EFF0F2;
  padding: 1px 20px 30px 20px;
  margin: 50px 0;
  border-radius: 20px;*/
}
.single-case-studies .elementor-shortcode h3 {
  font-size: clamp(35px, 4vw, 45px) !important;
  margin-top: 50px !important;
  margin-bottom: 25px !important;
}
.single-case-studies h2 {
  margin-top: 20px !important;
}
.single-case-studies .elementor-shortcode h2 {
  margin-top: 50px !important;
  margin-bottom: 25px !important;
}
.single-case-studies .elementor-shortcode .two_col {
  margin-top: -25px;
}
.single-case-studies .numb {
  font-size: 25px;
  font-size: clamp(25px, 4vw, 30px);
  font-weight: 500;
}
.single-case-studies .number-list, .single-case-studies .number-list .col {
  display: block;
  clear: both;
  margin-bottom: 50px;
}
.single-case-studies .number-list .numb {
  display: inline-block;
  width: 50px;
  float: left;
}
.single-case-studies .number-list p {
  display: inline-block;
  width: calc(100% - 50px);
  float: right;
  margin-top: 0px;
}
.single-case-studies .elementor-shortcode .number-list {
  margin-top: -25px;
}
.e-loop-item, .e-loop-item .e-con-boxed{
  height: 100% !important;
}
@media only screen and (min-width: 767px) {
  .single-case-studies .two_col .section.numbers {
    /*padding: 5px 30px 30px 30px;
    margin: 50px 0;*/
  }
  .single-case-studies .number-list p {
    margin-top: 10px;
  }
  .single-case-studies .number-list .numb {
    width: 70px;
  }
  .single-case-studies .number-list p {
    width: calc(100% - 70px);
  }
}

/* ==========================================================================
   Capability Pages
   ========================================================================== */
.e-n-accordion-item-title {
  padding: 10px !important;
}
.e-n-accordion .e-child {
  margin-top: -5px;
}
@media only screen and (min-width: 1024px) {
  .e-n-accordion-item-title {
    padding: 20px !important;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.signup h2 {
  margin: 0 auto;
  line-height: 105% !important;
}
.footer p {
  font-size: 15px;
  line-height: 130% !important;
}
.footer a {
  text-decoration: none !important;
  color: #000 !important;
}
.footer a:hover {
  color: #003399 !important;
}