/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
#toplevel_page_elementor .plugin-update.colspanchange .update-message {
    display: none !important;
}

.ast-search-menu-icon.slide-search a:focus-visible:focus-visible, .astra-search-icon:focus-visible, #close:focus-visible, a:focus-visible, .ast-menu-toggle:focus-visible, .site .skip-link:focus-visible, .wp-block-loginout input:focus-visible, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, .ast-header-navigation-arrow:focus-visible, .woocommerce .wc-proceed-to-checkout > .checkout-button:focus-visible, .woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible, .ast-orders-table__row .ast-orders-table__cell:focus-visible, .woocommerce .woocommerce-order-details .order-again > .button:focus-visible, .woocommerce .woocommerce-message a.button.wc-forward:focus-visible, .woocommerce #minus_qty:focus-visible, .woocommerce #plus_qty:focus-visible, a#ast-apply-coupon:focus-visible, .woocommerce .woocommerce-info a:focus-visible, .woocommerce .astra-shop-summary-wrap a:focus-visible, .woocommerce a.wc-forward:focus-visible, #ast-apply-coupon:focus-visible, .woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible, #close:focus-visible, .button.search-submit:focus-visible, #search_submit:focus, .normal-search:focus-visible, .ast-header-account-wrap:focus-visible, .woocommerce .ast-on-card-button.ast-quick-view-trigger:focus {
	outline-style: unset !important;
	outline-color: unset !important;
	outline-width: unset !important;
}


.mobi-hide{display:none;}
.showhide{display:block;}	

.ehf-header #masthead {
	z-index: 999 !important;
}
#elementor-popup-modal-2900 .dialog-widget-content {
	background-color: rgba(255, 255, 255, 0.8) !important;
	backdrop-filter: blur(10px) !important;
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute!important;
    height: 2px!important;
    width: 66%!important;
    top: 68%!important;
    left: 5px!important;
    margin-top: -1px!important;
    background: #fff!important;
    border-radius: 5px!important;
    margin-top: -6px!important;
}
.modal-video-close-btn {
    top: -13px!important;
    right: -10px !important;
    display: inline-block;
    width: 27px!important;
    height: 27px!important;
    background: red !important;
    padding: 0 !important;
    border-radius: 50px !important;
}
.modal-video-movie-wrap iframe {
    border-radius: 18px !important;
    padding: 10px !important;
    background-color: #E3ECF6 !important;
}
.modal-video-movie-wrap {
    background-color: transparent !important;}
.slick-slider img {
    width: 100%;
    height: auto;
}
.p-margin-bot p{
	margin-bottom:0;
}
}
.p-margin-bot-28 p{
	margin-bottom:28;
}
.primary-btn {
	width: 100%;
	max-width: 160px !important;
}
.primary-btn a {
	width: 100%;
}
.min-height-30 p{
min-height: 30px;
}
/* Slider Navigation Globabl */
.cem-slider-navigation, .iss-slider-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width:110px;
}
.prev-arrow, .next-arrow {
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* main-header scrolling animation */
.mca-main-header {
  transition: margin-top 1.5s ease-in-out; /* Smooth hide/show transition */
}
.mca-main-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.88);
	box-shadow: 0 -2px 10px #00000082;
}

/* flag menu-drop-down */

.mc-dropdown {
  position: relative;
  display: inline-block;
}
.mc-dropdown:hover .mc-dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.mc-dropdown-toggle {
  padding: 0;
  font-size: 15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #093685;
  display: flex;
  align-items: center;
  box-shadow: unset;
}

.mc-dropdown-toggle:hover, .mc-dropdown-toggle:focus {
	background-color: transparent;
	color: #093685;
}
.mc-dropdown-menu {
  display: block;
  position: absolute;
  top: 30px;
  left: -10px;
  background-color: white;
  box-shadow: none;
  min-width: 84px;
  padding: 0;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.5s ease;
  border: 1px solid #ddd;
  visibility: hidden;
}
.mc-dropdown:hover .mc-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.mc-dropdown-item span {
	min-width: 31px;
}
.mc-dropdown-toggle img {
	width: 23px;
	height: 15px;
	object-fit: cover;
	border-radius: 5px;
	margin-left: 15px;
}
.mc-dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.mc-dropdown-item {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  color: #093685;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-family: "Inter", Sans-serif;
}

.mc-dropdown-item img {
  width: 21px;
  margin-left: 10px;
  border-radius: 5px;
}
.mc-dropdown-item:hover {
  background-color: #f0f0f0;
  color: #F8941E;
}
.mc-dropdown-item:hover span, .mc-dropdown:hover button, .m-icon:hover h3 span, .mr-icon .elementor-element:hover .elementor-heading-title {
	color: #F8941E;
}
.mr-icon:hover .h-text-col h4 {
	color:#F8941E !important;
}
.mc-dropdown-item:hover {
  background-color: #f0f0f0;
}
#e-n-menu-dropdown-icon-1811 {
	box-shadow: none !important;
}
/* flag menu-drop-down */
.logo-slide {
	width: 110px !important;
	height: 110px !important;
	background-size: cover;
	background-position: center;
	transition: filter 0.3s ease, transform 0.3s ease;
	filter: grayscale(100%);
	margin-right: 30px;
}
/* Home UI SS section */
.hero-main-text h1, .hero-main-text h2 {
	background: rgb(67,81,142);
	background: linear-gradient(150deg, rgba(67,81,142,1) 0%, rgba(79,119,151,1) 95%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

@media (min-width: 1600px) {
.mc-hero-scetion {
	background-position: 0px 346px !important;
	background-repeat: no-repeat !important;
	background-size: 1920px auto !important;
	overflow: visible;
}	
}


/* footer style */
.footer-nav .hfe-nav-menu-layout ul li a:hover {
	transform: translateY(-5px);
}
.footer-nav .hfe-nav-menu-layout ul li a {
	transition: all ease-in-out 0.3s;
}
/* footer style */

/* Industry specialised solutions Starts */
.iss-section-bg {
	background-image: url('https://bluelotus360.com/lk/wp-content/uploads/2024/11/demo-corporate-redme-now.jpg');
	background-repeat: no-repeat;
	background-size: 1379px;
	background-position: 50% 50%;
}
span.sub-title-linear {
    display: block;
    height: 32px;
    border-radius: 25px;
    position: relative;
}
span.sub-title-linear p {
  margin: 0;
  line-height: 0; 
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "inter", sans-serif;
  font-size: 15px;
}
.gra-linear-1{
	width: 139px;
 background: rgb(247,147,30);
background: linear-gradient(90deg, rgba(247,147,30,1) 0%, rgba(166,23,166,0) 100%); 
}
.gra-linear-2 {
	width: 130px;
	background: rgb(37,90,194);
	background: linear-gradient(90deg, rgb(37, 90, 194) 0%, rgba(77,47,116,0) 91%);
}
.gra-linear-3{
	width: 185px;
    background: rgb(247,147,30);
    background: linear-gradient(90deg, rgba(247,147,30,1) 0%, rgba(35,14,171,0.7) 42%, rgba(37,90,194,0) 87%);
}
.iss-slider-outer {
	clip-path: inset(0px -100% 0px -15px);
}
.iss-slider{
    margin-left: -53px;
}
.iss-image {
	width: 44px;
	height: 57px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
}
.iss-list li {
	font-size: 14px;
}
.iss-content li, .iss-content li a {
	color: #093684;
}
.iss-content:hover h5, .iss-content:hover .iss-title, .iss-content:hover .csb-text   {
	color: #F8941E;
}

.iss-content li a:hover{
	color: #F8941E;	
}
.ocbs-rag:hover h3, .ocbs-rag:hover p {
	color: #FED143 !important;
}
.iss-title {
	color: #093685;
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	max-width: 150px;
	min-height: 48px;
	word-break: keep-all;
}
.iss-title-3 {
	margin-bottom: 16px;
}
.iss-list {
	margin: 0 0 0 13px;
}
.iss-slider-wrapper {
	padding-left: 33px;
	padding-right: 36px;
}
.iss-slider .slick-slide {
	border-left: 1px solid #91ABBD !important;
	min-height: 296px;
	width: 243px !important;
}
/* Comprehensive ERP Modules */
.slider-outer .e-con-inner {
    clip-path: inset(0px -100% 0px -15px);
}
.cem-slider .slick-list {
    overflow: visible;
}
.cem-slider {
    margin-left: -145px;
}
.cem-slider .slick-slide {
	min-height: 428px;
	width: 346px !important;
	margin-right: 20px;
}
.cem-slider-wrapper {
    height: 428px;
    width: 346px;
    border-radius: 15px;
}
.cem-gra-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.cem-gra-wrap::before,
.cem-gra-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease; 
	border-radius: 15px;
}
.cem-gra-wrap::before {
    background: linear-gradient(180deg, rgba(34, 65, 90, 0.4) 0%, rgba(15, 32, 63, 1) 100%);
    opacity: 1;
}
.cem-gra-wrap::after {
    background: linear-gradient(180deg, rgba(9, 34, 88, 0.6) 0%, rgba(116, 66, 104, 0.78) 46%, rgba(241, 193, 40, 1) 100%);
    opacity: 0; 
}
.cem-main-wrap:hover .cem-gra-wrap::before { opacity: 0; }
.cem-main-wrap:hover .cem-gra-wrap::after { opacity: 1; }
.cem-hover-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    z-index: 990;
    position: relative;
    padding: 39px;
}
.cem-h-icon {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	align-self: flex-start;
}
.cem-title-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 36px;
}
.cem-content { text-align: left;}
.cem-h-go-icon {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 47px;
	height: 47px;
	margin-bottom: -30px;
}
h5.cem-title {
	color: #ffffff;
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.cem-sub-title {
    color: #fff;
    font-weight: 400;
    font-family: "inter", sans-serif;
    opacity: .5;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}
.cem-main-wrap::after {
    content: '';
    width: 290px;
    height: 15px;
    background-color: #0A152A;
    position: absolute;
    filter: blur(13px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 34px;
    z-index: -1;
}
.cem-main-wrap {
    padding-bottom: 43px;
    position: relative;
}
.cem-main-wrap:hover::after { background: linear-gradient(90deg, rgba(241,193,40,1) 0%, rgba(247,147,30,1) 100%); }
.cem-h-icon, .cem-h-go-icon {
	opacity: 0; 
    transition: opacity .5s ease;
}
.cem-main-wrap:hover .cem-h-icon,
.cem-main-wrap:hover .cem-h-go-icon {
    opacity: 1; 
}

/* Loved by Users Section */
.review-sld-wrapper {
	width: 100%;
	max-width: 600px;
	text-align: center;
}
.re-sld-review-txt {
	margin-top: 40px;
	margin-bottom: 30px;
}
.re-sld-icon {
	width: 56px;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 auto;
}
.home .re-sld-person {
	width: 300px !important;
}
.re-sld-person {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 77%;
	margin: 0 auto;
	gap: 10px;
}
.re-sld-headshot {
	width: 100%;
	max-width: 42px;
	height: 42px;
	background-size: cover;
	background-position: center;
	border-radius: 50px;
}
.re-sld-profile {
	text-align: left;
	width: auto;
	padding-left: 10px;
}
.pro-name {
	font-family: "Familjen Grotesk", sans-serif;
	font-size: 16px;
	color: #436D8E;
	font-weight: 700;
}
.pro-title {
	font-size: 12px;
	color: #436D8E;
}
.re-sld-review-txt p {
	font-size: 16px;
	color: #436D8E;
	margin-bottom: 0;
}
.re-sld-review-txt {
	padding: 10px;
}
.loved-by-users-bg::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	max-width: 1443px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	border-radius: 25px;
	z-index: 1;
	background: rgb(177,200,219);
	background: linear-gradient(180deg, rgba(177,200,219,1) 0%, rgba(200,223,241,1) 100%);
}
.mc-bg-test .logo-slide {
	background: linear-gradient(180deg, rgb(197, 219, 237) 0%, rgb(198, 221, 239) 100%);
}
.mc-bg-test .logo-slide img {
	width: 156px;
	height: 60px;
	object-fit: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	mix-blend-mode: multiply;
}
.mc-blub {
	position: absolute;
	top: 0;
	width: 900px;
}
.slick-dots li {
	width: 7px;
	height: 7px;
	background-color: #91ABBD;
	border-radius: 50px;
	box-shadow: unset !important;
	transition: width 1.5s ease-in-out;
}
.slick-dots li.slick-active {
	width: 30px;
	background-color:#093685;
}
.slick-dots li button::before {
content:unset;
}
.slick-dots li button {
	box-shadow: unset !important;
}
.slick-dots {
	bottom: -33px;
}

/* Get Your Free Demo */
.home-form .fluentform .ff-el-group {
	margin-bottom: 23px !important;
}
.fluentform .ff-el-form-control::placeholder {
	color: #173A79 !important;
	opacity: 1;
	font-size: 15px !important;
}
.contact-form-heading h3 {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #173A79;
}
.home-form-2 .contact-form-heading h3 {
	color: #fff;}
.home-form .fluentform-widget-wrapper {
  backdrop-filter: blur(135px);
  box-shadow: inset 0px 0px 8px rgba(70, 119, 165, 0.29);
}
.section-free-demo::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #CFDFEB;
	position: absolute;
	max-width: 1443px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	border-radius: 25px;
	z-index: -1;
}
.ff-btn-submit:hover {
  opacity: 1 !important;
}

/* Acumatica Cloud ERP ERP Solution for Large Enterprises Page */
.fmt-wrap:hover {
	transform: translateY(-8px);
}
.section-mc-red::after {
	background-color: #EAF2F8;
}
/* Section one with Testimonials */
.acu-pg-slider .re-sld-review-txt {
	margin-top: 0;
	margin-bottom: 23px;
	text-align: left;
}
.acu-pg-slider .re-sld-person {
	margin-left: 12px;
}
.acu-pg-slider .re-sld-icon {
	width: 93px;
	height: 82px;
	position: absolute;
	right: 12px;
	bottom: 0;
}
.acu-pg-slider .slick-dots {
	bottom: -8px;
	text-align: left;
}
.acu-pg-slider .re-sld-review-txt p {
	font-size: 15px;
	margin-bottom: 0;
}
.acu-pg-slider .review-sld-wrapper {
	max-width: 550px;
}

.acu-pg-slider .review-sld-inner-wrap {
	position: relative;
	padding-bottom: 28px;
}
.blue-mc-tabs .e-n-tabs-heading {
	position: relative;
}
.blue-mc-tabs .e-n-tabs-heading::before {
	content: '';
	width: 100%;
	height: 5px;
	background-color: #C7D7E2;
	border-radius: 5px;
	bottom: -20px;
	position: absolute;
}
.blue-mc-tabs .e-n-tab-title[aria-selected="true"]{
	position:relative;
}
.blue-mc-tabs .e-n-tab-title[aria-selected="true"]::after {
	content: '';
	background-color: #27A746;
	height: 5px;
	width: 100%;
	position: absolute;
	border-radius: 5px;
	bottom: -20px;
}

/* Cloud solutions built to industry specifications*/
.iss-slider-2 .iss-slider-wrapper {
	padding-left: 33px;
	padding-right: 24px;
}
.iss-slider-2 .csb-text {
	font-size: 15px;
	color: #6D7EA1;
	line-height: 20px;
	margin-bottom: 0;
}
.iss-slider-2 .slick-slide {
	border-left: 1px solid #C7D7E2;
	min-height: 306px;
	width: 243px !important;
}

/* Videos provided by Acumatica */

.vidoe-slider_wrapper {
	width: 495px;
	height: 342px;
	padding: 14px;
	background-color: #E3ECF6;
	margin-right: 34px;
	border-radius:18px;
}
.video-slider-navigation{
	display: flex;
  	justify-content: space-between;
  	align-items: center;
 	width: 110px;
}
.video-slider .slick-list {
	overflow: visible;
	clip-path: inset(0px -100% 0px -17px);
}
.video-title {
	font-family: "Familjen Grotesk", sans-serif;
	font-size: 16.6px;
	font-weight: 700;
	line-height: 17px;
	max-width: 308px;
}
.video-pop-wrap {
	width: 100%;
	height: 264px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
.video-desecription {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	height: 63px;
}
.video-play-icon img {width: 20px;}

.main-vid-play-btn {
	width: 72px;
	height: 72px;
	position: absolute;
	background-size: contain;
	border-radius: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #D9D9D9;
}

/* Join Leading Global Businesses Section */

.review-sld-wrapper-2 {
	width: 100%;
	max-width: 583px;
	background-color: #91ABBD;
	padding: 24px;
	border-radius: 25px;
	min-height: 235px;
	margin-right: 34px;
}
.review-sld-inner-wrap-2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 187px;
	gap: 20px;
}
.re-sld-person-2 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}
.re-sld-headshot-2 {
	width: 65px;
	height: 65px;
	background-size: cover;
	background-position: center;
	border-radius: 50px;
}
.re-sld-review-txt-2 p {
	font-size: 15px;
	color: #093685;
	margin-bottom: 0;
	line-height: 20px;
	padding-right: 30px;
}
.re-sld-profile-2 h3 {
	font-size: 16.3px;
	color: #093685;
}
.re-sld-profile-2 .pro-title-2 {
	font-size: 12.5px;
	color: #093685;
}
.review-slider-2 .slick-dots {
	bottom: -55px;
}

/* Frequently Asked Questions */

.e-n-accordion-item-title-icon {
	right: 26px;
	position: absolute !important;
}

/* Industry Page */
.blue-mc-tab2 .e-n-tab-title[aria-selected="true"]::after {
	content: '';
	background-color: #093685 !important;
}

/* Industry Detail Page */

.ind-details-testi::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	max-width: 1443px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	border-radius: 25px;
	z-index: 1;
	background: #EAF2F8;
}
.indus-testi-slider .review-sld-wrapper-2 {
	background-color: #C7D7E2;
}
.indus-testi-slider .re-sld-headshot-2 {
	width: 55px;
	height: 55px;
}
.indus-testi-slider .re-sld-review-txt-2 h4 {
	margin-bottom: 15px;
	color: #093685;
}
.indus-testi-slider .slick-dots {
	text-align: left;
}

/* Blog Page */
.mc-blog-grid .uc_post_grid_style_one_image {
	background-color: #f0f5fa;
}
.mc-blog-grid .uc_post_image {
  background-color: #f0f5fa;
  margin: 13px;
}
.uc-select-filter__select,.uc-search-filter__input {
	height: 58px !important;
}
.mc-blog-grid .uc_post_image::before {
	content: 'ARTICLE';
	position: absolute;
	background-color: #FED143;
	z-index: 1;
	font-size: 15px;
	font-family: 'Inter';
	color: #093685;
	padding: 8px 16px 8px 9px;
	line-height: 15px;
	border-radius: 0 14px 14px 0px;
	top: 35px;
}
.mc-blog-grid-news .uc_post_image::before {
		content: 'NEWS' !important;
}

.mc-blog-grid .uc_content_inner> .uc_content-info-wrapper> .uc_post_text {
	display: none;
}
.mc-blog-grid .uc_content-info-wrapper {
	margin-bottom: 14px;
}

/* Customer Stories */
.cs-blog-grid .uc_content_inner> .uc_content-info-wrapper> .uc_post_text {
	display: none;
}
.cs-blog-grid .uc_content-info-wrapper {
	margin-bottom: 14px;
}
.cs-blog-grid .uc_post_grid_style_one_image {
	background-color: #f0f5fa;
}
.cs-blog-grid .uc_post_image {
  background-color: #f0f5fa;
  margin: 13px;
}
/*Single Blog Page */
/* Blog Single Page Astra theme Override */
.ast-separate-container .ast-article-single{
	padding:0;
}
 .single .ast-container,.archive .ast-container {
	max-width: 100% !important;
  	padding: 0 !important;
  }
.single-blog-header::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgb(39,167,70);
	background: linear-gradient(90deg, rgba(39,167,70,1) 0%, rgba(9,17,92,1) 47%, rgba(1,123,255,1) 68%, rgba(228,5,24,1) 100%);
	opacity: 24%;
	z-index: 10;
}
.single-blog-header::before{
  z-index: 9 !important;
}
.second-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1;
	background: rgb(15,32,63);
	background: linear-gradient(180deg, rgba(15,32,63,0) 0%, rgba(15,32,63,1) 100%);
}
.mc-post-content h2,.mc-post-content h3,.mc-post-content h4,.mc-post-content h5,.mc-post-content h6 {
	font-family: "Bricolage Grotesque", Sans-serif;	
	color: #093685;
	margin-bottom: 25px;
	margin-top: 0px;
}
.mc-post-content h26 {font-weight:700 !important;}
.mc-post-content h3,.mc-post-content h4,.mc-post-content h5,.mc-post-content h6 {font-weight:500 !important;}
.mc-post-content h2 {
	font-size: 25px;
	line-height: 30px;
}
.mc-post-content h3 {
  font-size: 22px;
  line-height: 28px;
}
.mc-post-content h4 {
  font-size: 20px;
  line-height: 26px;
}
.mc-post-content h5 {
  font-size: 18px;
  line-height: 24px;
}
.mc-post-content h6 {
  font-size: 16px;
  line-height: 22px;
}
.mc-post-content ul,.mc-post-content ol {
	margin-left: 15px;
	margin-bottom: 36px;
}
.mc-post-content ul li,.mc-post-content ol li {margin-bottom: 10px;}
.mc-post-content a {
	font-weight: 500;
	color: #192d4e;
}
.mc-post-content a:hover {color: #F8941E;}
.mc-post-content p {
    margin-bottom: 37px !important;
    font-size: 16px;
    line-height: 28px;
}
.mc-post-content p:last-child {margin-bottom: 0px !important;}

/* Blog Single Page Astra theme Override */
blockquote {
	border-left: unset;
	padding: 25px 50px 25px 97px;
	font-size: 17.7px !important;
	font-style: normal;
	margin: unset !important;
	position: relative;
	background-color: #EAF2F8;
	border-radius: 25px;
	font-family: "Bricolage Grotesque", Sans-serif;
	color: #093685;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 36px !important;
}
blockquote p{margin-bottom:0 !important;}
blockquote::before {
	content: '';
	background-image: url('https://bluelotus360.com/lk/wp-content/uploads/2024/11/green-qoute.svg');
	width: 56px;
	height: 47px;
	display: block;
	background-repeat: repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	left: 27px;
	top: 30px;
}
.cs-single-hero-list ul {
	margin-left: 38px;
	list-style: none;
}
.cs-single-hero-list ul li {
	position: relative;
	margin-bottom: 16px;
}
.cs-single-hero-list ul li::before {
	content: '';
	background-image: url('https://bluelotus360.com/lk/wp-content/uploads/2024/11/check-icon.svg');
	width: 24px;
	height: 24px;
	background-size: contain;
	position: absolute;
	left: -36px;
	top: 1px;
}
.swiper-slide-inner {
	border-radius: 20px;
	overflow: hidden;
}
/* News Single Page */
.news-image-wrap img {
  width: 50%;
  border-radius: 12px;
}
.news-image-wrap {
  display: flex;
  max-width: 100%;
  gap: 11px;
}
.mc-post-content img {
	border-radius: 12px;
}
.mc-post-content h2:first-child {
	margin-top: 0;
}
.mp-cat-fliter .e-filter-item[aria-pressed="true"] {
	font-weight: 700 !important;
}

/* Blue Lotus 360 MarketPlace */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
  border-bottom: unset;
  margin: unset;
  padding: unset;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single:not(.ast-related-post) {
  background-color: unset;
}

/* Abour Us Page */
.about-us-slider {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 0 !important;
}
.image-slider {
	height: 522px;
	border-radius: 16px;
	margin-left: 10px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.sld-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 25px;
	/* background: rgb(1,96,118); */
	background: linear-gradient(180deg, rgba(1,96,118,0) 0%, rgba(9,54,133,0.7791317210477942) 100%);
}
.sld-title h2 {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 80px;
	color: #fff;
	font-weight: 500;
	line-height: 60px;
}
.sld-des p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
}
.sld-des {
	width: 100%;
	max-width: 432px;
	margin-left: 8px;
}
.sld-title h2 span {
	font-size: 45px;
	font-weight: 600;
	margin-left: 8px;
}
.about-us-slider-nav {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	height: 144px;
}
.about-us-slider-nav .image-nav {
	width: 191px !important;
	height: 140px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	margin-right: 12px;
	border-radius: 16px;
}
.about-us-slider-nav .slick-current {
	border: 2px solid #f89d32;
}

.mobi-hide{display:none;}
.d-show-hide{display:block;}
/* About Us Page */
.video-slider3::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	z-index: -1;
	border: 2px solid #e3ebf6;
	border-style: dashed;
}
.g-up-img-wrap {
	width: 100%;
	height: 172px;
	border-radius: 12px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	border: 8px solid #093685;
}
.mc-main-line-start::after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #093685;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.mc-main-line::after {
	content: '';
	width: 2px;
	height: 118%;
	position: absolute;
	background-color: #093685;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.mc-main-line-end::after {
	content: '';
	width: 2px;
	height: 44%;
	position: absolute;
	background-color: #093685;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 40px;
}
.miles-wrapper {
	margin: 0 20px;
	position: relative;
}
.video-slider3 .slick-list {
	overflow: visible;
}
.miles-icon {
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}
.miles-date h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: "Bricolage Grotesque", Sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}
.miles-date {
	background-color: #093685;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: relative;
	margin: 40px auto;
}
.ul-mils {
	margin-left: 0;
/* 	height: 142px;
	overflow-y: scroll; */
	padding-left: 15px;
	margin-bottom: 0;
	padding-right: 5px;
}
.ul-mils li p {
	margin-bottom: 3px;
	font-family: "Inter", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}
.mile-details {
	width: 100%;
	max-width: 461px;
	border-radius: 10px;
	background-color: #F0F6FC;
	padding: 27px;
	border: 1px solid #C7D7E2;
	position: relative;
	z-index: 20;
}
.mile-details-left::after {
	content: '';
	background-image: url('https://bluelotus360.com/lk/wp-content/uploads/2025/01/Group-227.svg');
	position: absolute;
	width: 14px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
}
.mile-details-right::before {
	content: '';
	background-image: url('https://bluelotus360.com/lk/wp-content/uploads/2025/01/Group-228.svg');
	position: absolute;
	width: 14px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.mile-details.mile-details-right {
	max-width: 570px;
}
.miles-wrapper::after {
	position: absolute;
	content: '';
	width: 2px;
	height: 100%;
	background-color: #093685;
	top: 0;
	left: 50%;
	z-index: -1;
}
.miles-date h3 {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 25px;
	line-height: 25px;
}

/* Thank You page  */

.thnu-page-vidpop {
	width: 110px;
	height: 110px;
	background-size: cover;
	background-position: center center;
	border-radius: 13px;
	position: relative;
}
.thunu-pg-content-wrap {
	position: absolute;
	bottom: 0;
	padding: 50px 24px;
	z-index: 8;
}
.thunu-pg-content-wrap .th-title {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	color: #C7D7E2;
}
.thu-btn-link {
	color: #FED143;
	font-size: 25px;
	font-weight: 600;
}
.thu-btn-link {
	color: #FED143;
	font-size: 25px;
	font-weight: 600;
	padding-top: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.thu-btn-link img {
	width: auto;
	height: 27px;
}
.thu-btn-link:hover {
	color: #FED143;
}

.thnu-page-vidpop .js-modal-btn .video-play-icon {
	width: 108px;
	height: 108px;
	display: block;
	transform: scale(1);
	transition: all 0.4s ease-in-out;
}
.thnu-page-vidpop .js-modal-btn:hover .video-play-icon {
	transform: scale(1.05);
	transition: all 0.4s ease-in-out;
}
.thnu-page-vidpop .js-modal-btn .video-play-icon img {
	width: 108px;
	height: 108px;
	border-radius: 50%;
	border: 1.5px solid #ffffffc4;
	background-color: #fff0;
	backdrop-filter: blur(15px);
}
/*
	background: linear-gradient(180deg, rgba(255,255,255,0) 25%, rgb(9, 54, 133) 100%);
} */
.box-gradient {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 25%, rgb(3, 16, 41) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
}

/* Mobile Resposive Starts Here
//////////////////////////////////////////
////////////////////////////////////////////////////
//////////////////////////////////////////////////////// */



/* Media-qureis Mobile Resposive*/

@media (max-width: 767px) {	

.mobi-hide{display:block;}
.showhide{display:none;}		
	
/* Acumatica Cloud ERP page	 */

.re-sld-review-txt {
	margin-top: 20px;
	margin-bottom: 18px;
}
.sld-title h2 span {
	font-size: 25px;
	margin-left: 0;
}	
.about-us-slider-nav .image-nav {
	width: 185px !important;
	height: 144px;
	margin-right: 6px;
}	
.sld-des {
	width: 100%;
	margin-left: 0;
}	
.sld-content {
	padding: 20px;
}	
.image-slider {
	height: 380px;
	margin: 0 5px;
}
.sld-title h2 {
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
}	
.mc-post-content h2 {
	font-size: 20px;
	line-height: 26px;
}	
.sld-des p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 21px;
}	
.contact-form-heading h3 {
	font-size: 25px;
    text-align: center;
    margin-bottom: 0;
}	
.acu-pg-slider .review-sld-wrapper {
	max-width: 350px;
	margin: 0 auto;
}
.acu-pg-slider .re-sld-icon {
	width: 60px;
	height: 60px;
	bottom: 23px;
}
.iss-image {
	width: 40px;
	height: 50px;
	margin-bottom: 10px;
}
.iss-title {
	font-size: 18px;
	width: 100%;
	max-width: 150px;
	min-height: auto;
	margin-bottom: 10px;
}
.iss-slider-2 .slick-slide {
	border-left: 1px solid #C7D7E2;
	min-height: auto;
	width: 350px !important;
	border-right: 1px solid #C7D7E2;
}
.iss-slider {
	margin-left: 0;
}	
.iss-slider-2 .iss-slider-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}	
.vidoe-slider_wrapper {
	width: 350px;
	height: 260px;
	padding: 14px;
	margin-right: 30px;
}
.video-pop-wrap {
	width: 100%;
	height: 180px;
}	
.video-title {
	font-size: 14px;
	line-height: 15px;
}	
  .review-sld-wrapper-2 {
    max-width: 350px;
    padding: 20px;
    min-height: 235px;
    margin: 0 12px;
  }
.re-sld-profile-2 h3 {
	font-size: 15px;
}	
.re-sld-review-txt-2 p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 20px;
	padding-right: 0;
}
.re-sld-headshot-2 {
	width: 55px;
	height: 55px;
}
.e-n-accordion-item-title {
	padding: 15px 45px 15px 15px !important;
}
  .e-n-accordion-item-title-icon {
    right: 16px;
    position: absolute !important;
    top: 20px;
  }
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
	height: 17px;
	width: 17px;
}	
	
/* Industry Page Mobile */
	
.mbr-hide{display:none;}

	
.indus-testi-slider .slick-list {overflow: visible !important;}	
.review-slider-2 .slick-list {
	overflow: visible;
}
.single .ast-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}	
blockquote {
	padding: 80px 20px 20px;
	font-size: 16px !important;
	line-height: 30px;
}	
 blockquote::before {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
/* News Single page	 */
.mc-post-content h2 {
	font-size: 20px;
	line-height: 26px;
}
.mc-post-content p {
	margin-bottom: 20px;
}
.mc-post-content h2, .mc-post-content h3, .mc-post-content h4, .mc-post-content h5, .mc-post-content h6 {
	margin-bottom: 20px;
	margin-top: 20px;
}	
.indus-testi-slider .slick-dots {
  text-align: center;
}
.review-slider-2 .slick-dots {
  bottom: 0;
	padding-bottom: 0px;
}
.video-slider ..slick-dots {
	bottom: -17px;
}
.slick-dots {
	position: relative;
}	
.e-n-menu-heading li:last-child div a {
	padding-bottom: 20px !important;
}
#e-n-menu-title-1811 {
	padding-top: 18px !important;
}

/* About Us Mobile 	 */
.mc-main-line::after {
	height: 155%;
}
.iss-list.mc-flex-list li {
	flex: 1 1 calc(50% - 1rem) !important;
	font-size: 13px;
}	
.e-n-tab-title-text {
	width: 100%;
	line-height: 25px;
	text-align: center !important;
}
.thnk-big-title h3 {
	white-space: unset!important;
	overflow: unset!important;
	text-overflow: unset!important;
	max-width: unset!important;
}	
}