/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.3.1749536310
Updated: 2025-06-10 06:18:30

*/
p{
    margin:0px 0px !important;
}

.border-global-btn-blue span.elementor-button-icon, .team-item-outer span.elementor-button-icon {
    background: #0D9DDA;
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.border-global-btn-blue span.elementor-button-content-wrapper, .team-item-outer span.elementor-button-content-wrapper{
	align-items:center;
}
.banner-right-shape {
    background-image: radial-gradient(circle at center, #0d9dda6b 0, #0d9dda3b, #0d9dda03, #00000000, #00000000  100%);
}


.faq-man-thumb{
	margin-top:auto;
}
.icon-white svg, .team-item-outer span.elementor-button-icon svg{
    fill: #fff;
}
.blue-icon-btn {
    margin-top: auto;
}
.faq-accordian details{
    transition: all 0.3s ease-in-out;
}
.faq-accordian details:has(summary[aria-expanded="true"]) {
    background-color:#E2F2FF;
}
.faq-accordian details summary[aria-expanded="true"]{
	border-bottom: 0;
    padding-bottom: 0px;
}
.faq-accordian details .e-child, .faq-accordian details summary, .philosophy-accordian-outer .e-child, .philosophy-accordian-outer details summary {
    border: 0px !important;
}

.faq-accordian details {
    border: 1px solid #dadada;
    border-radius: 16px;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out;
}
.faq-accordian details p {
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.faq-accordian details summary {
    padding: 15px 20px 15px !important;
}
.faq-accordian details .elementor-widget-text-editor {
    padding: 0px 20px 20px 15px;
    margin-top: -20px;
}

.solutions-outer-item:hover h5, .solutions-outer-item:hover .elementor-widget-container, .solutions-outer-item:hover h3 {
    color: #fff !important;
}
.solutions-outer-item h3.elementor-heading-title {
    min-height: 80px;
}

.border-global-btn-blue a.elementor-button {
    position: relative;
}
.animation-btn-hover a.elementor-button::after, .border-global-btn-blue a.elementor-button::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d9dda;
    top: 0;
    z-index: 0;
    border-radius: 80px;
    transform: translateX(-102%);
    transition: all 0.3s ease-in-out;
}
.full-width-div .elementor-widget-image {
    width: 100%;
}
.animation-btn-hover a.elementor-button, .animation-btn-hover, .border-global-btn-blue a.elementor-button {
    /* overflow: hidden !important; */
    border-radius: 45px !important;
}
.animation-btn-hover a.elementor-button:hover::after, .border-global-btn-blue a.elementor-button:hover::after {
    transform: translateX(0px) scale(1.4);
}
.border-global-btn-blue {
    overflow: hidden;
    border-radius: 42px;
}

.animation-btn-hover span.elementor-button-content-wrapper, .border-global-btn-blue span.elementor-button-content-wrapper{
	z-index:99;
	position:relative;
}
.animation-btn-hover:hover span.elementor-button-icon, .border-global-btn-blue:hover span.elementor-button-icon {
    background: #000;
}
.border-global-btn-blue span.elementor-button-icon{
    background-color: #0D9DDA;
}
.border-global-btn-blue span.elementor-button-icon svg {
    fill: white;
}
.animation-btn-hover:hover span.elementor-button-text, .border-global-btn-blue:hover span.elementor-button-text {
	color:#fff;
}
.top-header li.current-menu-item a {
    background: #0d9dda;
    border-radius: 40px;
}
.faq-accordian details svg.e-fas-plus-circle, .philosophy-accordian-outer details svg.e-fas-plus-circle{
    fill: #000 !important;
}
.faq-accordian span.e-n-accordion-item-title-header, .philosophy-accordian-outer span.e-n-accordion-item-title-header{
    flex: 1;
    margin-right: 20px;
}
.philosophy-accordian-outer details{
	margin-bottom:0px !important;
}
.philosophy-accordian-outer details:not(:last-child){
	border-bottom:1px solid #D8D8D8;	
}
.philosophy-accordian-outer details summary {
    padding: 20px 0px !important;
}
.philosophy-accordian-outer .elementor-widget-text-editor {
    padding: 0 20px 20px 0px;
    margin-top: -15px;
    margin-left: -8px;
}

.newletter-footer .elementor-field-type-submit{
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.newletter-footer .elementor-field-type-submit:hover {
    background: #0d2832;
    border-radius: 0 100px 100px 0;
    cursor: pointer !important;
}
.newletter-footer .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, .1) !important;
    outline: 0 !important;
}

.newletter-footer input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-text-fill-color: #fff !important; /* 👈 fixes the text color */
  transition: background-color 9999s ease-in-out 0s;
}

.newletter-footer input:-moz-autofill {
  background-color: #fff !important;
  color: #fff !important;
}
.newletter-footer button.elementor-button.elementor-size-sm {
    padding: 0px !important;
}

.footer-navmenu ul.elementor-nav-menu li {
    width: 50%;
}
.footer-navmenu ul.elementor-nav-menu li:nth-child(odd) {
    width: 70%;
}
.footer-navmenu ul.elementor-nav-menu li:nth-child(even) {
    width: 30%;
}
.faq-accordian span.e-n-accordion-item-title-icon {
    border: 1px solid #dcdcdc;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.faq-accordian details:has(summary[aria-expanded="true"]) span.e-n-accordion-item-title-icon{
    background-color:#0D9DDA;
}

.faq-accordian details:has(summary[aria-expanded="true"]) span.e-n-accordion-item-title-icon svg.e-font-icon-svg.e-fas-minus {
    fill: #fff;
}

.client-testimoanial-home .elementor-swiper-button:hover{
    background-color:#0D2832;
}

.overflow-hidden-box {
    overflow: hidden !important;
}
.counter-gradient .elementor-counter-title, .counter-gradient .elementor-counter-number, .counter-gradient .elementor-counter-number-prefix {
    background: linear-gradient(180deg, #A6E4FF 0%, #0D9DDA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-navmenu li a:after, .term-condition-menu li a:after {
    display: none;
}
.footer-navmenu li a:hover, .term-condition-menu li a:hover {
    color: #0D9DDA !important;
}
.term-condition-menu ul li:not(:first-child) a::before {
    background: #D9D9D9 !important;
    content: '';
    height: 5px !important;
    width: 5px ! IMPORTANT;
    position: absolute !important;
    top: 21px;
    left: 0px ! IMPORTANT;
    opacity: 1 !important;
    border-radius: 50%;
}

.top-header li.mega-menu-megamenu ul.mega-sub-menu {
    position: fixed !important;
    margin: 0 auto !important;
    right: 0px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 0px !important;
    left: 0px !important;
    max-height: 70vh !important;
    overflow-y: auto !important;
}
.top-header li.mega-menu-megamenu ul.mega-sub-menu .mega-sub-menu{
    background-color: transparent !important;
    position: relative !important;
    padding: 0px !important;
    max-height: auto !important;
    overflow-y: inherit !important;
    width: 100% !important;
}
.top-header li.mega-menu-flyout ul.mega-sub-menu{
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 12px !important;
}  
.top-header li.mega-menu-flyout ul.mega-sub-menu .mega-menu-link {
    background-color: transparent !important;
    margin-left: 20px !important;
    padding-left: 4px !important;
}
li.mega-menu-column ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:has(span.mega-indicator) {
    background: #E6F4FF !important;
    padding: 9px 9px 9px 43px !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
    position: relative !important;
}

li.mega-menu-column ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:has(span.mega-indicator)::after {
    content: '';
    position: absolute !important;
    left: 26px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #e6f4ff;
    display: block !important;
}

li.mega-menu-column ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:has(span.mega-indicator)::before {
    position: absolute !important;
    left: 13px;
    bottom: 10px;
    width: 23px !important;
    height: 30px !important;
    font-size: 22px !important;
}
.readmore-head h3, .aim-card span.toggle, .aim-card p{
    font-family: "magnetik", Sans-serif;
}

li.mega-menu-column ul.mega-sub-menu li.mega-menu-item li {
    margin: 0px 0px !important;
    padding: 6px 20px !important;
    position: relative !important;
    
}
li.mega-menu-column ul.mega-sub-menu li.mega-menu-item li:not(:last-child), .top-header li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(:last-child){
    border-bottom: 1px solid #EFEFEF !important;
}

li.mega-menu-item > a.mega-menu-link, li.mega-menu-item{
    font-family: "magnetik", sans-serif !important;
    font-size: 500 !important;
}
li.mega-menu-item > a.mega-menu-link{
    font-size: 16px !important;
}
.lets-talk-globalbtn span.elementor-button-icon svg {
    width: 40px;
    transform: rotate(88deg);
}
.lets-talk-globalbtn .elementor-button-content-wrapper{
    align-items: center;
}
li.mega-menu-column ul.mega-sub-menu li.mega-menu-item li a.mega-menu-link::before, .top-header li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before{
    position: absolute !important;
    content: '';
    top: 10px !important;
    left: -15px !important;
    width: 7px !important;
    height: 7px !important;
    background: #3B3B3B !important;
    z-index: 999 !important;
}

.top-header li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before{
    top:13px !important;
    margin-top: 0px !important;
}
li.mega-menu-column ul.mega-sub-menu li.mega-menu-item li:hover a.mega-menu-link, .top-header li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link {
    color: #0D9DDA !important;
}
li.mega-menu-column ul.mega-sub-menu li.mega-menu-item li:hover a.mega-menu-link::before, .top-header li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link::before{
    background-color:#0D9DDA !important;
}

.why-aime {
	margin-top: 80px;
}

.why-aime .container{
    padding:0px;
    max-width:1594px;
    width:100%;
    margin:auto;
    position:relative;
    z-index: 3;
}
.why-aime-row{
    display:flex;
	justify-content: center;
}
.why-aime::after {
    position: absolute;
    content: '';
    top: -120px;
    max-width: 50%;
    width: 50%;
    background: radial-gradient(circle at center, #ffffff 0, #ffffff21, #ffffff00 100%);
    border-radius: 50%;
    height: 85%;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.why-aime-row .center-circle img {
    max-width: 100%;
    width: 100%;
}
.why-aime-row .why-readmore-box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.why-aime-row .center-circle{
    width:46%;
    min-height:550px;
    display: flex;
    align-items: center;
}

.hidden-content { display: none; }

.aim-card h3 {
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 130% !important;
}
.aim-card p{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}
.why-aime-row .aim-card {
    padding: 20px;
    border: 1px solid #A0D8F3;
    border-radius: 20px;
    background-color: #fff;
    max-width:365px;
    width: 100%;
    margin: 10px 0px;
    position: absolute;
    z-index: 9;
}
.aim-card.top-left {
    top: 20%;
    z-index: 99;
    transform:translateX(30px);
}
.aim-card.bottom-left{
    top:50%;
    transform:translateX(88px);
}
.aim-card.top-right{
    top: 20%;
    z-index: 99;
    text-align:right;
    transform:translateX(-30px);
}
.aim-card.bottom-right{
    top:50%;
    text-align:right;
    transform:translateX(-88px);
}
.readmore-head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.readmore-head span {
    width:55px;
    text-align: center;
}
.readmore-head h3 {
    flex:1;
    margin:0px;
}
.aim-card.top-right .readmore-head, .aim-card.bottom-right .readmore-head{
flex-direction: row-reverse;
}
.readmore-head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.aim-card span.toggle {
    width: 100%;
    border-top: 1px solid #E7E7E7;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    padding-top: 15px;
    margin-top: 15px;
    cursor: pointer;
    align-items: center;
    gap: 4px;
}
.aim-card span.circle-small-dots {
    position: absolute;
    right: -17px;
    top: 60px;
	height: 36px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.aim-card.bottom-right span.circle-small-dots, .aim-card.top-right span.circle-small-dots{
    right:auto;
    left:-17px;
}


.why-aime-row .why-readmore-box .aim-card:first-child {
    top: 8%;
    z-index: 9;
}
.why-aime-row .why-readmore-box .aim-card:nth-child(2) {
    top: 40%;
    z-index: 6;
}
.why-aime-row .why-readmore-box .aim-card:nth-child(3) {
    top: 72%;
    z-index:2;
}

.why-aime-row .why-readmore-box:first-child .aim-card:first-child {
    left: 5%;
}
.why-aime-row .why-readmore-box:first-child .aim-card:nth-child(2) {
    left: 1.6%;
}
.why-aime-row .why-readmore-box:first-child .aim-card:nth-child(3)  {
    left: 5%;
}

.why-aime-row .why-readmore-box:last-child .aim-card:first-child{
    right: 5%;
}
.why-aime-row .why-readmore-box:last-child .aim-card:nth-child(2) {
    right: 1.6%;
}
.why-aime-row .why-readmore-box:last-child .aim-card:nth-child(3)  {
    right: 5%;
}

.why-aime-row .why-readmore-box:last-child .aim-card span.circle-small-dots {
    left: -17px;
    right: auto;
}

.salesforce-shape-triangle img {
    max-height: 100%;
}
.salesforce-shape-triangle {
    overflow: hidden;
    max-height: 100%;
}

.client-testimoanial-home .elementor-swiper-button-prev {
    background: #eef7fe;
    position: absolute;
    bottom: 0px !important;
    right: 100px !important;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: auto !important;
    top: auto !important;
    border: 1px solid #000 !important;
}
.client-testimoanial-home .elementor-swiper-button-next {
    background: #eef7fe;
    position: absolute;
    bottom: 0px !important;
    right: 30px !important;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: auto !important;
    top: auto !important;
    border: 1px solid #000 !important;
}

.client-testimoanial-home .elementor-swiper-button.elementor-swiper-button-next svg, .client-testimoanial-home .elementor-swiper-button.elementor-swiper-button-prev svg {
    fill:#000 !important;
}

.client-testimoanial-home .elementor-swiper-button-next:hover, .client-testimoanial-home .elementor-swiper-button-prev:hover{
    background: #0D9DDA;
    border-color:#0D9DDA !important;
}
.client-testimoanial-home .elementor-swiper-button.elementor-swiper-button-next:hover svg, .client-testimoanial-home .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
    fill:#ffffff !important;
}
.our-services-outer {
    overflow: hidden !important;
}

.left-right-pdficon-btn .dual-icon-button span{
    position: relative;
    z-index: 3;
}
.left-right-pdficon-btn .dual-icon-button span.icon-left {
    display: inline-flex;
    background: #0d9dda;
    height: 44px;
    width: 44px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
}
.left-right-pdficon-btn .dual-icon-button {
    background: #0D3241;
    border: 2px solid #0D9DDA;
    padding: 12px 38px 12px 14px;
    border-radius: 80px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 21px;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.left-right-pdficon-btn .dual-icon-button::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d9dda;
    top: 0;
    z-index: 0;
    border-radius: 80px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
}
.left-right-pdficon-btn .dual-icon-button:hover::after{
    transform: translateX(0%);
}
.left-right-pdficon-btn .dual-icon-button:hover span.icon-left {
    background:#000;
}
.left-right-pdficon-btn .dual-icon-button svg {
    fill: #fff !important;
    width: 15px;
}
.elementor-message.elementor-message-success.elementor-message-svg {
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: 35px;
    display: none;
}
.lets-talk-globalbtn {
    transform: rotate(270deg);
    right: -54px !important;
}
.why-aime-row .why-readmore-box:last-child .aim-card h3 {
    text-align: right;
}
.why-aime-row .why-readmore-box:last-child .aim-card span.toggle {
    justify-content: end;
}
#home-sec-second {
  transition: padding-top 0.3s ease;
}
.solutions-outer-item h5.elementor-heading-title {
    min-height: 80px;
}
.salesforce-services-tab .elementor-element.e-child {
    border-radius: 20px;
    overflow: hidden !important;
}
.salesforce-services-tab .e-n-tabs-heading .e-n-tab-title {
	min-width: calc(24% - 15px);
    max-width: calc(24% - 15px);
    padding: 15px 10px;
}
.top-header .mega-toggle-blocks-right{
    background-color: transparent !important;
}
.faq-left-box{
    overflow: hidden !important;
}
.ready-fix-not-work {
    max-height: 500px;
    overflow: hidden !important;
}

/* sticky header */
.top-header.sticky .header-logo img {
    max-width: 120px !important;
}
.top-header.sticky a.elementor-button-link {
    padding: 6px 15px;
    font-size: 15px;
}
.top-header{
    transition: all 0.6s ease-in-out;
}

.top-header.sticky {
    min-height:52px !important;
    padding: 6px 0px;
}
.top-header.sticky {
  position: fixed;
  position: -webkit-fixed;
  top: 0px;
  z-index: 9999;
  background-color:#0D2832;
  transition: all 0.5s ease-in-out;
  animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-120%);
  }

  to {
    transform: translateY(0);
  }
}

.salesforce-shape-triangle {
    border-bottom-right-radius: 100px;
    overflow: hidden;
}

.core-feature-faq summary.e-n-accordion-item-title {
    border: 0px;
}
.core-feature-faq .e-child {
    border: 0;
}
.core-feature-faq {
    border-left: 2px solid #0D2832 !important;
}
.core-feature-faq details {
    padding: 20px 0px 20px 40px;
    position: relative;
}
.core-feature-faq details::after{
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 5px;
    z-index:999;
    background-color: #0D9DDA;
    opacity: 0;
    visibility: hidden;
}
.core-feature-faq details:has(summary[aria-expanded="true"])::after{
    opacity: 1;
    visibility: visible;
    z-index:999;
}



/* circle box */




.circle_sec {
	width: 100%;
}

.circle_box {
	width: 400px;
	height: 400px;
	margin: 0 auto;
	border-radius: 50%;
	border: solid 2px #0D2832;
	position: relative;
	padding: 15px;
}

.circle_image {
	width: 100%;
	height: 100%;
}

.circle_image img {
	width: 100%;
	height: 100%;
}

.circle_text {
	width: 360px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	padding: 10px 25px;
}

.circle_text h4,
.circle_text h3,
.circle_text h5 {
	margin: 0;
	font-family: "magnetik", Sans-serif;	
	text-transform: none;
}

.circle_text h4 {
	color: #fff;
	font-weight: 300;
  font-size: 30px;
}

.circle_text h3 {
	color: #61D0FF;
	font-weight: 500;
	font-size: 52px;
	margin-bottom: 15px;
}

.circle_text h5 {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
}

.circle_arround {
	width: 340px;
	display: flex;
	align-items: center;
	gap: 25px;
	position: absolute;
}

.circle_arround_text {
	width: calc(100% - 105px);
	text-align: center;
	font-family: "magnetik", Sans-serif;
	font-size: 18px;
	line-height: 26px;
}

.circle_arround_image {
	width: 80px;
	height: 80px;
}

.circle_1 {
	top: 55px;
  left: -260px;
}

.circle_2 {
	top: 50px;
  right: -260px;
	flex-direction: row-reverse;
}

.circle_3 {
	bottom: -130px;
	flex-direction: column-reverse;
	left: 0;
	right: 0;
	margin: auto;
}

.circle_3 .circle_arround_text {
	width: 100%;
}



/*--- new ---*/

.why-aime-row .center-circle {
	background: transparent;
}

.circle_sec .circle_box img.circle-left-arrow {
    position: absolute;
    left: -110px;
    bottom: -20px;
    max-height: 220px;
    transform: rotate(-7deg);
}
.circle_sec .circle_box img.circle-right-arrow {
    position: absolute;
    right: -110px;
    bottom: -20px;
    max-height: 220px;
    transform: rotate(7deg);
}
.trust-industries-logos a.elementor-button {
    width: 100%;
    border-top: 1px solid #E6F4FF;
    border-radius: 0px;
}
.trust-industries-logos a.elementor-button .elementor-button-content-wrapper{
    justify-content: space-between !important;
}
.trust-industries-logos a.elementor-button svg.e-fas-arrow-right {
    fill: #0D9DDA !important;
}

.trust-industries-logos img.attachment-full {
    padding-top: 20px;
    padding-bottom: 10px;
    max-height: 90px;
    width: auto !important;
    object-fit: contain;
}
.trust-industries-logos img.attachment-full {
    padding-top: 30px;
    padding-bottom: 20px;
    max-height: 110px;
    width: auto !important;
    object-fit: contain;
}
.four-accordian-zigzac-box .why-aime-row .why-readmore-box .aim-card:first-child{
    top: 16%;
}

.four-accordian-zigzac-box .why-aime-row .why-readmore-box .aim-card:nth-child(2) {
    top: 50%;
}
.core-feature-faq details summary {
    justify-content: space-between !important;
    gap: 10px;
}
span.e-n-accordion-item-title-icon {
    height: 35px;
    width: 35px !important;
    border: 1px solid #BCD2E2;
    display: inline-flex ! IMPORTANT;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.homebannerh4 h4, .homebannerh4 p, .homebannerh4 p span {
    text-transform: initial !important;
    font-weight: 500 !important;
}
.pragraph20px{
    font-size: 20px !important;
}

.services-feature-sec .overflow-hidden-box:hover a.elementor-button {
    transform: translate(10px, 0px);
}

.testimonial-logo-sec img {
    max-height: 100% !important;
    object-fit: contain !important;
    max-width: 100% !important;
    height: 70px !important;
}
.testimonial-logo-sec {
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 0px !important;
}
.testimonial-left {
    width: 100%;
    overflow: hidden;
    border-radius: 0 20px 0 20px;
}
.testimonial-left img{
    position: relative;
    bottom: -5px;
    width: 100%;
}

.dialog-widget-content:has(.footer-newsletter-modal) {
    overflow: hidden !important;
    border-radius: 15px !important;
}
.dialog-widget-content:has(.footer-newsletter-modal) h3.elementor-icon-box-title {
    margin-top: 20px;
}
.dialog-widget-content:has(.footer-newsletter-modal) a.dialog-lightbox-close-button svg {
    fill: #fff;
}
.dialog-widget-content:has(.footer-newsletter-modal) a.dialog-lightbox-close-button {
    background: #0D9DDA;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
}

input:-webkit-autofill {
  background-color: #fffdd0 !important; /* light yellow */
  transition: background-color 5000s ease-in-out 0s;
}

/* Optional Firefox support */
input:-moz-autofill {
  background-color: #fffdd0 !important;
}

.salesforce-lifecycle-slider .swiper-button-prev, .salesforce-lifecycle-slider .swiper-button-next {
    background: #0d9dda;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.salesforce-lifecycle-slider .swiper-button-prev::after, .salesforce-lifecycle-slider .swiper-button-next::after{
    font-size: 16px;
    color: #fff;
}
.salesforce-lifecycle-slider .swiper-button-prev {
    left: 0;
}
.salesforce-lifecycle-slider .swiper-button-next {
    right: 0;
}
.vision-mison-main h3 {
    margin-top: 0px;
}

#elementor-popup-modal-7546 a.dialog-close-button.dialog-lightbox-close-button{
    display: none !important;
}

.meet-team-items .elementor-swiper-button {
    background:#e6f4ff;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000 !important;
    transition: all 0.3s ease-in-out;
}
.meet-team-items .elementor-swiper-button svg{
    fill:#000 !important;
}
.meet-team-items .elementor-swiper-button:hover{
    background:#0d9dda;
    border-color:#0d9dda !important;
    color: #fff;
}
.financial-industrial-feature-box h3 {
    margin-top: 0px;
}

.meet-team-items .elementor-swiper-button:hover svg{
    fill:#fff !important;
}
.meet-team-items .elementor-swiper-button-prev {
    left: -40px !important;
    position: absolute;
}
.meet-team-items .elementor-swiper-button-next {
    right: -40px !important;
    position: absolute;
}
.meet-team-items h5 {
    min-height: 53px;
}

/* about team modal */
.dialog-lightbox-widget-content{
    overflow: hidden;
    border-radius: 20px;
}
.dialog-lightbox-widget-content .dialog-message {
    max-width: 1320px !important;
    height: auto;
    width: 100% !important;
}
.team_modal_content_main {
    display: flex;
    max-height: calc(100vh - 100px);
    padding: 30px;
}
.team_modal_content_main .left_content, .team_modal_content_main .right_content{
    width: 50%;
}
.team_modal_content_main .left_content {
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team_modal_content_main .right_content {
    background-image: radial-gradient(#1b546c, #123543);
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.dialog-type-lightbox .dialog-widget-content {
    border-radius: 25px !important;
    overflow: hidden;
}

.elementor-popup-modal .dialog-close-button svg {
    height: 25px !important;
    width: 25px !important;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}


.salesforce_sec {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 230px 0;
	position: relative;
}

.sales_force_round {
	width: 400px;
	margin: auto;
}

.sales_force_round img {
	width: 100%;
}

.content_box {
	width: 320px;
	height: auto;
	max-height: 200px;
	border: solid 1px #D5D5D5;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 20px;
	position: absolute;
	transition: all ease-in 0.3s;
}

.content_box:hover {
	background: #0D2832
}

.content_box:hover .top .head h3,
.content_box:hover .sales_text{
	color: #fff;
}

.content_box:after {
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	bottom: 0;
}

.content_box:nth-child(1) {
	top: 130px;
	left: 120px;
}

.content_box:nth-child(1):after {
	width: 140px;
    height: 39px;
    border-left: solid 1px #123543;
    border-bottom: solid 1px #123543;
    z-index: 1;
    bottom: -40px;
    right: -40px;
}

.content_box:nth-child(2) {
	top: 30px;
	left: 0px;
	right: 20px;
	margin: auto;
}

.content_box:nth-child(2):after {
	width: 0;
	height: 45px;
	border-right: solid 1px #11475D;
	z-index: 1;
	bottom: -45px;
	left: -40px;
	right: 0;
	margin: auto;
}

.content_box:nth-child(3) {
	top: 85px;
	right: 130px;
}

.content_box:nth-child(3):after {
	width: 170px;
	height: 40px;
	border-right: solid 1px #105A79;
	border-bottom: solid 1px #105A79;
	z-index: 1;
	bottom: -41px;
	left: -62px;
}

.content_box:nth-child(4) {
	top: -30px;
	bottom: 0;
	right: 60px;
	margin: auto;
}

.content_box:nth-child(4):after {
	width: 80px;
	height: 0;
	border-bottom: solid 1px #0F719A;
	z-index: 1;
	left: -80px;
	top: 30px;
	bottom: 0;
	margin: auto;
}

.content_box:nth-child(5) {
	bottom: 140px;
    right: 170px;
}

.content_box:nth-child(5):after {
	width: 50px;
    height: 70px;
    border-left: solid 1px #0E86B8;
    border-bottom: solid 1px #0E86B8;
    z-index: 1;
    top: 30px;
    left: -52px;
}

.content_box:nth-child(6) {
	bottom: 80px;
	left: 230px;
}

.content_box:nth-child(6):after {
	width: 58px;
    height: 87px;
    border-right: solid 1px #0E93CB;
    border-bottom: solid 1px #0E93CB;
    z-index: 1;
    top: -5px;
    right: -59px;
}

.content_box:nth-child(7) {
	top: 90px;
	bottom: 0;
	left: 80px;
	margin: auto;
}

.content_box:nth-child(7):after {
	width: 85px;
	height: 0;
	border-bottom: solid 1px #0D9DDA;
	z-index: 1;
	right: -85px;
	top: 30px;
	bottom: 0;
	margin: auto;
}

.top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
}

.icon {
	width: 60px;
	height: 60px;
}

.icon img {
	width: 100%;
}

.head {
	width: calc(100% - 74px);
}

.content_box .top .head h3 {
	font-size: 20px;
	font-weight: 500;
	color: #0D2832;
	line-height: 120%;
	margin: 0;
}

.sales_text {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	color: #3B3B3B;
}
.testimonial-top-auto {
    margin-top: auto !important;
}
.whay-aim-check-get h3.elementor-icon-box-title {
    margin: 0 0 10px 0;
}
.what-unlock-checklist::after {
    content: '';
    position: absolute;
    height: 100px;
    background: #e6f4ff;
    width: 100px;
    z-index: -1;
    top: -95px;
    left: 0px;
}
.what-unlock-checklist::before {
    content: '' !important;
    left: auto !important;
    right: 0 !important;
    position: absolute !important;
    height: 100px !important;
    background: #e6f4ff !important;
    width: 100px !important;
    z-index: -1 !important;
    top: -95px !important;
    border-radius: 0px !important;
}
.email-download-form .elementor-field-type-email {
    flex: 1 !important;
}
.email-download-form .elementor-field-type-email input, .email-download-form button.elementor-button{
    border-radius: 50px !important;
}
.email-download-form button.elementor-button, .email-download-form button.elementor-button span, .email-download-form a.elementor-button{
    white-space: nowrap !important;
}

.video-icon .elementor-custom-embed-play {
    left: auto;
    right: 0;
    transform: translate(0px, 0px);
    bottom: 0;
    top: auto;
}
.email-download-form {
    width: 100% !important;
}


.banner_height {
	height: 100vh !important;
}

.banner_height .banner_inside {
	height: 100%;
}

.our-services-outer .tabs_wrap .e-n-tabs-content .e-con .e-con-inner .elementor-element {
		justify-content: center;
	}

.sales_force {
	overflow: hidden !important;
}

.sales_force_image {
	width: 48%;
	right: 0;
	top: 0;
	position:absolute !important; 
    height: 100%;
}

.sales_force_image img {
	width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
}

.sales_force_image.aim-advances-img img{
    object-fit: contain;
    object-position: bottom;
}
.mega-current-menu-item a.mega-menu-link {
    background: #0d9dda !important;
    border-radius: 40px !important;
}
.mega-current-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
    background: transparent !important;
}
ul.mega-sub-menu li.mega-current-menu-item ul.mega-sub-menu li a, ul.mega-sub-menu li.mega-current-menu-parent ul.mega-sub-menu li.mega-current-menu-item a {
    color: #fff !important;
    padding-left: 6px !important;
}
li.mega-menu-column ul.mega-sub-menu li.mega-current-menu-item:hover ul.mega-sub-menu li a, ul.mega-sub-menu li.mega-current-menu-parent ul.mega-sub-menu li.mega-current-menu-item:hover a{
    color: #fff !important;
}
.search-box-blog input {
    border: 1px solid #C4C4C4;
    border-radius: 40px !important;
    padding-left: 60px !important;
}
.search-box-blog {
    max-width: 567px !important;
    width: 100% !important;
}
.team-item-outer .elementor-widget-theme-post-featured-image img {
    filter: grayscale(1);
}
.team-item-outer:hover .elementor-widget-theme-post-featured-image img{
    filter: grayscale(0);
}

.team-item-outer .elementor-widget-theme-post-featured-image {
    border-radius: 20px !important;
    overflow: hidden;
}

.testimonial-aim-check-client .testimonialTitle .elementor-widget-container {
    margin-top: 0px !important;
}


/* blog page start */
.aime_single_post .aime-card {
    display: flex;
    gap: 30px;
    background: #E6F4FF;
    overflow: hidden;
    border-radius: 10px;
}
.aime_single_post .aime-card .aime-card-content {
    max-width: 50%;
    margin-left: auto;
    padding: 30px 30px 30px 0px;
}
.aime_blog_cards, .aime-custom-header {
    width: calc(33% - 16px);
}
.aime-post-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.aime_single_post .aime-card h3, .aime_single_post .aime-card h3 a{
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    text-decoration: underline;
    color: #0D2832;
}
.aime_single_post .aime-card h3{
    margin:5px 0px 9px;
}
.aime-card .card-date {
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    color: #0D9DDA;
}
.card-author img {
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
}
.card-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0px;
}
.card-excerpt p, .aime-custom-header p {
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    color: #3B3B3B;
}

.aime-post-grid h3 {
     margin:5px 0px 9px;
}
.aime_blog_cards .aime-card h3, .aime_blog_cards .aime-card h3 a{
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #0D2832;
    text-decoration: none;
}
.aime_blog_cards .aime-card h3 a, .card-excerpt p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.aime-card .blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aime-card .blog-image {
    height: 240px;
}

.aime_blog_cards {
    background: #EEF7FE;
    border-radius: 6px;
    overflow: hidden;
}
.aime_blog_cards img:first-child(){
    width: 100%;
}
.aime_blog_cards .aime-card-content {
    padding: 20px;
}
.aime-custom-header {
    border: 1px solid #D0E5F5;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.aime-custom-header h2, .aime-custom-header h5 {
    margin: 9px 0px;
}
.card-taxonomy a{
    display: inline-flex;
    background: #0D9DDA;
    color: #fff;
    padding: 3px 18px;
    margin-bottom: 18px;
    border-radius: 30px;
    font-size: 14px;
}
.aime-card:hover .card-taxonomy a{
    background-color:#0d2832
}
.aime_single_post .blog-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.aime_single_post .blog-image {
    width: 50%;
    height: 100%;
    display: flex;
}
.aime_blog_cards .blog-image img {
    width: 100%;
}
.aime_single_post .postReadMore {
    margin-top: 20px;
}
.aime_single_post .postReadMore a, .aime-custom-header a.aime-custom-btn {
    color: #000;
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 130%;
    border: 2px solid #0D9DDA;
    padding:9px 22px 9px 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
}
.aime_single_post .postReadMore a svg {
    width: 35px;
    margin-right: 10px;
    height: 35px;
    background: #0D9DDA;
    padding: 10px;
    border-radius: 50%;
    fill: white;
}
.aime_single_post .postReadMore a:hover svg{
    background:#000;
}

.aime-custom-header a.aime-custom-btn {
    margin-top: 20px;
}
.aime_single_post .postReadMore a:hover, .aime-custom-header a.aime-custom-btn:hover{
    background-color: #0D9DDA;
    color: #fff;
}
.aime-card:hover h3 a{
    color: #0D9DDA;
}
.aime-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.aime-pagination .page-numbers {
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
}
.aime-pagination .next.page-numbers, .aime-pagination .prev.page-numbers{
    width:max-content;
    border: none;
    height: auto;
}
.aime-pagination .next.page-numbers:hover, .aime-pagination .prev.page-numbers:hover{
    background-color: transparent;
    color: #000;
    border: none;
}
.aime-pagination .page-numbers.current, .aime-pagination .page-numbers:hover{
    background-color: #0d9dda;
    color: #fff;
    border-color: #0d9dda;
}

/* blog page end */
.banner-right-shape button.elementor-button:hover {
    background: #0d2832;
    cursor: pointer;
}
.email-download-form button.elementor-button:hover {
    background-color: #0d9dda !important;
    cursor: pointer;
}

/* blog details start */
.blog-single-author h4.elementor-author-box__name {
    margin-top: 0px;
    margin-bottom: -6px;
}
.blog-single-author .elementor-author-box__avatar {
    margin-right: 15px !important;
}
.recent-post-right-small-blogs {
    position: sticky !important;
    top: 60px;
}
.recent-posts-widget .recent-post-item h4 a {
    color: #0d9dda;
    font-size: 18px;
    max-width: 280px !important;
    display: inline-block;
}
.recent-posts-widget .recent-post-item h4 {
    margin: 6px 0px 6px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 100%;
}
.recent-posts-widget .recent-post-item:not(:last-child) {
    margin-bottom: 38px;
}

.recent-posts-widget .post-thumbnail img {
    max-height: 80px !important;
    max-width: 140px;
    object-fit: cover;
    border-radius:10px;
}
.recent-posts-widget .post-thumbnail {
    border-radius:10px;
    overflow: hidden !important;
}
.post-left-content-outer p {
    margin:0px 0px 30px !important;
    font-family: "magnetik", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
}
.single-post .top-header {
    background: #0d2832;
}
.post-left-content-outer h2{
    font-family: "magnetik", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 120%;
    color: #0D2832;
    margin:20px 0px 6px !important;
}
.post-left-content-outer p img {
    margin-inline: inherit;
}
.blog-details-post-info a.elementor-post-info__terms-list-item {
    display: inline-flex !important;
    background: #0D9DDA;
    color: #fff !important;
    padding: 4px 18px;
    margin-bottom: 0;
    border-radius: 30px;
}
/* blog details end */
.explore-related-tab ul.elementor-taxonomy-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 720px;
    margin:30px auto 0px;
    padding-left: 0px;
    flex-wrap: wrap;
}
.explore-related-tab ul.elementor-taxonomy-list li a {
    background: transparent;
    display: inline-flex;
    border: 2px solid #0d9dda;
    border-radius: 100px;
    font-weight: 400;
    padding: 10px 25px;
    color: #0d9dda;
    transition: all 0.3s ease-in-out;
}
.explore-related-tab ul.elementor-taxonomy-list li a:hover{
    color: #fff;
    background-color: #0d9dda;
}

.explore-related-tab ul.elementor-taxonomy-list li{
    list-style: none;
}


/* industries start */
.industry-item-box span.elementor-button-icon svg {
    fill:#0D2832;
}
.industry-item-box span.elementor-button-icon {
    border: 1px solid #0D2832;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.industry-item-box:hover span.elementor-button-icon{
    background: #0d9dda;
    border-color: #0d9dda;
}

.industry-item-box:hover span.elementor-button-icon svg{
    fill:#fff;
}

.industry-item-box span.elementor-button-content-wrapper {
    align-items: center;
}
.industry-item-box .elementor-widget-divider {
    margin-top: auto;
}
.industry-item-box .elementor-element.e-child {
    height: 100%;
}
.industry-item-box {
    border-radius: 30px !important;
    overflow: hidden !important;
}
.industry-item-box:hover .elementor-element.e-child {
    background: #0d2832 !important;
}
.industry-item-box:hover p, .industry-item-box:hover h3 {
    color: #fff !important;
}
.industry-item-box:hover span.elementor-button-text{
    color: #fff !important;
}
/* industries end */


/* core inside start */

.core_inside_box_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 8px;
    background: #fff;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
 
.core_inside_box_icon img {
	max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
}
 
.core_inside_box:hover .elementor-heading-title,
.core_inside_box:hover .elementor-widget-container p {
	color: #fff !important;
}

/* core inside end */
.error404 .top-header {
    background: #0d2832;
}


/* industrial service */

    .financial-service-container {
        position: relative;
        display: flex;
        align-items: center;
        gap: 70px;
        background: #E6F4FF;
        border-radius: 20px;
        overflow: hidden;
        padding: 30px;
    }
   
    .financial-service-container .tabs {
      width: 40%;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    .financial-service-container .tab {
        padding: 15px 20px;
        border-radius: 12px;
        cursor: pointer;
        font-weight: 500;
        background-color:#fff;
        transition: background 0.3s, color 0.3s;
        display: flex;
        align-items: flex-start;
        gap: 18px;
    }
    .financial-service-container .tab h5 {
        margin: 18px 0 0 0;
        font-size:28px;
        flex:1;
    }
    .financial-service-container .tab.active {
      background: #023047;
      color: white;
    }
    .financial-service-container .tab:hover:not(.active) {
      background: #023047;
      color:#fff;
    }
    .financial-service-container .tab-content {
      width: 60%;
    }
    .financial-service-container .tab-content .content-block {
        opacity: 0;
        transition: opacity 0.5s ease;
        display: none;
    }
    .financial-service-container .tab-content .content-block.active {
      display: block;
      opacity: 1;
    }
    .financial-service-container .tab-image img {
      max-width: 100%;
      border-radius: 10px;
      margin-bottom: 20px;
    }
    .financial-service-container h3 {
      font-size: 38px !important;
      line-height:40px;
      margin-top: 0px;
      margin-bottom: 10px;
    }
    .financial-service-container p {
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
      color: #3B3B3B;
      margin-bottom: 20px;
    }
    .financial-service-container .border-btn-blue span{
        position: relative;
        z-index:9;
    }
    .financial-service-container .tab-btn {
      padding: 10px 25px;
      background: #0077ff;
      color: white;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-weight: bold;
      transition: background 0.3s;
    }
    .financial-service-container .border-btn-blue svg {
        background: #0D9DDA;
        height: 45px;
        width: 45px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 13px;
        fill: #fff;
        position: relative;
        z-index: 9;
    }
    .financial-service-container .border-btn-blue {
        background-color: #FFFFFF00;
        font-family: "Work Sans", Sans-serif;
        font-size: 16px;
        position: relative;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 130%;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: var(--e-global-color-accent);
        border-radius: 999px 999px 999px 999px;
        padding: 14px 48px 14px 14px;
        display: inline-flex;
        align-items: center;
        gap: 15px;
        color:#0D2832;
        overflow:hidden;
        text-decoration:none;
        margin-top: 20px;
    }
    .financial-service-container .border-btn-blue::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0d9dda;
        top: 0;
        z-index: 0;
        border-radius: 80px;
        transform: translateX(-102%);
        transition: all 0.3s ease-in-out;
    }
    .financial-service-container .border-btn-blue:hover::after{
        transform: translateX(-0%);
    }
    .financial-service-container .tab span {
        background: #0D9DDA;
        width: 52px;
        height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: relative;
        z-index:9;
    }
    .financial-service-container .border-btn-blue:hover span{
        color:#fff;
    }
    .financial-service-container .border-btn-blue:hover svg{
        background-color:#000;
    }
    .financial-service-container .tab-btn:hover {
      background: #005dc0;
    }
    
/* industrial service sec end */


.financial-feature-srvc-container{
    display:flex;
    gap:20px;
    align-items:start;
    position:relative;
}
.financial-feature-srvc-container .right-content-info-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 54%;
    z-index: 9;
    background: linear-gradient(267deg, #ffffff, #ffffff, #e5e5e5);
    border-radius: 30px;
    justify-content: center;
    padding: 10px;
    margin-left: auto;
    position: relative;
    margin-top: 70px;
}
.financial-feature-srvc-container .rgt-cntn-info-item:hover {
    background: #e6f4ff;
    border-radius: 5px;
}
.financial-feature-srvc-container .rgt-cntn-info-item:hover h3, .financial-feature-srvc-container .rgt-cntn-info-item:hover p {
    color: #0d9dda !important;
}

.rgt-cntn-info-item {
    width: calc(50% - 1px);
}
.financial-feature-srvc-container .right-content-info-box .rgt-cntn-info-item:nth-child(odd) {
    border-right: 1px solid #B6C0C7;
}
.financial-feature-srvc-container .right-content-info-box .rgt-cntn-info-item:nth-child(odd) {
    border-right: 1px solid #B6C0C7;
}
.financial-feature-srvc-container .rgt-cntn-info-item {
    max-width: calc(50% - 12px);
    padding: 19px;
    width: 100%;
    border-bottom: 1px solid #B6C0C7;
    transition: all 0.3s ease-in-out;
}
.financial-feature-srvc-container .right-content-info-box .rgt-cntn-info-item h3 {
    margin: 5px 0px;
    font-size: 40px;
    line-height: 130%;
}
.financial-feature-srvc-container .right-content-info-box .rgt-cntn-info-item:last-child, .financial-feature-srvc-container .right-content-info-box .rgt-cntn-info-item:nth-last-child(2) {
    border-bottom: 0;
}
.financial-feature-srvc-container .left-image-content-box {
    position: absolute;
    width: 70%;
    z-index:9;
    background-image: radial-gradient(#055070, #0D2832);
    border-radius: 20px;
    padding: 55px 40px 0px 55px;
    color:#fff;
    overflow:hidden;
}

.financial-feature-srvc-container .left-image-content-box h2 {
    font-size: 70px;
    line-height: 110%;
    max-width: 570px;
    margin: 24px 0px 30px;
}
.financial-feature-srvc-container .left-image-content-box .tag {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #E95C1B;
    letter-spacing: 2px;
    border-radius: 40px;
}
.financial-feature-srvc-container .left-image-content-box img {
    margin-bottom: -12px;
}
.financial-feature-srvc-container .rgt-cntn-info-item p {
    font-weight: 400 !important;
    font-family: "Work Sans", Sans-serif;
    font-size: 30px;
    line-height: 160%;
}

.financial-feature-srvc-container::after {
    content: '';
    max-width: 490px;
    height: 136%;
    top: -40px;
    right: 520px;
    background: url(/wp-content/uploads/2025/07/round-border-shape.png);
    position: absolute;
    z-index: 0;
    width: 100%;
    border-radius: 40px;
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.solution-ind-item-hover:hover h3 span, .solution-ind-item-hover:hover p, .solution-ind-item-hover:hover h6 {
    color: #fff !important;
}


/* responsive start */
 
@media screen and (min-width:2000px) {
    .top-header li.mega-menu-megamenu ul.mega-sub-menu {
        max-width: 1920px !important;
        width:calc(100% - 0px) !important;
    }
    .circle_arround_text{
        font-size: 30px;
        line-height: 150%;
    }
    .circle_text {
        width: 450px;
        height: 450px;
        padding: 10px 25px;
    }
    .circle_box {
        width: 570px;
        height: 570px;
    }
    .circle_2 {
    top: 50px;
    right: -410px;
    flex-direction: row-reverse;
    }
    .circle_1 {
        top: 55px;
        left: -430px;
    }
    .circle_3 {
        bottom: -200px;
    }
    .circle_arround {
        width: 510px;
    }
    .home-logo-client figure.swiper-slide-inner img {
        max-height: 200px;
    }
    .team_modal_content_main .content p {
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
        margin: 14px 0px !important;
    }
    .left_content h4 {
        font-weight: 500;
        font-size: 40px !important;
        margin: 0px !important;
    }
    .left_content h5 {
        font-weight: 500 !important;
        font-size: 25px !important;
        margin: 12px 0px 20px !important;
    }
}
@media screen and (max-width:1999px) {
    .top-header li.mega-menu-megamenu ul.mega-sub-menu {
        max-width: 1280px !important;
        width:calc(100% - 0px) !important;
    }
    .home-logo-client figure.swiper-slide-inner img {
        max-height: 80px;
    }
    .team_modal_content_main .content p {
        font-weight: 500;
        font-size: 17px;
        line-height: 140%;
        margin: 10px 0px !important;
    }
    .left_content h4 {
        font-weight: 500;
        font-size: 32px !important;
        margin: 0px !important;
    }
    .left_content h5 {
        font-weight: 500 !important;
        font-size: 22px !important;
        margin: 8px 0px 15px !important;
    }
    .aime-pagination .page-numbers {
        width: 40px;
        height: 40px;
    }
    .post-left-content-outer h2{
        font-size: 30px !important;
        line-height:45px;
    }
    .financial-feature-srvc-container .left-image-content-box h2 {
        font-size: 42px;
        font-weight: 500;
        text-transform: none;
        line-height: 50px;
        max-width:420px;
    }
    .financial-feature-srvc-container .rgt-cntn-info-item p {
        font-weight: 400 !important;
        font-family: "Work Sans", Sans-serif;
        font-size: 18px;
        line-height: 130%;
    }
    .financial-feature-srvc-container .right-content-info-box .rgt-cntn-info-item h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        color: #0D2832;
    }
   .financial-feature-srvc-container .rgt-cntn-info-item {
        max-width: calc(50% - 2px);
        padding: 10px;
    }
    .financial-feature-srvc-container .rgt-cntn-info-item .icon-box img {
        max-width: 32px;
    }
    .financial-service-container .tab h5 {
        margin: 18px 0 0 0;
        font-size: 19px;
    }
    .financial-service-container .tab {
        padding: 9px 15px;
        gap: 15px;
    }
    .financial-service-container .tab span {
        width: 46px;
        height: 46px;
        padding: 10px;
    }
    .financial-service-container p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .financial-service-container h3 {
        font-size: 28px !important;
        line-height: 38px;
    }
    .financial-feature-srvc-container::after {
        content: '';
        max-width: 490px;
        height: 163%;
        top: -40px;
        right: 302px;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
    }

}

@media screen and (max-width:1550px) {
    .inner-top-banner-thumb img{
        max-height: 500px !important;
    }
    .border-global-btn-blue span.elementor-button-icon, .team-item-outer span.elementor-button-icon {
            background: #0D9DDA;
            height: 40px;
            width: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }
        .aime_single_post .aime-card h3, .aime_single_post .aime-card h3 a {
        font-size: 35px;
        }
        .aime_blog_cards .aime-card h3, .aime_blog_cards .aime-card h3 a {
            font-size: 24px;
        }
        .card-taxonomy a{
            padding: 2px 13px;
            margin-bottom: 18px;
            border-radius: 30px;
            font-size: 14px;
            line-height: 20px;
        }
        .card-author img {
            height: 30px;
            width: 30px;
        }
        .card-author {
            gap: 8px;
            margin: 12px 0px;
        }
        .search-box-blog {
            max-width: 400px !important;
            width: 100% !important;
        }
        
        
}
@media screen and (max-width:1400px){
    .small-height img {
        max-height: 77vh;
    }
}


@media screen and (max-width:1367px) {
    .client-testimoanial-home .elementor-swiper-button-prev {
        bottom: -10px !important;
        right: 94px !important;
        width: 40px;
        height: 40px;
    }
    .client-testimoanial-home .elementor-swiper-button-next {
        bottom: -10px !important;
        right: 30px !important;
        width: 40px;
        height: 40px;
    }
    .why-aime-row .aim-card {
        padding: 12px;
		max-width: 340px;
    }
	.why-aime-row .center-circle {
		/* width: 44%; */
		width:38%;
	}
	.aim-card h3 {
		font-size: 20px !important;
	}
	.why-aime-row .why-readmore-box .aim-card:first-child {
		top: 10%;
	}
	.why-aime-row .why-readmore-box .aim-card:nth-child(3) {
		top: 70%;
	}
	.why-aime-row .why-readmore-box:first-child .aim-card:first-child {
		left: 4%;
	}
	.why-aime-row .why-readmore-box:first-child .aim-card:nth-child(2) {
		left: 0%;
	}
	.why-aime-row .why-readmore-box:first-child .aim-card:nth-child(3) {
		left: 4%;
	}
	.why-aime-row .why-readmore-box:last-child .aim-card:first-child {
		right: 4%;
	}
	.why-aime-row .why-readmore-box:last-child .aim-card:nth-child(2) {
		right: 0%;
	}
	.why-aime-row .why-readmore-box:last-child .aim-card:nth-child(3) {
		right: 4%;
	}
    .philosophy-accordian-outer details {
        margin-bottom: 0px !important;
    }
    .roi-column {
        width: 330px;
        gap: 15px;
    }

    .pragraph20px{
    font-size: 18px !important;
    }
    
    .top-header li.mega-menu-megamenu ul.mega-sub-menu {
        max-width: 1100px !important;
        width:calc(100% - 0px) !important;
    }
    .meet-team-items h5 {
        min-height: 30px;
    }
    
    .aime_blog_cards, .aime-custom-header {
        width: calc(33% - 17px);
    }
    .search-box-blog {
        max-width: 300px !important;
    }
    .aime_single_post .aime-card h3, .aime_single_post .aime-card h3 a {
        font-size: 30px;
    }
    .aime_blog_cards .aime-card h3, .aime_blog_cards .aime-card h3 a {
        font-size: 23px;
    }
    .aime_blog_cards .aime-card-content {
        padding: 15px;
    }
    .aime_single_post .aime-card .aime-card-content {
        padding: 20px 20px 20px 0px;
    }
    .aime_single_post .aime-card {
        gap: 25px;
    }
    .aime_single_post .postReadMore a, .aime-custom-header a.aime-custom-btn {
        font-size: 15px;
        padding: 9px 20px;
    }
    .recent-posts-widget .recent-post-item:not(:last-child){
        margin-bottom: 20px;
    }
    .explore-related-tab ul.elementor-taxonomy-list {
        gap: 15px;
        margin: 10px auto 0px;
    }
    .explore-related-tab ul.elementor-taxonomy-list li a {
        padding: 5px 15px;
    }
    .post-left-content-outer h2{
        font-size: 25px !important;
        line-height:35px !important;
    }
    .post-left-content-outer p {
        margin: 0px 0px 25px !important;
        font-size: 16px;
        font-weight: 300 !important;
        line-height: 140%;
    }
    .financial-service-container .tab span {
        width: 40px;
        height: 40px;
        padding: 9px;
    }
    .financial-feature-srvc-container .left-image-content-box h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .financial-feature-srvc-container .left-image-content-box {
        padding: 40px 40px 0px 40px;
    }
    .financial-feature-srvc-container .right-content-info-box .rgt-cntn-info-item h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .financial-feature-srvc-container::after {
        content: '';
        max-width: 488px;
        height: 146%;
        top: -40px;
        right: 22%;
    }
}


@media screen and (max-width:1200px) {
    .aim-card h3 {
        font-weight: 500 !important;
        font-size: 20px !important;
        line-height: 120% !important;
    }
    .why-aime-row .aim-card {
        padding:15px;
        max-width: 280px;
        margin: 20px 0px;
    }
    .readmore-head span {
        width: 35px;
    }
    .top-header li.mega-menu-megamenu ul.mega-sub-menu {
        max-width: 1100px !important;
        width: calc(100% - 40px) !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
        width: max-content !important;
    }
    .lets-talk-globalbtn span.elementor-button-icon svg {
        width: 30px;
    }
    .pragraph20px{
    font-size: 17px !important;
    }
    .meet-team-items .elementor-swiper-button {
        height: 35px;
        width: 35px;
    }
    .meet-team-items .elementor-swiper-button-prev {
        left: 0px !important;
    }
    .meet-team-items .elementor-swiper-button-next {
        right: 0px !important;
    }
    .strategic-process .slick-arrow {
        height: 40px;
        width: 40px;
    }
    .strategic-process .slide-info p {
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
    }
    .strategic-process .slide-info h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        margin: 6px 0px;
    }
    .aime-custom-header {
        padding: 15px;
    }
    .financial-feature-srvc-container .left-image-content-box h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .financial-service-container .tab h5 {
        margin: 10px 0 0 0;
        font-size: 17px;
    }
    .financial-service-container .tab {
        padding: 8px 9px;
        gap: 15px;
    }
    .financial-service-container {
        gap: 40px;
        padding: 20px;
    }
}
@media screen and (max-width:1080px) {
    .top-header li.mega-menu-megamenu ul.mega-sub-menu {
        max-width: auto !important;
        width: inherit !important;
        position: relative !important;
        margin: 0 auto !important;
        right: 0px ! IMPORTANT;
        background-color: #fff !important;
        border-radius: 0px !important;
        padding: 0px !important;
        left: 0px !important;
    }
    .top-header li.mega-menu-flyout ul.mega-sub-menu {
    background-color: #fff !important;
    border-radius: 0px !important;
    padding: 10px !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100% !important;
    }
    .top-header .elementor-tablet_extra-align-right.elementor-hidden-mobile {
        margin-left: auto;
    }
    .top-header .elementor-widget-maxmegamenu {
        order: 3;
    }
    .post-left-content-outer h2{
        font-size: 22px !important;
        line-height:32px !important;
    }
    .financial-feature-srvc-container .left-image-content-box h2 {
        font-size: 22px;
        line-height: 33px;
    }
}

@media screen and (max-width:1024px) {
    .circle_box {
        width: 300px;
        height: 300px;
        margin: 0 auto;
        border-radius: 50%;
        border: solid 2px #0D2832;
        position: relative;
        padding: 15px;
    }
    .circle_text {
        width: 300px;
        height: 300px;
        padding: 10px 25px;
    }
    .circle_arround_image {
        width: 55px;
        height: 55px;
    }
    .circle_sec .circle_box img.circle-left-arrow {
        position: absolute;
        left: -70px;
        bottom: -20px;
        max-height: 120px;
        transform: rotate(-7deg);
    }
    .circle_sec .circle_box img.circle-right-arrow {
        position: absolute;
        right: -70px;
        bottom: -20px;
        max-height: 120px;
        transform: rotate(7deg);
    }
    .circle_1 {
        top: 55px;
        left: -258px;
        justify-content: end;
    }
    .circle_arround {
        width: 300px;
        align-items: center;
        gap: 10px;
        position: absolute;
    }
    .circle_2 {
        top: 50px;
        right: -264px;
        justify-content: start;
    }
    .core-feature-faq details {
        padding: 8px 0px 8px 22px;
    }
    .aime-post-grid {
        gap: 29px;
    }
    .post-left-content-outer h2{
        font-size: 20px !important;
        line-height:32px !important;
    }
    .financial-service-container h3 {
        font-size: 24px !important;
        line-height: 38px;
    }
    .financial-service-container .tab {
        padding: 8px 14px;
        gap: 7px;
    }
}
@media screen and (max-width:992px) {
    .circle_2 {
        top: 50px;
        right: -220px;
        justify-content: start;
    }
    .circle_arround {
        width: 240px;
    }
    .circle_1 {
        top: 55px;
        left: -209px;
    }
    .circle_3 {
        bottom: -160px;
    }
    .circle_sec .circle_box img.circle-right-arrow {
        right: -70px;
        bottom: -25px;
        max-height: 100px;
    }
    .circle_sec .circle_box img.circle-left-arrow {
        left: -70px;
        bottom: -25px;
        max-height: 100px;
    }
    .pragraph20px{
    font-size: 16px !important;
    }
    .dialog-widget-content:has(.footer-newsletter-modal) a.dialog-lightbox-close-button {
        padding: 6px;
    }
    .aime_single_post .aime-card h3, .aime_single_post .aime-card h3 a {
        font-size: 25px;
    }
    .aime_blog_cards .aime-card h3, .aime_blog_cards .aime-card h3 a {
        font-size: 21px;
    }
    .financial-service-container {
        gap: 35px;
        flex-wrap: wrap;
    }
    .financial-service-container .tabs {
        width: 100%;
        display: -webkit-inline-box;
        gap: 15px;
        white-space: nowrap;
        overflow-x: auto;
        scroll-behavior: smooth;
    }
    .financial-service-container .tab-content {
        width: 100%;
    }
    .financial-feature-srvc-container::after {
        content: '';
        max-width: 508px;
        height: 146%;
        top: -40px;
    }
}

@media screen and (max-width:880px) {
    .ready-working-side {
        position: relative !important;
        z-index: 0;
    }
    .lets-talk-globalbtn span.elementor-button-icon svg {
        width: 20px;
    }
    .solutions-outer-item h3.elementor-heading-title {
        min-height: 50px;
    }
    .salesforce-shape-triangle {
        border-bottom-right-radius: 30px;
        overflow: hidden;
    }
    .recent-posts-widget {
            display: flex ;
            flex-wrap: wrap;
    }
    .recent-posts-widget .recent-post-item {
        width: 49%;
        padding-right: 15px;
    }
    .health-playbook .elementor-absolute.elementor-widget-image {
        position: relative !important;
    }
    .financial-feature-srvc-container .right-content-info-box {
        padding: 10px;
        margin-top: 30px;
        max-width: 100%;
    }
    .financial-feature-srvc-container .left-image-content-box {
        position: relative;
        width: 100%;
        padding: 55px 40px 0px 55px;
    }
    .financial-feature-srvc-container{
        flex-wrap: wrap;
    }
    .financial-feature-srvc-container::after {
        content: '';
        max-width: 368px;
        height: 134%;
        top: -35px;
        right: 80px;
        background-size: 100% 100%;
    }
}   


@media screen and (min-width: 2000px) {
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {
		margin: 10px 6px 0 0px;
		top: 4px;
	}
	
	.banner-right-shape > .elementor-element {
		width: 100%;
	}
    .banner-right-shape > .elementor-element img{
        max-height: 97%;
    }
	
	.our-services-outer .tabs_wrap .e-n-tabs-content .e-con,
	.our-services-outer .tabs_wrap .e-n-tabs-content .e-con-full {
		padding: 0 !important;
	}
	
	.our-services-outer .tabs_wrap .e-n-tabs-content .our-services-content {
		padding: 0 40px !important;
	}
	
/* 	.our-services-outer .tabs_wrap .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg {
		font-size: 40px;
		width: 40px;
		height: 40px;
	}
	.our-services-outer .tabs_wrap .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
		font-size: 28px;
	} */

	
	.our-services-outer .tabs_wrap .e-n-tabs-content .e-con .e-con-inner .elementor-element .elementor-heading-title {
		font-size: 50px;
		line-height: normal;
	}
	
	.our-services-outer .tabs_wrap .e-n-tabs-content .e-con .e-con-inner .elementor-element p {
		font-size: 28px;
	    line-height: 48px;
	}
	
	.our-services-outer .tabs_wrap .e-n-tabs-content .e-con .e-con-inner .elementor-element .elementor-button {
		font-size: 26px;
	}
	
	.pragraph20px{
		font-size: 30px !important;
	}
	
	.faq-accordian details .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
		font-size: 40px;
	}
	
	.faq-accordian details .elementor-element p {
		font-size: 30px;
    	line-height: 42px;
	}
	
	.why-aime .container {
		max-width: 100%;
	}
	.why-aime-row .aim-card {
        padding: 30px;
		max-width: 540px;
    }
	.why-aime-row .center-circle {
		width: 50%;
	}
	.aim-card h3 {
		font-size: 36px !important;
		line-height: 50px !important;
	}
	.aim-card span.toggle {
		font-size: 28px;
	}
	.aim-card span.circle-small-dots {
		width: 54px;
    	height: 54px;
	}
	.aim-card span.circle-small-dots img {
		width: 100%;
	}
	.why-aime-row .why-readmore-box:first-child .aim-card span.circle-small-dots {
		right: -25px;
	}
	.why-aime-row .why-readmore-box:last-child .aim-card span.circle-small-dots {
		left: -25px;
	}
	.why-aime-row .why-readmore-box .aim-card:first-child {
		top: 13%;
	}
	.why-aime-row .why-readmore-box .aim-card:nth-child(3) {
		top: 66%;
	}
	.why-aime-row .why-readmore-box:first-child .aim-card:first-child {
		left: 5%;
	}
	.why-aime-row .why-readmore-box:first-child .aim-card:nth-child(2) {
		left: 1%;
	}
	.why-aime-row .why-readmore-box:first-child .aim-card:nth-child(3) {
		left: 5%;
	}
	.why-aime-row .why-readmore-box:last-child .aim-card:first-child {
		right: 5%;
	}
	.why-aime-row .why-readmore-box:last-child .aim-card:nth-child(2) {
		right: 1%;
	}
	.why-aime-row .why-readmore-box:last-child .aim-card:nth-child(3) {
		right: 5%;
	}
	
	li.mega-menu-item > a.mega-menu-link {
		font-size: 30px !important;	
	}
	
	.salesforce-services-tab .e-n-tabs-heading .e-n-tab-title {
		min-width: calc(20% - 15px);
		max-width: calc(20% - 15px);
		padding: 30px 15px;
	}
    
}
@media screen and (max-width: 1048px) {
    .small-height img {
        max-height:70vh;
    }
    .search-box-blog input {
        padding-left: 50px !important;
    }
}
@media screen and (max-width: 767px) {
    .why-aime-row{
        flex-wrap: wrap;
    }
    .why-aime {
    margin-top: 25px;
    }
    .why-aime::after{
        display:none;
    }
    .why-aime-row .aim-card {
        padding: 14px;
        max-width: 100%;
        margin: 7px 0px;
        position: relative;
    }
    .why-aime-row .center-circle{
        width: 100%;
    }
    .why-aime-row .why-readmore-box{
        width: 100%;
    }
    .why-aime-row .why-readmore-box:first-child .aim-card:first-child, .why-aime-row .why-readmore-box:first-child .aim-card:nth-child(3), .why-aime-row .why-readmore-box:first-child .aim-card:nth-child(2) {
    left: 0%;
    }
    .why-aime-row .why-readmore-box .aim-card:first-child, .why-aime-row .why-readmore-box .aim-card:nth-child(2), .why-aime-row .why-readmore-box .aim-card:nth-child(3), .four-accordian-zigzac-box .why-aime-row .why-readmore-box .aim-card:first-child, .four-accordian-zigzac-box .why-aime-row .why-readmore-box .aim-card:nth-child(2) {
        top: 0%;
    }
    .why-aime-row .why-readmore-box:last-child .aim-card:first-child, .why-aime-row .why-readmore-box:last-child .aim-card:nth-child(3), .why-aime-row .why-readmore-box:last-child .aim-card:nth-child(2){
        right: 0%;
    }
    .aim-card span.circle-small-dots, .why-aime-row .why-readmore-box:last-child .aim-card span.circle-small-dots {
        position: absolute;
        right: auto;
        top: 63px;
        left: -11px;
        max-width: 22px;
    }
    .newletter-footer .elementor-field-type-submit {
        position: absolute;
        max-width: 50px;
        right: 0px;
        height: 100%;
        top: 0;
    }
    .why-aime-row .why-readmore-box:last-child .aim-card .readmore-head {
        flex-direction: row-reverse;
    }
    .why-aime-row .why-readmore-box:last-child .aim-card span.toggle {
        justify-content: start;
    }
    .why-aime-row .why-readmore-box:last-child .aim-card h3 {
        text-align: left;
    }
    .circle_box {
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 50%;
        border: solid 0px #0D2832;
        position: relative;
        padding: 0px;
        display: flex;
        flex-direction: column;
    }
    .circle_1 {
        top: 0;
        left: 0px;
        justify-content: start;
        flex-direction: row-reverse;
    }
    .circle_arround {
        width: 100%;
        align-items: center;
        gap: 10px;
        position: inherit;
        margin: 20px 0px;
    }
    .circle_2 {
        top: 0;
        right: 0;
        justify-content: start;
            flex-direction: row-reverse;
            order:5;
    }
    .circle_3 {
        bottom: 0;
        flex-direction: row-reverse;
        left: 0;
        right: 0;
        margin: auto;
        order:4;
    }
    .circle_image {
        width: 300px;
        height: 300px;
        margin: auto;
    }
    .circle_text {
        width: 300px;
        height: 300px;
        padding: 10px 25px;
        top: 15px;
        bottom: auto;
    }
    .circle_sec .circle_box img.circle-left-arrow, .circle_sec .circle_box img.circle-right-arrow{
        display: none;
    }
    .circle_arround_text {
        text-align: left;
    }
    .core-feature-faq details {
        padding: 8px 0px 8px 10px;
    }
    .circle_3 .circle_arround_text {
        flex: 1;
    }
     .pragraph20px{
    font-size: 15px !important;
    }
    .dialog-widget-content:has(.footer-newsletter-modal){
        max-width: 90% !important;
        margin: auto;
    }
    .dialog-widget-content .dialog-message {
        width: 100% !important;
    }
    .dialog-widget-content:has(.footer-newsletter-modal) h3.elementor-icon-box-title {
        margin-top: 12px;
    }
    .feature-box h4.feature-title {
        font-size: 20px !important;
    }
    .small-height img {
        max-height:70vh;
    }
    .border-global-btn-blue a.elementor-button {
        position: relative;
        padding: 8px 15px 8px 10px !important;
    }
    .financial-service-container .border-btn-blue {
        font-size: 14px;
        border-width: 2px 2px 2px 2px;
        padding: 8px 15px 8px 10px;
        gap: 10px;
    }
    .financial-service-container .border-btn-blue svg {
        height: 30px;
        width: 30px;
        padding: 8px;
    }
    .border-global-btn-blue span.elementor-button-content-wrapper, .team-item-outer span.elementor-button-content-wrapper {
        align-items: center;
        font-size: 15px !important;
        gap: 9px !important;
    }
    .border-global-btn-blue span.elementor-button-icon, .team-item-outer span.elementor-button-icon {
        height: 30px;
        width: 30px;
    }
    .left-right-pdficon-btn .dual-icon-button span.icon-left {
        height: 30px;
        width: 30px;
        padding: 5px;
    }
    .left-right-pdficon-btn .dual-icon-button {
        padding: 8px 15px 8px 10px;
        gap: 9px;
        font-size: 15px;
    }
	.banner_height {
		height: auto !important;
	}
	
	#homeScrollBtn { display: none;}
	
	.salesforce-services-tab .e-n-tabs-heading .e-n-tab-title {
		min-width: 100%;
		max-width: 100%;
	}

    .why-aime-row .center-circle {
        margin: -50px 0px 40px;
        min-height: auto;
    }
	
	.aim-card span.toggle {
		margin-top: 0;
	}
	
	.aim-card span.circle-small-dots, 
	.why-aime-row .why-readmore-box:last-child .aim-card span.circle-small-dots {
		display: none;
	}
	
	.aim-card h3 {
		font-size: 18px !important;
	}
	
	.sales_force_image {
		width: 100%;
		position: static !important;
	}
    .solutions-outer-item h3.elementor-heading-title {
        min-height: auto;
    }
    .blue-icon-btn {
        margin-top: 0px;
    }
    .strategic-process .slider-container::after, .strategic-process .slider-container::before{
        display: none;
    }
    .aime_blog_cards, .aime-custom-header {
        width: calc(50% - 11px);
    }
    .aime-post-grid {
        gap: 20px;
    }
        
    .aime_single_post .aime-card {
        gap: 30px;
        flex-wrap: wrap;
    }
    .aime_single_post .aime-card .aime-card-content, .aime_single_post .blog-image{
        max-width: 100%;
        width: 100%;
    }
    .aime_single_post .aime-card .aime-card-content{
        padding:0px 20px 20px 20px;
    }
	
	.salesforce_sec {
		padding: 30px 0;
	}
	
	.content_box {
		width: 300px;
		max-height: max-content;
		position: static !important;
		margin: 0 auto 15px !important;
	}
	
	.sales_force_round {
		width: 300px;
	}
	
	.content_box:after {
		display: none;
	}
	.recent-posts-widget .recent-post-item h4 a {
        max-width: 100% !important;
    }
	.industry-item-box .elementor-element.e-child {
        height: auto;
        padding-top: 40px;
    }
    .financial-service-container .tabs, .financial-service-container .tab-content {
        width: 100%;
      }
}
@media screen and (max-width: 575px) {
    .home-logo-client figure.swiper-slide-inner img {
        max-height: 70px;
    }
    .border-global-btn-blue span.elementor-button-content-wrapper, .team-item-outer span.elementor-button-content-wrapper {
        font-size: 14px !important;
        gap: 8px !important;
    }
    .left-right-pdficon-btn .dual-icon-button {
        padding: 8px 15px 8px 10px;
        gap: 8px;
        font-size: 14px;
    }
    .small-height img {
        max-height:auto;
    }
    .aime_blog_cards, .aime-custom-header {
        width: calc(100% - 0px);
    }
    .aime-post-grid {
        gap: 15px;
    }
    .recent-posts-widget .recent-post-item {
        width: 100%;
        padding-right: 15px;
    }
    .financial-feature-srvc-container .rgt-cntn-info-item {
        max-width: calc(100% - 0px);
        padding:10px;
        border: 0px;
        margin:8px 0px;
    }
    .financial-feature-srvc-container .right-content-info-box .rgt-cntn-info-item:nth-child(odd) {
        border-right: 0px solid #B6C0C7;
    }
    .financial-feature-srvc-container .left-image-content-box {
        padding: 30px 15px 0px 15px;
    }
    .financial-feature-srvc-container::after {
        content: '';
        max-width: 290px;
        height: 130%;
        top: -35px;
        right: 40px;
        background-size: 100% 100%;
    }
    .salesforce-services-tab .elementor-element img {
        max-height: 240px;
    }
}

@media screen and (max-width: 480px) {
    .financial-service-container .tab h5 {
        margin: 10px 0 0 0;
        font-size: 15px;
        white-space: pre-wrap;
    }
    .financial-service-container .tab {
        display: block;
        max-width: 150px;
    }
}

@media screen and (min-width: 1120px) and (max-width: 1366px) {
	
	.content_box {
		width: 280px;
		padding: 15px;
	}
	
	.content_box .top .head h3 {
		font-size: 18px;
		line-height: 120%;
	}
	
	.sales_text {
		line-height: 120%;
	}
	
	.content_box:nth-child(1) {
		left: 80px;
	}
		
	.content_box:nth-child(3) {
		right: 90px;
	}
	
	.content_box:nth-child(4) {
		right: 20px;
	}
	
	.content_box:nth-child(5) {
		right: 120px;
		bottom: 160px;
	}
	
	.content_box:nth-child(6) {
		left: 160px;
	}
	
	.content_box:nth-child(7) {
    	left: 30px;
	}
	
}

@media screen and (min-width: 1024px) and (max-width: 1119px) {
	
	.content_box {
		width: 280px;
		padding: 15px;
	}
	
	.content_box .top .head h3 {
		font-size: 18px;
		line-height: 120%;
	}
	
	.content_box:nth-child(1) {
		left: 50px;
	}
	
	.content_box:nth-child(2) {
    	top: 135px;
	}
	
	.content_box:nth-child(3) {
		right: 60px;
	}
	
	.content_box:nth-child(4) {
		right: 10px;
	}
	
	.content_box:nth-child(4):after {
		width: 40px;
		left: -40px;
	}
	
	.content_box:nth-child(5) {
		right: 60px;
		bottom: 260px;
	}
	
	.content_box:nth-child(6) {
		left: 120px;
	}
	
	.content_box:nth-child(7) {
    	left: 10px;
	}
	
	.content_box:nth-child(7):after {
		width: 45px;
		right: -45px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	.salesforce_sec {
		padding: 30px 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.content_box {
		width: 350px;
		max-height: max-content;
		position: static !important;
		margin: 0 auto 15px !important;
	}
	
	.content_box:after {
		display: none;
	}
	
	.sales_force_round {
		width: 100%;
		text-align: center;
	}
	
	.sales_force_round img {
		max-width: 70% !important;
		margin: auto;
	}
	
}

@media screen and (max-width: 575px) {
    .salesforce-services-tab .elementor-element img {
        max-height:200px;
    }
}
/* responsive end */
