/* 
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
*/

/* Add your custom styles here */

body .elementor .num-icon{
	width: 100px;
	height: 100px; 
	filter: grayscale(1) invert(1) !important;
}

body .elementor p.gform_required_legend {
	display: none;
}

body .elementor .bluebg-form .gform_wrapper.gravity-theme .gfield_label , body .elementor .bluebg-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label , body .elementor .gform_wrapper.gravity-theme .gfield_label::placeholder , body .elementor .bluebg-form .gform_wrapper.gravity-theme .gfield_description ,
body .elementor .bluebg-form .gfield_checkbox .gchoice label , 
body .elementor .bluebg-form .gfield_radio .gchoice label{
	color: #fff ;
	font-family: "Rubik" !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

body .elementor .bluebg-form .gform_wrapper.gravity-theme input , body .elementor .bluebg-form .gform_wrapper.gravity-theme textarea , body .elementor .bluebg-form .gform_wrapper.gravity-theme select{
	border: 1px solid #78789b;
	background: #242f5d;
	color: #fff;
	border-radius: 4.5px;
}

body .elementor .bluebg-form .gform_wrapper.gravity-theme input[type="submit"]{
	border-radius: 30px;
	background-color: #fff;
	color: #263fd5;
	border: none;
}

body .elementor .bluebg-form .gform_wrapper.gravity-theme input[type="submit"]:hover {
	background-color: #02a2b1;
	color : #fff;
}

body .elementor .bluebg-form.green-submitbtn .gform_wrapper.gravity-theme input[type="submit"]:hover{
	background-color: #66CC83;
	color: #0C184C;
}

body .elementor .bluebg-form.purple-submitbtn .gform_wrapper.gravity-theme input[type="submit"]:hover{
	background-color: #B068FF;
	color: #fff;
}

body .elementor .bluebg-form.pink-submitbtn .gform_wrapper.gravity-theme input[type="submit"]:hover{
	background-color: #E74697;
	color: #000;
}


body .elementor .bluebg-form .gfield_fileupload_filename , body .elementor .bluebg-form .gfield_fileupload_percent , body .elementor .bluebg-form .gform_confirmation_message{
	color : #fff !important;
}

body .elementor .bluebg-form .gform_wrapper.gravity-theme .gfield_description{
	background-color: transparent;
}

body .elementor .testimonial-bgimg .swiper-slide.ame-marquee__item.ame-aliment-center , body .elementor .testimonial-bgimg.white-bg .swiper-slide.ame-marquee__item.ame-aliment-center:after{
	position: relative;
}

body .elementor .testimonial-bgimg  .swiper-slide.ame-marquee__item.ame-aliment-center:after{
	content:'';
	position: absolute;
	background-image: url(/wp-content/uploads/2026/03/testimonial-bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 250px;
	height: 250px;
	bottom: -2rem;
	right: -1rem;
}

body .elementor .testimonial-bgimg.whitebg-petals .swiper-slide.ame-marquee__item.ame-aliment-center:after{
	background-image: url(/wp-content/uploads/2026/03/white-petal-e1773924027493.png);
	width: 260px;
	height: 260px;
	bottom: -3rem;
	right: 0px;
}

body .elementor .testimonial-bgimg.no-bgimg .swiper-slide.ame-marquee__item.ame-aliment-center:after{
	background-image: unset !important;
}

body .elementor .testimonial-bgimg.greypetal-bgimg .swiper-slide.ame-marquee__item.ame-aliment-center:after{
	background-image: url(/wp-content/uploads/2026/03/grey-petals.svg) !important;
	bottom: 0;
	right: -1.6rem;
}

body .elementor .testimonial-bgimg.tulip-bgimg .swiper-slide.ame-marquee__item.ame-aliment-center:after{
	background-image: url(/wp-content/uploads/2026/04/grey-tulip-petals.svg) !important;
}

body .elementor .testimonial-bgimg .ame-marquee__testimonial-content {
	position: relative;
	z-index: 9;
}

body .elementor .testimonial-bgimg .ame-marquee__author-details {
	margin-top: 40px;
}

/* About Page vertical navigation ---- */
body .elementor .flex-accordion{
	display:flex;
	height:300px;
	overflow:hidden;
	border-radius:8px;
	font-family: "Rubik" !important;
}

body .elementor .flex-accordion .panel{
	flex:0 0 50px;
	background:#263FD5;
	color: #fff;
	cursor:pointer;
	transition:all .4s ease;
	display:flex;
	position:relative;
	overflow:hidden;
	border-color: #fff;
	border-style: solid;
}

body .elementor .flex-accordion .panel:first-child{
	border-radius: 8px 0px 0px 8px;
}

body .elementor .flex-accordion .panel:last-child{
	border-radius: 0 8px 8px 0;
}

body .elementor .flex-accordion .panel.active{
	flex:1;
	border-radius: 8px 0px 0px 8px;
}

body .elementor .panel-title{
	writing-mode:vertical-rl;
	transform:rotate(180deg);
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	font-weight:600;
	letter-spacing:.5px;
	font-size: 23.04px;
	position: relative;
}

body .elementor .panel-title i{
	position: absolute;
	right: 10px;
	bottom: 22px;
	left: auto;
	color: #02a2b1;
	font-size: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: rotate(216deg);
}

body .elementor .panel-title i::before {
	content: "→";
}

body .elementor .flex-accordion .panel.active .panel-title i{
	transform: rotate(131deg);
}

body .elementor .panel-content{
	opacity:0;
	padding:54px;
	color:#000;
	background:#F8F8F9;
	width:100%;
	transition:opacity .35s ease;
	align-content: center;
}

body .elementor .panel-content p{
	font-family: "Rubik";
	font-size: 16px;
}

body .elementor .panel.active .panel-content{
	opacity:1;
}

body .elementor .panel h3{
	margin-top:0;
	color: #0c184c;
	font-weight: 600;
	font-size: 23.04px;
	line-height: 1.4;
}

body .elementor .header-mobilemenu .sub-menu.elementor-nav-menu--dropdown a , 
body .elementor li.search-btn.menu-item a{
	font-size: 16px !important;
	font-weight: 400 !important;
}

body .elementor .header-mobilemenu svg.fa-svg-chevron-down.e-font-icon-svg.e-fas-chevron-down ,
body .elementor li.search-btn.menu-item svg {
	fill: #263fd5;
}

body .elementor li.search-btn.menu-item {
	border: 2px solid #263fd5;
	border-radius: 30px;
	margin: 20px 20px 10px 20px;
}

body .elementor  li.search-btn.menu-item a{
	font-weight: 600 !important;
	color: #263fd5;
}

body .elementor li.search-btn.menu-item svg{
	margin-right: 12px;
}

body .elementor .set-tabsmargin button[aria-selected="false"] , 
body .elementor .green-tabs button[aria-selected="false"]{
	margin-bottom: 9px;
}

body .elementor .set-tabsmargin button[aria-selected="true"] , 
body .elementor .green-tabs button[aria-selected="true"]{
	margin-bottom: 0px;
	border-radius: 5px 5px 0 0 !important;
}

body .elementor .solutions-grid:hover h2 , 
body .elementor .solutions-grid:hover p , 
body .elementor .solutions-grid:hover .elementor-button-content-wrapper .elementor-button-text , 
body .elementor .solutions-grid:hover .elementor-button-content-wrapper .elementor-button-icon{
	color: #fff !important;
}

body .elementor .solutions-grid:hover .elementor-button-content-wrapper .elementor-button-icon{
	fill: #fff !important;
}

body .elementor #workday-tabs .e-n-tabs-heading , body .elementor .green-tabs .e-n-tabs-heading {
	flex-wrap: nowrap !important;
}

body .elementor #workday-tabs .e-n-tabs-heading .e-n-tab-title{
	max-width: 270px;
	width: 100%;
}

body .elementor .elementor-element.set-teambioheight{
	height: 50px !important;
}

body .elementor .green-tabs button[aria-selected="true"]{
	clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0% 50%);
}

body .elementor .green-tabs .e-n-tabs-heading .e-n-tab-title{
	max-width: 240px;
	width: 100%;
	clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 6% 50%);
}

body .elementor .green-tabs .e-n-tabs-heading .e-n-tab-title:first-child {
	clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0% 100%);
}

body .elementor .green-tabs .e-n-tabs-heading .e-n-tab-title:last-child button[aria-selected="true"] {
	clip-path: polygon(0 0, 100% 0, 130% 100%, 100% 100%, 0 100%, 6% 50%) !important;
}

body .elementor .hoverbox-text:hover p ,
body .elementor .bluehoverbox-text:hover .elementor-heading-title{
	color: #fff !important;
}

body .elementor .bluehoverbox-text:hover .fimg-box{
	border-radius: 70px 6px 0px 0px !important;
}

body .elementor .blog-slidertitle , body .elementor .blog-slidertitle4 ,
body .elementor .related-posthead .elementor-post__title a{
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important; 
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipse;
}

body .elementor .blog-slidertitle4{
	-webkit-line-clamp: 3 !important; 
}

body .elementor .blog-postcard {
	position: relative;
	overflow: hidden;
	border-radius: 8px !important;
}

body .elementor .blog-postcard:hover .hover-overlay {
	transform: translateY(0%);
}

body .elementor .blog-postcard:hover .set-bghover {
	border-radius: 72px 0 0 0;
}

body .elementor .blog-postcard:hover .greytext-box {
	border-radius: 0 0 72px 0;
}

body .elementor .hover-overlay {
	position: absolute;
	inset: 0;
	color: #fff;
	padding: 0px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transform: translateY(100%);
	transition: all 0.4s ease;
	min-height: 350px;
	background: linear-gradient(180deg, rgba(12, 24, 76, 0.7) 0%, #0c184c 60%);
}

/* BLOG */
body .elementor .content-type-blog .hover-overlay {
	background: linear-gradient(180deg, rgba(12, 24, 76, 0.7) 0%, #0c184c 60%);
}

/* CASE STUDY */
body .elementor .content-type-case-study .hover-overlay {
	background: linear-gradient(180deg, rgba(38, 63, 213, 0.7) 0%, #263fd5 60%);
}

/* PRESS RELEASE */
body .elementor .content-type-press-release .hover-overlay {
	background: linear-gradient(180deg, rgba(2, 162, 177, 0.7) 0%, #02a2b1 60%);
}

body .elementor .content-type-blog .badge {
	background-color: #0c184c;
}

body .elementor .content-type-case-study .badge {
	background-color: #263fd5;
}

body .elementor .content-type-press-release .badge {
	background-color: #02a2b1;
}

body .elementor .zoom-hover {
	position: relative !important;
	overflow: hidden !important;
}

body .elementor .zoom-hover .elementor-widget-image img {
	transition: transform 0.5s ease !important;
}

body .elementor .zoom-hover:hover .elementor-widget-image img {
	transform: scale(1.1) !important;
}

body .elementor .blue-fixedbar a:hover{
	text-decoration: underline !important;
	text-decoration-color: #fff !important;
}

body .elementor .carousel-dotsstyle .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: transparent !important;
	border: 2px solid #ffffff !important;
	opacity: 1 !important;
	position: relative;
	display: inline-block;
	margin: 0 8px !important;
}

body .elementor .carousel-dotsstyle .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0); 
	width: 12px; 
	height: 12px;
	background-color: #ffffff;
	border-radius: 50%;
	transition: transform 0.3s ease;
}

body .elementor .carousel-dotsstyle .swiper-pagination-bullet-active::before {
	transform: translate(-50%, -50%) scale(1); 
}

body .elementor .carousel-dotsstyle .swiper-pagination-bullet-active {
	background: transparent !important;
}

body .elementor .map-tooltips .e-hotspot__tooltip.e-hotspot--tooltip-position.e-hotspot--fade-in-out {
	max-width: 250px;
}

body .elementor .map-tooltips .e-hotspot__tooltip.e-hotspot--tooltip-position.e-hotspot--fade-in-out a{
	color: #fff;
}

body .elementor .map-tooltips .e-hotspot__tooltip.e-hotspot--tooltip-position.e-hotspot--fade-in-out a:hover{
	color: #11c4d3;
	text-decoration: underline;
}

body .elementor .map-tooltips .address {
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	margin: 0.5rem 0;
	line-height: 1.5;
	width: 95%;
}

body .elementor .map-tooltips .address:before {
	content: "";
	background: url(/wp-content/uploads/2026/04/marker-icon.svg) center center no-repeat;
	width: 15px;
	min-width: 15px;
	height: 15px;
	background-size: contain;
	display: block;
	margin-right: 0.3rem;
}

body .elementor .map-tooltips .tel {
	width: 95%;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
}

body .elementor .map-tooltips .tel:before {
	content: "";
	background: url(/wp-content/uploads/2026/04/phone-icon.svg) center center no-repeat;
	width: 15px;
	height: 15px;
	background-size: contain;
	display: block;
	margin-right: 0.3rem;
}

/* Default state */
body .elementor .desktop-header  {
	background: #0C184C !important;
	transition: all 0.3s ease;
}

/* On scroll */
body .elementor .desktop-header.is-scrolled {
	background: rgba(255, 255, 255, 0.95) !important;
	box-shadow: 1px 0px 8px 0 rgba(0, 0, 0, 0.14);
}

body .elementor .desktop-header.is-scrolled .elementor-icon-list-text ,
body .elementor .desktop-header.is-scrolled .elementor-nav-menu .menu-item a ,
body .elementor .desktop-header.is-scrolled .elementor-nav-menu .menu-item a:hover{
	color: #0c184c;
}

body .elementor .desktop-header.is-scrolled .elementor-nav-menu .sub-arrow svg ,
body .elementor .desktop-header.is-scrolled .sticky-anchor svg{
	fill: #263fd5;
}

body .elementor .desktop-header.is-scrolled .sticky-anchor{
	border-color: #0c184c !important;
}

body .elementor .desktop-header .logo-dark ,
body .elementor .desktop-header.is-scrolled .logo-light{
	display: none;
}

body .elementor .desktop-header.is-scrolled .logo-dark {
	display: block;
}

body .elementor .desktop-header.is-scrolled{
	height: 100px;
}

body .elementor .go-blog .elementor-icon-list-item a{
	position: relative;
}

body .elementor .go-blog .elementor-icon-list-item a:hover:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 18%;
	height: 1px;
	background: #263fd5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: 0;
	z-index: 9999;
}

body .elementor .share-btns .e-font-icon-svg{
	border: 1px solid #0c184c;
	height: 40px;
	width: 40px;
	padding: 8px;
	border-radius: 100%;
}

body .elementor .singlep-tags .elementor-post-info__terms-list-item{
	display: inline-block;
	margin: 0 10px 0 0;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 5px 10px;
}

body .elementor .singlep-tags .elementor-post-info__terms-list-item:hover{
	background: #0c184c;
	color: #fff;
}

body .elementor .single-pcontent ul , body .elementor .single-pcontent ol{
	padding: 0 0 8px 32px;
	margin-bottom: 18px;
}

body .elementor .single-pcontent ul li , body .elementor .single-pcontent ol li{
	margin-bottom: 12.8px;
}

body .elementor .single-pcontent a{
	color: #263fd5;
}

body .elementor .single-pcontent a:hover {
	color: #2239bf;
	text-decoration: underline;
}

body .elementor .mayon-arrow:after {
	content: "➜";
	margin-left: 0.5rem;
	display: block;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #263fd5;
}

body .elementor .related-posthead .elementor-posts article:last-child , body .elementor .blogp-btn{
	border: none !important;
}

body .elementor .blogp-btn a , body .elementor .blogp-btn a:hover{
	color: #fff;
}

body .elementor .blogp-btn a:hover{
	text-decoration: none !important;
}

body .elementor .black-heading{
	font-size: 33.1776px; 
	color: #000000;
}

body .elementor .greybg-dropdown select.facetwp-dropdown {
	border: none;
	border-radius: 8px;
	padding: 10px;
	color: #6c728c;
	appearance: none;
	background: url(/wp-content/uploads/2026/04/grey-dropdown-arrow.svg) right 10px center no-repeat;
	background-size: 15px;
	background-color: #fafafb;
}

body .elementor select.facetwp-dropdown option{
	font-family: "Rubik", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

body .elementor select.facetwp-dropdown:focus-visible{
	outline: none !important;
}

body .elementor .bluehoverbox-text{
	max-width: 366px;
	width: 100%;
	margin: 0;
}

body .elementor .bluehoverbox-text a:hover , 
body .elementor .consult-title h3:hover ,
body .elementor .underline-text a:hover{
	text-decoration: underline !important;
}

body .elementor .box-widthparent {
	overflow-x: clip;
	overflow-y: visible;
}

body .elementor .box-widthparent .inner-box {
	overflow: visible;
}

body .elementor .box-widthparent .inner-box .right-col {
	margin-right: calc(-50vw + 600px);
	width: calc(50vw - 600px + 100%);
}

body .elementor .flipbox-4 .elementor-flip-box__layer.elementor-flip-box__front , 
body .elementor .flipbox-4 .elementor-flip-box__layer.elementor-flip-box__back ,
body .elementor .elementor-element.elementor-element-1249620 .elementor-flip-box__front{
	border-radius: 8px 8px 70px 8px !important;
}

body .elementor .parent-consultant {
	position: relative;
	overflow: hidden;
}

body .elementor .parent-consultant:hover .e-con {
	transform: scale(1);
	opacity: 1;
	pointer-events: all;
}

body .elementor .inner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	transform: scale(0.7);
	opacity: 0;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	pointer-events: none;
}

body .elementor .news-blogcard:hover .box1{
	border-radius: 70px 6px 0 0;
}

body .elementor .news-blogcard:hover .box2{
	border-radius: 0 0 70px 6px;
}

body .elementor .industry-technology .news-blogcard:hover .newssec-terms ,
body .elementor .industry-technology .news-blogcard:hover .box2 ,
body .elementor .industry-workday .news-blogcard:hover .newssec-terms ,
body .elementor .industry-workday .news-blogcard:hover .box2{
	background-color: #b068ff;
	color: #fff;
}

body .elementor .industry-life-sciences .news-blogcard .newssec-terms ,
body .elementor .industry-life-sciences .news-blogcard:hover .box2{
	background: #66cc83;
	color: #0c184c;
}

body .elementor .industry-healthcare .news-blogcard .newssec-terms ,
body .elementor .industry-healthcare .news-blogcard:hover .box2{
	background: #e74697;
	color: #0c184c;
}

body .elementor .industry-financial-services .news-blogcard .newssec-terms ,
body .elementor .industry-financial-services .news-blogcard:hover .box2{
	background: #51a4f9;
	color: #0c184c;
}

body .elementor .industry-professional-services .news-blogcard .newssec-terms ,
body .elementor .industry-professional-services .news-blogcard:hover .box2{
	background: #ff8e30;
	color: #0c184c !important;
}

body .elementor .news-blogcard:hover .box2{
	background: #455ADA;
}

body .elementor .industry-technology .news-blogcard:hover .newssec-terms .elementor-post-info__terms-list-item ,
body .elementor .news-blogcard:hover .box2 .elementor-heading-title{
	color: #fff;
}

body .elementor .news-blogcard:hover .newssec-terms .elementor-post-info__terms-list-item,
body .elementor .industry-life-sciences .news-blogcard:hover .newssec-terms .elementor-post-info__terms-list-item ,
body .elementor .industry-healthcare .news-blogcard:hover .newssec-terms .elementor-post-info__terms-list-item ,
body .elementor .industry-financial-services .news-blogcard:hover .newssec-terms .elementor-post-info__terms-list-item ,
body .elementor .industry-professional-services .news-blogcard:hover .newssec-terms .elementor-post-info__terms-list-item ,
body .elementor .bluehoverbox-text.news-blogcard:hover .elementor-heading-title{
	color: #0c184c !important;
}

body .elementor .whitebg-slider .news-blogcard .box2{
	background-color: #fff;
}

@media (max-width: 1480px){
	body .elementor #workday-tabs .e-n-tabs-heading .e-n-tab-title{
		max-width: 215px;
	}
	body .elementor .green-tabs .e-n-tabs-heading .e-n-tab-title{
		max-width: 198px;
	}
	body .elementor .carousel-dotsstyle .img-length{
		height: 600px !important;
	}
	body .elementor .box-widthparent .inner-box .right-col {
	margin-right: calc(-50vw + 450px);
	width: calc(50vw - 450px + 100%);
}
}

@media (max-width: 769px){

	body .elementor .flex-accordion{
		flex-direction: column; 
		height: auto;
	}

	body .elementor .flex-accordion .panel{
		flex: unset;
		width: 100%;
		flex-direction: column;
		border-radius: 8px;
	}

	body .elementor .panel-title{
		writing-mode: horizontal-tb;
		transform: none;
		width: 100%;
		justify-content: space-between;
		padding: 15px 20px;
	}

	body .elementor .panel-title i{
		position: static;
		transform: rotate(0deg);
	}

	body .elementor .flex-accordion .panel.active .panel-title i{
		transform: rotate(90deg);
	}

	body .elementor .panel-content{
		padding: 28px;
		display: none;
	}

	body .elementor .panel.active .panel-content{
		display: block;
		opacity: 1;
	}
	body .elementor .elementor-element.set-teambioheight{
		height: unset !important;
	}
	body .elementor .green-tabs .e-n-tabs-heading .e-n-tab-title , 
	body .elementor #workday-tabs .e-n-tabs-heading .e-n-tab-title{
		max-width: unset;
	}

	body .elementor .green-tabs button[aria-selected="true"],
	body .elementor .green-tabs .e-n-tabs-heading .e-n-tab-title ,
	body .elementor .green-tabs .e-n-tabs-heading .e-n-tab-title:first-child ,
	body .elementor .green-tabs .e-n-tabs-heading .e-n-tab-title:last-child button[aria-selected="true"] {
		clip-path: unset;
	}

	body .elementor .set-positionunset{
		position: relative !important;
	}

	body .elementor .carousel-dotsstyle .img-length{
		height: 300px !important;
	}

	body .elementor .header-mobilemenu .elementor-nav-menu {
		display: block !important;
	}

	body .elementor .header-mobilemenu .elementor-nav-menu--dropdown {
		position: relative !important;
		width: 100% !important;
		transform: none !important;
	}

	body .elementor .header-mobilemenu .sub-menu.elementor-nav-menu--dropdown.sm-nowrap{
		margin-left: -27px !important;
	}

	body .elementor .desktop-tabheader {
		background: #0C184C !important;
		transition: all 0.3s ease;
		width: 769px !important;
	}

	body .elementor .desktop-tabheader.is-scrolled{
		background: rgba(255, 255, 255, 0.95) !important;
		box-shadow: 1px 0px 8px 0 rgba(0, 0, 0, 0.14);
	}

	body .elementor .desktop-tabheader.is-scrolled .header-popup svg{
		fill: #0c184c !important;
	}

	body .elementor .desktop-tabheader .logo-dark ,
	body .elementor .desktop-tabheader.is-scrolled .logo-light{
		display: none;
	}

	body .elementor .desktop-tabheader.is-scrolled .logo-dark {
		display: block;
	}

	body .elementor .desktop-tabheader.is-scrolled{
		height: 80px;
	}

	body .elementor .black-heading{
		font-size: 26px; 
	}

	body .elementor .box-widthparent .inner-box .right-col{
		width: 100%;
	}

}

@media (max-width: 640px){
	body .elementor .header-mobilemenu .sub-menu.elementor-nav-menu--dropdown.sm-nowrap{
		margin-left: -7px !important;
	}

	body .elementor .singlep-tags .elementor-post-info__terms-list-item{
		margin: 0 10px 10px 0;
	}

	body .elementor .blog-imgalign{
		width: 100%;
		margin-bottom: 12px;
	}
	body .elementor .bluehoverbox-text{
		max-width: unset;
	}

	body .elementor .position-set{
		position: unset !important;
	}

	body .elementor .inner-overlay {
		width: 201px;
		height: 55px;
		top: 85% !important;
		left: 50% !important;
		transform: translate(-50%, -35%) !important;
		border-radius: 0;
	}

}

