p{
	margin-bottom:0;
}
.header-logo .hfe-site-logo-container{
	display:flex;
}
.navigation-menu .hfe-nav-menu__layout-horizontal{
	width:100% !important;
}
.hfe-nav-menu .sub-menu{
    padding: 10px 0px;
}
@media(max-width:1024px){
	.navigation-menu nav .hfe-nav-menu{
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
}

.footer-text p a{
	font-size:12px;
	line-height:18px;
}
.map-icon .elementor-icon-box-icon .elementor-icon{
	margin-top:3px;
}
.footer_bg{
	position:relative;
}
.footer_bg:after{
	position: absolute;
	content: '';
	width: 729.26px;
	height: 758.22px;
	transform: rotate(24.766deg);
	border-radius: 758.22px;
	background: rgba(49, 107, 255, 0.40);
	filter: blur(112px);
	left: -473.35px;
	top: 90.65px;
}
.footer_bg:before{
	position: absolute;
	content: '';
	width: 744.594px;
	height: 774.164px;
	transform: rotate(24.766deg);
	border-radius: 774.164px;
	background: rgba(49, 107, 255, 0.40);
	filter: blur(112px);
	top: -17.8px;
	right: -400px;
	left: unset;
}

.cta-gradient{
	position:relative;
	z-index:1;
}
.cta-gradient:before{
	position:absolute;
	content:'';
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(9, 13, 39, 0.6) 59.97%);
	right:0;
	z-index:-1;
}
.blur-shape{
	filter: blur(90px)
}

/* testimonial slider  */
.testimonial-slider .uc_quote_item{
	  box-shadow:
    0px 1px 2px -1px #0000001A,
    0px 1px 3px 0px  #0000001A;
		margin-bottom:5px !important;
}
.testimonial-slider .uc_quote_item .uc_author{
	align-items:center !important;
}
.testimonial-slider .owl-dots{
	display:flex;
	align-items:center;
	justify-content:center;
}
.owl-dots{
    height: 14px;
}
.owl-stage {
  display: flex;
}
.owl-item {
  display: flex;
  height: auto;
}
.uc_quote_info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.our-division{
	display:flex;
	gap:30px;
	flex-wrap:wrap;
}
.our-division .our-division-box {
	width: calc(50% - 15px);
	background: #090C26;
	border: 1px solid #323E89;
	border-radius: 15px;
	padding: 15px 15px 19px 15px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
}
.our-division-box h4{
	margin:0 0 10px 0;
}
.our-division-box .divison-content h4 a{
	font-size:20px;
	color:#fff;
	font-weight:700;
	line-height:36px;
	font-family: "Massilia", Sans-serif;
	display:block;
}
.our-division-box .divison-content p{
	line-height:25.6px;
	color:#F5F5F5 !important;
}
.our-division-box .division-btn a{
	display:flex;
	gap:14px;
	justify-content:center;
	align-items:center;
	background-color:#DC2626;
	color:#fff;
	border-radius:8px;
	padding:12px;
	font-size:14px;
	font-weight:700;
	line-height:18px;
	transition:all 0.3s ease;
	border:1px solid #DC2626;
}
.our-division-box .division-btn a:hover{
	background:transparent;
}

/* Custom blog wrapper */

.custom-post-blog-wrapper article{
    border-radius: 15px;
    border: 1px solid #323E89;
    background: #090C26;
    padding: 15px 15px 18px 15px !important;
    width: 100% !important;
}


.custom-post-blog-wrapper .eael-post-grid-container .eael-post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.custom-post-blog-wrapper .eael-entry-title{
    margin: 0 !important;
}
.custom-post-blog-wrapper .eael-entry-title a{
    font-size: 24px;
    color: #fff !important;
    font-weight: 700;
    line-height: 36px;
    font-family: "Massilia", Sans-serif;
    display: block;
}

.custom-post-blog-wrapper .eael-grid-post-holder{
    background-color: unset !important;
}

.custom-post-blog-wrapper p{
    line-height: 25.6px;
    color: #F5F5F5 !important;
    font-family: "Inter", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
}

.custom-post-blog-wrapper .eael-entry-thumbnail{
    border-radius: 10px;
    max-height: 290px;
    height: 100%;
    overflow: hidden;
}

.custom-post-blog-wrapper .eael-post-elements-readmore-btn{
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: #DC2626;
    color: #fff !important;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    transition: all 0.3s ease;
    border: 1px solid #DC2626;
    font-family: "Inter", Sans-serif;
    position: relative;
    margin-top: auto;
}

.custom-post-blog-wrapper .eael-post-elements-readmore-btn::before{
    content: " ";
    background-image: url('../image/arrows.svg');
    height: 16px;
    width: 16px;
}
.custom-post-blog-wrapper .eael-post-elements-readmore-btn:hover{
    background-color: transparent;
}
.custom-post-blog-wrapper .eael-entry-wrapper{
    padding: 0px;
}
.custom-post-blog-wrapper .eael-entry-wrapper{
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 55%;
}
.custom-post-blog-wrapper .eael-entry-wrapper .eael-entry-content,
.custom-post-blog-wrapper .eael-entry-wrapper .eael-grid-post-excerpt{
    height: 100%;
}
.custom-post-blog-wrapper .eael-entry-media{
    max-height: 290px;
    height: 100%;
}
.custom-post-blog-wrapper .eael-grid-post-excerpt{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.custom-post-blog-wrapper .eael-grid-post-holder-inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-post-blog-wrapper .eael-entry-overlay{
    display: none;
}

.custom-post-blog-wrapper .eael-grid-post-holder{
    height: 100%;
}

.custom-post-blog-wrapper .eael-post-grid-container .eael-post-grid{
    margin: 0px !important;
}

.insights-wrapper .eael-post-grid-container .eael-post-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.insights-wrapper .eael-post-grid-container .eael-post-grid article{
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
    padding: 0px;
    overflow: hidden;
}

.insights-wrapper .eael-grid-post-holder{
    border: unset !important;
    border-radius: 14px;
}

.insights-wrapper .eael-entry-overlay{
    display: none;
}

.insights-wrapper .eael-grid-post .eael-entry-wrapper {
    padding: 15px 25px 25px 25px;
}

.insights-wrapper .eael-meta-posted-on{
    margin: 25px 25px 0px 25px;
    box-shadow: unset;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    min-width: auto;
}

.insights-wrapper .eael-entry-title a,
.insights-wrapper .eael-entry-title{
    color: #001F3F !important;
    font-family: "Massilia", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}

.insights-wrapper .eael-meta-posted-on time{
    color: #6A7282;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
}
.insights-wrapper .eael-meta-posted-on time::before{
    content: " ";
    background-image: url('../image/calendar.svg');
    height: 16px;
    width: 16px;
}

.insights-wrapper p{
    color: #4A5565;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.insights-wrapper .eael-entry-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.insights-wrapper .eael-entry-content .eael-grid-post-excerpt{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.insights-wrapper .eael-entry-content .eael-grid-post-excerpt .eael-post-elements-readmore-btn{
    color: #1A235E !important;
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}

.insights-wrapper .eael-entry-content .eael-grid-post-excerpt .eael-post-elements-readmore-btn::before{
    content: " ";
    background-image: url('../image/arrows-blue.svg');
    height: 16px;
    width: 16px;
}
.insights-wrapper .post-carousel-categories{
    visibility: visible;
    opacity: 1;
}
.insights-wrapper .post-carousel-categories li{
    background: #1A235E;
    border-radius: 50px;
    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
}

.insights-wrapper .post-carousel-categories li a{ 
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

@media screen and (max-width: 1024px){
    .custom-post-blog-wrapper .eael-entry-title a{
        font-size: 20px;
        line-height: 30px;
    }
    .insights-wrapper .eael-post-grid-container .eael-post-grid{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .insights-wrapper .eael-post-grid-container .eael-post-grid article{
        max-width: 48%;
    }
}


@media screen and (max-width: 767px){
    .custom-post-blog-wrapper .eael-post-grid-container .eael-post-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .insights-wrapper .eael-post-grid-container .eael-post-grid article{
        max-width: 100%;
    }
    .footer_bg:before{
        background: unset !important;
    }
}

.w-max-content{
    max-width: max-content;
}

.overflow-hidden{
    overflow: hidden;
}

.eael-adv-accordion .eael-accordion-list{
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 24px;
}

.eael-adv-accordion .eael-accordion-header{
    padding: 0;
}

.eael-adv-accordion .eael-accordion-content{
    padding: 0;
}

.eael-adv-accordion .eael-accordion-content p{
    margin: 0;
}

.wpforms-container{
    margin: 0 !important;
}

.wpforms-field{
    margin: 0 !important;
    padding: 0 !important;
}

.wpforms-field-container{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wpforms-submit-container{
    margin-top: 24px !important;
}
label{
    margin-bottom: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Inter' !important;
    color: #0A0A0A !important;
}

input,
textarea,
.wpforms-field-row .choices__inner{
    padding: 16px !important;
    height: 36px !important;
    background: #F3F3F5 !important;
    border-radius: 10px !important;
    border: unset !important; 
    font-size: 13px !important;
    max-width: 100% !important;
}


.dropdown-input select {
	background-color: #F3F3F5 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: initial !important;
     border-radius: 10px !important;
    border: unset !important; 
    font-size: 13px !important;
    max-width: 100% !important;
}
.wpforms-field-row .choices__inner{
    height: 36px !important;
    min-height: 36px !important;
    padding-bottom: 10px !important;
}

.wpforms-field-row .choices__inner .choices__item{
    font-weight: 500;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 13px !important;
    font-family: 'Inter';
    color: rgba(106, 114, 130, 0.80);
}
.wpforms-field-row{
    width: 100% !important;
    max-width: 100% !important;
}
input::placeholder,
textarea::placeholder{
    color: rgba(106, 114, 130, 0.80) !important;
    font-size: 14px !important;
}

textarea{
    height: 64px !important;
}

input:focus,
textarea:focus,
.is-focused,
.choices .choices__inner{
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
}

.choices .choices__list--dropdown{
    border: 2px solid #F3F3F5 !important;
    box-shadow: unset !important;
    border-radius: 10px !important;
    margin-top: 4px !important;
    background-color: #F3F3F5 !important;
}
.choices.is-open:before{
    content: "none" !important;
    display: none !important;
}
.choices.is-open::after{
    transform: rotate(180deg);
}
.choices .choices__list--dropdown{
    border: 2px solid #F3F3F5 !important;
}
.choices__item.is-highlighted{
    background-color: #db242b !important;
    color: #fff;
}
.choices__item{
    font-size: 13px !important;
}
.choices::after{
    background-image: url(../image/arrow.png) !important;
    background-repeat: no-repeat !important;
    border: unset !important;
    height: 6px !important;
    width: 10px !important;
    background-size: contain !important;
}
.choices .choices__inner{
    padding-left: 10px !important;
}
.choices.is-open:after{
    margin-top: -2.5px !important;
}

.wpforms-submit{
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 10px !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #DC2626 !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    transition: all 0.3s ease !important;
    border: 1px solid #DC2626 !important;
    font-family: "Inter", Sans-serif !important;
    position: relative !important;
    width: 100% !important; 
}
.choices[data-type*="select-one"] .choices__button{
    opacity: 1 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-container{
    position: relative;
    display: block;
}
.form-image{
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
}


@media screen and (max-width: 1024px){
	.contact-form-page .wpforms-field-container .inputw50.wpforms-field {
	    width: 100% !important;
	}
    .form-container{
        display: block;
    }
    .form-section{
        position: relative;
        width: 100%;
        margin: 0px auto;
    }
    .form-section > .elementor-element{
        position: relative;
        margin: auto;
        left: unset !important;
    }
    .form-image{
        display: none;
    }
}

.wp-singular .form-image{
    height: 600px;
}

.wp-singular .form-image > .elementor-element{
    height: 100%;
}

.wp-singular .form-image > .elementor-element img{
    height: 100%;
    width: 727px;
    object-fit: cover;
}

.blog-cat-wrapper .ajax-filters{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-cat-wrapper .ajax-filters a{
    border: 1px solid #1A235E;
    border-radius: 10px;
    padding: 10px 15px;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #1A235E;
}

.blog-cat-wrapper .ajax-filters a.active{
    background-color: #EC2E18;
    border-color: #EC2E18;
    color: #fff;
}

.insights-wrapper .no-post-found{
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #1A235E;
}



.ehf-header #masthead.sticky-header {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 999 !important;
}
.ehf-header #masthead.sticky-header .flexHeader {
    background: #0A0E27;
    border-bottom: 1px solid #ffffff80;
    
}

.ehf-header #masthead.sticky-header .flexHeader .header-col {
	border-bottom: none;
}


.blog-detail-list-title span {
	font-weight: 400;
}
.blog-detail-list-content span {
	font-size: 18px;
	font-weight: 600;
}


.contact-us-boxshadow {
    box-shadow: 0px 4px 6px -4px #0000001A,
    0px 10px 15px -3px #0000000D;
}

.contact-form-page  .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
}
.contact-form-page  .wpforms-field-container .inputw50.wpforms-field {
  width: calc(50% - 10px);
}

.contact-form-page  .wpforms-field-container .wpforms-field {
	width: 100%;
}


.form-section .elementor-element.elementor-element-1e84ee5 {
	display: none;
}
.formShadow {
	box-shadow: 0px 4px 6px -4px #0000001A,
            0px 10px 15px -3px #0000001A;
}
/*.contact-form-page .hideInput input{
	display: none !important;
} */
.contact-form-page  .wpforms-field-description{
	font-family: "Inter", Sans-serif;
	font-weight: 500;
	font-style: Medium;
	font-size: 13px;
	leading-trim: NONE;
	line-height: 14px;
	letter-spacing: 0px;
	color: #6A7282CC;

}

@media (max-width: 767px) {
  #wpforms-1509 .inputw50 {
    width: 100%;
  }
  .mwidth100 .elementor-widget-text-editor {
    max-width: 100% !important;
}
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner{
    margin-left: 48% !important;
    margin-right: 0;
    margin-top: 10px !important;
}

.single-form-section .formShadow:has(.wpforms-confirmation-container-full){
    min-height: 570px;
    height: 100%;
}
.custom-form-wrapper > .elementor-element:has(.wpforms-confirmation-container-full){
    min-height: 468px;
    height: 100%;
    display: flex;
    align-items: center;
}

.insights-wrapper .eael-grid-post-excerpt p{
    padding-bottom: 32px;
}
.insights-wrapper article{
    position: relative;
}
.insights-wrapper .eael-post-elements-readmore-btn{
    position: absolute !important;
    bottom: 22px;
}
.single-insight .single-form-wrapper{
    display: none;
}

.single-insight .division-banner{
    display: none;
}
.insights-banner-section{
    display: none;
}
.single-insight .insights-banner-section{
    display: block;
}

.wpforms-field-description,
.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder{
    font-size: 13px !important;
    color: #373737 !important;
    font-weight: 500 !important;
    line-height: 14px !important;
}


.wpforms-field-description{
    font-size: 13px !important;
    color: #6A7282CC !important;
    font-weight: 500 !important;
    line-height: 14px !important;
}

.wpforms-error{
    margin-top: 6px !important;
}

.call-btn-wrapper svg{
    height: 20px;
    width: 20px;
}


.single-divisions .entry-title {
    display: none !important;
}