/*
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 {
    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{
	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{
    fill: #fff;
}
.blue-icon-btn {
    margin-top: auto;
}
.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 {
    padding:10px;
    border: 1px solid #dadada;
    border-radius: 16px;
}
.faq-accordian details p {
    margin-top: 5px;
}
.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;
}
.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;
	padding:10px 0px;
}
.philosophy-accordian-outer details:not(:last-child){
	border-bottom:1px solid #D8D8D8;	
}

.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;
}
.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;
}
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;
}
.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;
}
 
/* 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: 300px;
	}
}
@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: 210px;
	}
}

@media screen and (max-width:1550px) {
    .inner-top-banner-thumb img{
        max-height: 500px !important;
    }
}

@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%;
	}
	.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;
        padding: 8px 0px;
    }
    .roi-column {
        width: 330px;
        gap: 15px;
    }

    .pragraph20px{
    font-size: 18px !important;
    }
}
@media screen and (max-width:1366px) {
    .top-header li.mega-menu-megamenu ul.mega-sub-menu {
        max-width: 1100px !important;
        width:calc(100% - 0px) !important;
    }
}

@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;
    }
}
@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;
    }
    
}

@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;
    }
    
}
@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;
    }
}

@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: 60px;
    }
    .salesforce-shape-triangle {
        border-bottom-right-radius: 30px;
        overflow: hidden;
    }
}   

@media screen and (max-width:767px) {
    .why-aime-row{
        flex-wrap: wrap;
    }
    .why-aime {
    margin-top: 100px;
    }
    .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;
    }
    
}


.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;
}

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

@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: 0;
	}
	
	.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: 767px) {

	.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%;
	}
	
	.sales_force_image {
		width: 100%;
	}
	
	.why-aime-row .center-circle {
		margin: 40px 0;
		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;
	}
	
}

/* responsive end */