ul.sub-menu:last-child {
	left: unset !important;
	right: 0% !important;
}
#site-navigation ul li ul.sub-menu, #site-navigation ul li ul.children {
	z-index: 100;
}


/*06-09-2024 (post design)*/

.cust-post h2.elementor-heading-title.elementor-size-default {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px !Important;
}
.cust-post .elementor-widget-theme-post-excerpt .elementor-widget-container{
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 105px !important;
}
.cust-post span.elementor-post-info__terms-list {
    display: none !important;
}

/*06-09-2024 (single page comment box)*/

.cust-commentbox.de_scroll_animation_no.elementor-element.elementor-element-c55a365.elementor-widget.elementor-widget-post-comments {
    max-height: 200px;
}

/*06-09-2024*/

.cust-button-banner .elementor-button span {
    text-decoration: underline #00016e !important;
}


/*11-09-2024 (map width )*/

.elementor-element.elementor-element-3c7a432.cust-map.de_scroll_animation_no.elementor-widget.elementor-widget-html {
    width: 50%;
}


/*12-09-2024 (table email break in 425px screen )*/

table.with_frm_style.frm-responsive-table.frm-alt-table a {
    overflow-wrap: break-word;
}

/*12-09-2024 css start*/
.cust-airport-overflow {
	overflow: hidden
}
.cust-gap > .elementor-element > .e-con-inner {
	flex-wrap: nowrap;
}

/*12-09-2024 (table heading break in 425px screen )*/
table.with_frm_style.frm-responsive-table.frm-alt-table td::before {
    word-wrap: break-word;
    white-space: normal;
}

/*13-09-2024 (button hide )*/
.cust-send-quote #frm_field_2755_container{
	display: none !Important;
}


/* 16-09-2024 start */

.logged-in .cust-login{
	display: block !important;
}

.logged-in .cust-logout{
  	display: none !important;
}

.cust-login{
	display: none !important;
}

.cust-out{
	display: block !important;
}


/* 16-09-2024 end */

/* 19-09-2024 start (button center)*/
.elementor-element.elementor-element-e72d075.de_scroll_animation_no.elementor-widget.elementor-widget-shortcode {
    align-self: center;
}

/*email break*/
table.with_frm_style.frm-responsive-table.frm-alt-table {
    overflow-wrap: break-word;
}


/*form dropdown*/
.cust-dropdown select { padding-right:35px !important }


/*header */

 @media screen and (max-width:1024px) {
.cust-header {
	position: relative
}
.cust-header .cust-menu {
	position: static !important
}
.cust-header .cust-logo,
.cust-header .cust-search {
	z-index: 2
}
.cust-header .cust-menu .elementor-widget-navigation-menu {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 100%;
}
.cust-header .cust-menu .elementor-widget-navigation-menu > .elementor-widget-container > .hfe-nav-menu {
	height: 100%
}
.cust-header .cust-menu .elementor-widget-navigation-menu .hfe-dropdown {
	width: 100% !important;
	left: 0px;
	padding: 0 20px;
}
}
/* 19-09-2024 end */

/*23-10-2024 css start*/
.single-post {
	background-color: #F6F6F6
}
.single-post .site-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.single-post .site-content a {
	color: #00016E;
	text-decoration: none
}
.single-post .site-content figure.wp-block-image.size-large {
/* 	width: 100vw;
	max-width: unset !important;
	position: relative;
	left: 50%;
	transform: translateX(-50%); */
	margin-bottom: 40px;
}
.single-post .site-content figure.wp-block-image.size-large > img {
	width: 100%;
	object-fit: cover;
	height: 650px;
	object-position: center bottom;
}
/*related blog css*/
.single-post #jp-relatedposts h3.jp-relatedposts-headline {
	color: #00016E;
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}
.single-post #jp-relatedposts .jp-relatedposts-items {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0 20px;
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	background-color: #ffffff;
	padding: 20px;
	width: 100%;
	float: none;
	opacity: 1;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.08);
	transition: all ease 0.5s;
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0);
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
	margin-bottom: 15px;
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title,
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: #00016E;
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-decoration: none !important;
}
.single-post .sd-social a.share-icon {
	border: none;
	box-shadow: none !important;
}
.single-post .sd-social a.share-twitter {
	background-color: #1da1f2 !important;
}
.single-post .sd-social a.share-facebook {
	background-color: #1877F2 !important;
}
.single-post .sd-social a.share-twitter span,
.single-post .sd-social a.share-twitter:before,
.single-post .sd-social a.share-facebook span,
.single-post .sd-social a.share-facebook:before {
	color: #fff
}
.single-post .site-content .wp-block-list {
	margin: 20px;
	padding: 0
}
.single-post .ast-article-single { padding:40px 20px; }
.single-post.ast-no-sidebar.ast-separate-container .entry-content .alignfull {
	margin-left: -20px !important;
	margin-right: -20px !important;
}
@media screen and (max-width:991px) {
.single-post #jp-relatedposts .jp-relatedposts-items {
	grid-template-columns: repeat(2, 1fr);
}
.single-post .site-content figure.wp-block-image.size-large > img {
	height: 450px
}
.single-post #jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 30px;
	line-height: 40px;
}
}
@media screen and (max-width:767px) {
.single-post #jp-relatedposts .jp-relatedposts-items {
	grid-template-columns: 100%;
}
.single-post .site-content figure.wp-block-image.size-large > img {
	height: 250px
}
.single-post #jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 24px;
	line-height: 30px;
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title,
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: 18px;
	line-height: 28px;
}
}

/* 31-12-2024 start */

.mce-panel iframe {
    height: auto !important;
}
.mce-statusbar {
    display: none !important;
}
/* 31-12-2024 end */


body {
    background-image: none !important;
}

.ast-site-identity {
    padding: 0 !important;
    margin: 0 !important;
}

.ast-header-break-point .main-header-bar,
.main-header-bar {
    min-height: 60px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.main-header-bar {
    min-height: 60px !important;
    padding: 0 !important;
    background: none !important;
}

.ast-site-identity {
    padding: 0 !important;
    margin: 0 !important;
}

body .ast-site-header-wrap {
    background-image: none !important;
    background-color: #fff !important;
}

/* Shrink Astra header when only primary menu is active */
.ast-builder-layout-element.site-navigation {
    margin: 0 !important;
    padding: 0 !important;
}

.ast-builder-header-row {
    min-height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ast-header-break-point .main-header-bar {
    height: auto !important;
    min-height: 40px !important;
    padding: 0 !important;
}

/* Remove invisible spacing above and below */
.main-header-bar,
.ast-primary-header-bar {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

/* Optional: force menu links to be vertically aligned */
.ast-main-header-nav {
    align-items: center !important;
}
.site-footer {
    display: none;
}
.frm_section[data-frmhide="1"] {
    display: none !important;
}