/*---- global classes ---*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
main#content, .elementor-location-footer {
    /* max-width: 1440px; */
    margin: 0 auto;
	overflow: hidden;
}
.elementor-location-single.type-post {
    /* max-width: 1440px; */
    margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
body {
    overflow-x: hidden !important;
    background: #000000 !important;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
#eael-toc {
    display: none;
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    right: auto !important;
	z-index: 991;
}
.grecaptcha-badge:hover {
    width: 255px !important;
}
.grecaptcha-badge iframe {
    max-height: none !important;
}
.header_section {
    max-width: 1440px !important;
    margin: 0 auto;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999;
    position: fixed;
    top: 10px;
	left: 0px !important;
    right: 0px !important;
}
.logged-in .header_section {
    top: 42px;
}
.header_section > .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 20px;
    width: calc(100% + 30px);
    max-width: calc(var(--content-width) + 30px);
}
.header_section.elementor-sticky__spacer {
    display: none;
}
.header_section.elementor-sticky--effects > .e-con-inner {
    background: rgb(54 54 54 / 65%);
    backdrop-filter: blur(18px);
}
.header_section.elementor-sticky--effects .elementor-nav-menu--main .elementor-nav-menu {
	background: transparent;
    backdrop-filter: none;
}
.header_section .elementor-nav-menu .menu-item .elementor-item:hover, .header_section .elementor-nav-menu .menu-item.current_page_item .elementor-item:hover, .header_section .elementor-nav-menu .menu-item .elementor-item.highlighted {
    fill: #fff !important;
}
.header_section .elementor-nav-menu--main .elementor-nav-menu {
    background: #FFFFFF2B;
    backdrop-filter: blur(15.800000190734863px);
	padding:6px;
	gap:6px;
	border-radius: 100px;
}
.header_section .elementor-nav-menu--main .elementor-nav-menu::after {
    display: none;
}
.header_section .elementor-nav-menu--main .elementor-nav-menu a {
    transition: .3s;
}
.header_section ul.sub-menu {
    border-radius: 20px;
    padding: 6px;
    background: rgb(122 122 122 / 95%);
    backdrop-filter: blur(15px);
    margin-top: 4px !important;
}
.header_section ul.sub-menu .menu-item .elementor-sub-item {
    color: #fff;
	border-radius: 25px;
	border:none;
	transition: .3s;
}
.header_section ul.sub-menu .menu-item:not(:last-child) {
    margin-bottom: 4px;
}
.header_section ul.sub-menu .menu-item .elementor-sub-item:hover {
    background: #4F4F4F;
    color: #fff;    
}
.btn_gradient .elementor-button, .new_form_style .elementor-button {
	color:#fff;
	background: linear-gradient(301.14deg, #0745DE 10.42%, #56C4FF 120.4%) !important;
	background-color: #2575ea !important;
	height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: none !important;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.btn_gradient .elementor-button:hover, .btn_gradient .elementor-button:focus, .new_form_style .elementor-button:hover, .new_form_style .elementor-button:focus  {
	color:#fff;
	background: linear-gradient(301.14deg, #0745DE 10.42%, #56C4FF 120.4%) !important;
	transform: translateY(-8px);
}
.btn_gradient .elementor-button:before, .new_form_style .elementor-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	border: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20.41%, rgba(255, 255, 255, 0.44) 50.71%, rgba(255, 255, 255, 0) 79.74%);
    border-image-slice: 1;
	border-radius: 16px;
}
.btn_gradient .elementor-button:after, .new_form_style .elementor-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
	border-radius: 16px;
}
.primary_color {
	color: #2575ea;
	background-color: #2575ea;
	background: linear-gradient(301.14deg, #0745DE 10.42%, #56C4FF 120.4%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.btn_normal .elementor-button, .btn_white .elementor-button{
	color:#fff;
	background: #292929;
	height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: none !important;
	position: relative;
	overflow: hidden;
}
.btn_normal .elementor-button:hover, .btn_normal .elementor-button:focus, .btn_white .elementor-button:hover, .btn_white .elementor-button:focus {
	color:#fff;
	background: #262626;
	transform: translateY(-8px);
}
.btn_gradient.w-100 .elementor-button, .btn_normal.w-100 .elementor-button {
	min-width: 280px;
}
.btn_gradient.sm .elementor-button, .new_form_style.sm .elementor-button {
	height: 48px;
	min-width: 180px;
}
.banner_content > .elementor-element {
    max-width: 645px !important;
}
.banner_content > .elementor-element.elementor-widget-heading {
    max-width: 100% !important;
}
.elementor-location-footer .eael-simple-menu .menu-item:last-child a {
    padding-bottom: 0px !important;
}
.ekit-back-to-top-container .ekit-btt__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ekit-btt__button:before {
    content: "Back to top";
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}
.elementor-icon-box-description .action_link {
    color: inherit !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.new_form_style {
	backdrop-filter: blur(4px);
}
.new_form_style .elementor-form .elementor-field-group .elementor-field-textual {
    padding: 12px 14px;
    color: #ECEFF09E;
	resize: none;
}
.new_form_style .elementor-select-wrapper select.elementor-field-textual {
    padding-right: 30px;
}
.new_form_style .elementor-form .e-form__buttons {
	padding-top: 15px;
}
.new_form_style .elementor-select-wrapper .select-caret-down-wrapper {
    display: flex;
    margin-right: 3px;
    font-size: 10px;
}
.new_form_style .elementor-select-wrapper .select-caret-down-wrapper svg {
    margin-top: -6px;
}
.footer_sec > .e-con-inner {
    max-width: 100%;
    padding: 70px;
    background: #000000;
    border-radius: 32px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}
.footer_sec > .e-con-inner:before {
    content: '';
    background: #479DFF;
    filter: blur(450px);
    height: 418px;
    width: 418px;
    border-radius: 100%;
    position: absolute;
    left: -190px;
    top: 12px;
    z-index: 1;
	opacity: 23%;
}
.footer_sec > .e-con-inner:after {
    content: '';
    background: #479DFF;
    filter: blur(450px);
    height: 418px;
    width: 418px;
    border-radius: 100%;
    position: absolute;
    right: -105px;
    bottom: 250px;
    z-index: 1;
    left: auto;
	opacity: 23%;
}
.footer_sec > .e-con-inner > .elementor-element, .expertise_images > .e-con-inner, .banner_content {
    position: relative;
    z-index: 2;
}
.footer_sec > .e-con-inner > .elementor-element {
    max-width: var(--content-width);
    margin: 0 auto;
}
.expertise_images, .home_banner {
	position: relative;
}
.elementor-element.expertise_images .bg_color {
    background: linear-gradient(130.24deg, rgba(255, 255, 255, 0.09) -11.55%, rgba(255, 255, 255, 0.0261) 102.91%);
    backdrop-filter: blur(10.100000381469727px);
    position: relative;
    z-index: 1;
}
.expertise_images .bg_image img {
    backdrop-filter: blur(24px);
    transform: rotate(2.47deg);
}
.expertise_images:before {
    content: '';
	background: #479DFF;
    filter: blur(700px);
    height: 400px;
    width: 400px;
    border-radius: 100%;
    position: absolute;
    right: -270px;
    top: -270px;
    z-index: 1;
    left: auto;
}
.expertise_images:after {
    content: '';
    background: #479DFF;
    filter: blur(700px);
    height: 400px;
    width: 400px;
    border-radius: 100%;
    position: absolute;
    left: -320px;
    bottom: -320px;
    z-index: 1;
}
.vertical_tabs .e-n-tabs .e-n-tabs-content {
	padding-left: 60px;
}
.vertical_tabs .e-n-tabs .e-n-tabs-content > .elementor-element {
    width: 100%;
    background: linear-gradient(129.7deg, rgba(114, 114, 114, 0.26) -0.6%, rgba(0, 0, 0, 0.26) 102.87%);
    backdrop-filter: blur(24px);
    border-radius: 30px;
}
.vertical_tabs .e-n-tabs .tabs_content {
	position: relative;
    height: 100%;
}

.vertical_tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    border-radius: 0px !important;
	background: transparent !important;
}
.services_card .elementor-widget-icon-box .elementor-widget-container {
    min-height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eael-testimonial-item .eael-testimonial-content {
    padding: 0px;
}
.eael-testimonial-item .eael-testimonial-inline-bio {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px !important;
}
.eael-testimonial-inline-bio .testimonial-star-rating {
    position: absolute;
    bottom: 13px;
    left: 18px;
	z-index: 1;
}
.eael-testimonial-item .eael-testimonial-quote {
    display: none;
}
.eael-testimonial-inline-bio .eael-testimonial-image {
    min-width: fit-content;
    padding: 0;
}
.eael-testimonial-inline-bio .bio-text {
    display: flex;
    flex-flow: column;
    padding: 0px !important;
    width: auto !important;
    position: relative;
}
.eael-testimonial-item .bio-text .eael-testimonial-user {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    font-style: normal;
}
.eael-testimonial-item .bio-text .eael-testimonial-user-company {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 12.04px;
    line-height: 135%;
    font-style: normal;
    margin: 0;
}
.eael-testimonial-inline-bio .eael-testimonial-image figure {
    display: flex;
}
.eael-testimonial-inline-bio .eael-testimonial-image figure img {
    margin: 0px !important;
}
.eael-testimonial-content .eael-testimonial-text {
    position: relative;
	z-index: 1;
}
.eael-testimonial-content .eael-testimonial-text p {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
    font-style: normal;
}
.elementor-widget-eael-testimonial:first-child .eael-testimonial-item::before {
    background: linear-gradient(180.09deg, #000000 13.94%, rgba(0, 0, 0, 0) 96.66%);
    position: absolute;
    display: block;
    height: 120px;
    left: 0;
    width: 100%;
    top: -3px;
    clear: none;
    z-index: 0;
}
.elementor-widget-eael-testimonial:last-child .eael-testimonial-item::after {
	background: linear-gradient(0.09deg, #000000 13.94%, rgba(0, 0, 0, 0) 96.66%);
    position: absolute;
    display: block;
    height: 110px;
    left: 0;
    width: 100%;
    bottom: -3px;
    clear: none;
    z-index: 0;
}
.portfolio_list .portfolio-box {
    flex-flow: row !important;
    align-items: flex-end;
	position: relative;
}
.portfolio_list .portfolio-box .portfolio-info {
    max-width: 300px;
}
.portfolio_list .portfolio-box .portfolio-imgbox {
    max-width: 100%;
    margin-bottom: -24px;
    border-radius: 24px 24px 0 0 !important;
    overflow: hidden;
    height: 310px;
}

.portfolio_list .portfolio-box .portfolio-imgbox .elementor-widget-image {
    height: 100%;
}
.portfolio_list .portfolio-box .portfolio-imgbox a {
    height: 100%;
    width: 100%;
}
.portfolio_list h4.elementor-heading-title, .portfolio_list .elementor-post-info .elementor-icon-list-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.link_arrow .elementor-button {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.link_arrow .elementor-button:hover .elementor-button-icon {
    -webkit-animation: moveUp 0.8s linear;
    animation: moveUp 0.8s linear;
}
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
}
.portfolio_list .portfolio-imgbox, .portfolio_list .portfolio-info {
    position: relative;
    z-index: 1;
}
.portfolio_list .portfolio-box:after {
    content: '';
    background: #fff;
    filter: blur(120px);
    height: 765px;
    width: 200px;
    border-radius: 100px;
    position: absolute;
    left: -205px;
    bottom: -311px;
    z-index: 0;
    opacity: 4%;
    transform: rotate(-45deg);
}

.blog_section .swiper-slide .elementor-widget-theme-post-featured-image a {
    width: 100%;
    height: 100%;
}
.blog_section .swiper-slide .elementor-widget-theme-post-featured-image img {
    height: 220px !important;
}
.blog_section .post.type-post .elementor-heading-title {
    -webkit-line-clamp: 2;
}
.inner_banner, .home_banner{
	position: relative;
	overflow: hidden;
	background-size: cover !important;
}
.inner_banner > .e-con-inner, .home_banner > .e-con-inner {
    position: relative;
    z-index: 1;
}
.inner_banner:after, .home_banner:after {
    content: "";
    background: #000000;
    filter: blur(40px);
    position: absolute;
    bottom: -115px;
    left: -95px;
    right: 0;
    width: calc(100% + 115px);
    height: 300px;
}
.home_banner:after {
    bottom: -90px;
    left: -99px;
}
.about_img_info .elementor-heading-title span {
    font-size: 52px;
    font-weight: bold;
}
.about_img_info .elementor-widget-image .elementor-widget-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.21%, rgba(0, 0, 0, 0.8) 98.21%);
	opacity: 0.75;
}
.client_logos .swiper-wrapper .swiper-slide.swiper-slide-active .elementor-carousel-image {
    background-position: left center;
	margin-left: 0px;
}
.client_logos .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide .elementor-carousel-image {
	background-position: right center;
	margin-right: 0px;
}
.client_logos .swiper-wrapper .swiper-slide.swiper-slide-next {
    padding-right: 20px;
}
.client_logos .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
	position: relative;
    right: -20px;
}
.client_logos .swiper-slide .elementor-carousel-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    margin: 0 auto;
	filter: grayscale(1);
}
.client_logos .swiper-slide {
	filter: grayscale(1);
}
.client_logos .swiper-slide .elementor-carousel-image {
	filter: contrast(0.55);
}
.client_logos .swiper-slide .elementor-carousel-image[aria-label="chameleonEvents_logo"] {
	filter: contrast(0.4);
}
.insights_list .type-post .elementor-widget-post-info, .insights_list .type-post .elementor-widget-theme-post-excerpt {
    display: none;
}
.post.type-post .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post_filters search.e-filter .e-filter-item {
    border-radius: 50px;
}
.post_filters search.e-filter .e-filter-item:focus {
	background-color: #3C3C3C;
	color: #FFFFFF;
}
.e-search-form .e-search-input-wrapper .e-search-input {
    color: #b7b7b7 !important;
}
nav.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.elementor-pagination .page-numbers {
    background: #282828;
    box-shadow: 0px 8px 32px 0px #0711360A;
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: #AFAFAF;
}
nav.elementor-pagination .page-numbers.current {
    background: linear-gradient(301.14deg, #0745DE 10.42%, #56C4FF 120.4%);
	background-color: #2575ea;
    color: #fff;
}
nav.elementor-pagination a.page-numbers {
	cursor: pointer;
}
nav.elementor-pagination a.page-numbers:hover {
    background: #3C3C3C;
}
nav.elementor-pagination .page-numbers.prev, nav.elementor-pagination .page-numbers.next {
    height: auto;
    width: auto;
    background: transparent !important;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
}
nav.elementor-pagination a.page-numbers.prev:hover, nav.elementor-pagination a.page-numbers.next:hover {
    color: #1f6de8;
}

/* post css start */
.sidebar_box .bg_image {
    background-image: url(/wp-content/uploads/2025/06/blog_consultation.png);
}
.sidebar_box {
    padding: 24px 21px;
	background-color: #1C1C1C;
    border-radius: 12px;
}
.post_tags .premium-tcloud-term-wrap .premium-tcloud-term {
    display: inline-flex;
    padding: 6px 9px !important;
    color: #b7b7b7 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: capitalize;
    background: #282828 !important;
    border-radius: 4px !important;
    transition: all .4s ease-in-out;
    border: none;
}
.post_tags .premium-tcloud-term-wrap .premium-tcloud-term .premium-tcloud-term-link {
    color: inherit !important;
    font-size: inherit !important;
	transition: none !important;
}
.post_tags .premium-tcloud-term-wrap .premium-tcloud-term:hover {
	background: #2575ea !important;
	border-color: #2575ea !important;
	color: #fff !important;
}
.post_sidebar {
	position: sticky;
	top: 95px;
}
.post_content .new_blog_info > .elementor-widget-wrap {
    padding: 0;
    padding-bottom: 1.5em !important;
    border: none !important;
}
.related_post_info .elementor-widget-theme-post-featured-image {
    min-width: 65px;
}
.related_post_info h2.elementor-heading-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post_tags .premium-tcloud-canvas-container {
    gap: 6px;
}
.blog_info, .blog_info p, .blog_info li {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #D3D3D3;
    font-family: "Plus Jakarta Sans", Sans-serif;
}
.blog_info p {
    margin-bottom: 16px;
}
.new_blog_info .elementor-widget-container {
    color: #D3D3D3;
}
.blog_info a, .new_blog_info a {
    color: #2575ea !important;
    font-weight: 500;
}
.blog_info h4 {
    font-size: 23px;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
    color: #fff;
    font-family: "Raleway", Sans-serif;
}
.blog_info b, .new_blog_info b, .blog_info strong, .new_blog_info strong {
    font-weight: 700;
}
.blog_info ul {
    padding-left: 28px !important;
    margin-bottom: 16px;
}
.blog_info ul li {
    margin-bottom: 6px;
}
span.referance {
    border-left: 4px solid #2575ea;
    display: block;
    padding-left: 15px;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    margin: 10px 0 10px 8px;
}
.blog_info.blog_list ol {
    padding-left: 12px !important;
    list-style: none !important;
    margin-bottom: 10px;
}
.blog_info .elementor-widget-container > ol {
    margin-bottom: 16px;
}
.new_blog_info .elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
}
.new_blog_info .elementor-widget-image .elementor-widget-container {
    margin: 0 0 16px !important;
}
.new_blog_info .elementor-widget-image .elementor-widget-container img {
    margin: 0;
}
.single-post .post_contents .elementor-widget-theme-post-featured-image img, .single-post .new_blog_info .elementor-widget-image img {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}
.related_post_info h2.elementor-heading-title {
    font-family: "Raleway", Sans-serif !important;
    color: #fff !important;
}
.related_post_info .elementor-post-info .elementor-icon-list-text {
    font-family: "Raleway", sans-serif;
    color: #c9c9c9 !important;
    font-weight: 400;
}
.related_post_info .elementor-post-info .elementor-icon-list-icon svg {
    fill: #fff !important;
}
/* post css end */

.type-service p {
    margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.services_list .swiper-wrapper {
    align-items: center;
}
.services_list .swiper-wrapper .swiper-slide.type-service {
	transform: scale(.82);
	height: auto;
	overflow: visible;
	transition: all 300ms ease;
}
.services_list .swiper-wrapper .swiper-slide.type-service > .elementor-element {
	min-width: 500px
}
.services_list .swiper-wrapper .swiper-slide-next.type-service {
    transform: scale(1);
    display: flex;
    justify-content: center;
}
.services_list .swiper-wrapper .swiper-slide-active.type-service {
    transform-origin: left center;
}
.services_list .swiper-wrapper .swiper-slide-duplicate-prev.type-service{
    transform-origin: right center;
    display: flex;
    justify-content: flex-end;
}
.adds_card figure.elementor-image-box-img {
    min-width: 312px;
	position: relative;
    overflow: hidden;
}
.card_order .elementor-image-box-wrapper {
    display: flex;
    flex-flow: column-reverse;
}
.card_order figure.elementor-image-box-img {
    min-width: auto !important;
    margin: 24px 0 0 !important;
}
.card_order figure.elementor-image-box-img img {
	width:100%;
}
.adds_card .elementor-widget-container {
    position: relative;
    overflow: hidden;
}
.adds_card .elementor-image-box-wrapper {
    position: relative;
    z-index: 1;
}
.adds_card .elementor-widget-container:after {
    content: '';
    background: #fff;
    filter: blur(120px);
    height: 765px;
    width: 200px;
    border-radius: 100px;
    position: absolute;
    left: -200px;
    bottom: -307px;
    z-index: 0;
    opacity: 4%;
    transform: rotate(-45deg);
}
.right_adds_list .elementor-widget-container:after {
    left: -73px;
    bottom: -340px;
}
.adds_card figure.elementor-image-box-img:after {
    content: '';
    background: #454545;
    filter: blur(500px);
    height: 400px;
    width: 400px;
    border-radius: 100%;
    position: absolute;
    right: -238px;
    top: -217px;
    z-index: 0;
    opacity: 32%;
}
.right_adds_list .adds_card figure.elementor-image-box-img:after {
    display: none;
}
.new_form_style .large_form .elementor-form .elementor-field-textual {
    padding: 20px;
}
.new_form_style .large_form .elementor-form .e-form__buttons .elementor-button {
    margin: 0 auto;
    max-width: 370px;
}
.e-n-accordion .e-n-accordion-item {
    background: #292929;
    box-shadow: 0px 6px 44px 0px #2745BE0D;
    border-radius: 12px;
}
.e-n-accordion p {
     margin-bottom: 12px;
}
.e-n-accordion p:last-child {
    margin-bottom: 0;
}

#selectid_drop search {
    display: none;
}
#dynamicDropdown {
    min-width: 245px;
    max-width: 245px;
    margin-left: auto;
    border: none;
    padding: 9px 34px 9px 14px;
    color: #c5c5c5;
    font-size: 18px;
    font-weight: 500;
    font-family: "Raleway", Sans-serif;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    background: #282828 url(https://www.arielsoftwares.com/wp-content/uploads/2025/08/select_arrow.svg) no-repeat;
    background-position: right 13px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.project_lists search.e-filter .e-filter-item {
    border-radius: 50px;
}
.project_lists .portfolio_list .portfolio-box .portfolio-imgbox {
    margin-bottom: 0px;
    border-radius: 24px !important;
}
.elementor-message.elementor-message-danger {
    color: #ef3e39;
	margin: 10px 0 0;
}
.elementor-message.elementor-message-danger .elementor-forms-admin-errors {
    margin-top: 8px;
}
.new_form_style .elementor-message {
    text-align: center;
}
.foot_logo {
    filter: grayscale(1);
}
.process_view .elementor-icon-box-wrapper h3 span span {
    font-size: 90px;
    -webkit-text-stroke: 1px #2677eb;
    display: block;
    color: transparent;
    font-weight: 700;
    transition: 0.4s ease-in-out;
    line-height: 70px;
    margin-bottom: 30px;
   font-family: "Outfit", sans-serif;
}
.process_view .elementor-widget-icon-box:hover h3 span span {
	transform: translateY(5px);
    color: #2677eb;
}
.work-culture-slider .swiper-wrapper {
    height: 475px;
}
.work-culture-slider .swiper-wrapper figure.swiper-slide-inner {
    position: relative;
    height: 100%;
}
.work-culture-slider .swiper-wrapper img.swiper-slide-image {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.work-culture-slider figcaption.elementor-image-carousel-caption {
    position: absolute;
    z-index: 91;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 57.81%, #000000 100%);
    margin: 0;
    padding: 35px;
    width: 100%;
}
.work-culture-slider .swiper-slide {
    border-radius: 32px;
    overflow: hidden;
	border: 1px solid rgb(255 255 255 / 30%);
}
.culture-slider-caption h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    text-align: left;
	color:#fff;
	margin-bottom: 8px;
	font-family: "Raleway", Sans-serif;
}
.culture-slider-caption p {
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    max-width: 800px;
    color: #fff;
    font-family: "Raleway", Sans-serif;
    margin: 0;
}
.single-jobs .new_form_style .elementor-button {
    max-width: 250px;
	margin-left: auto;
}
.new_form_style .elementor-form .elementor-field-group .elementor-upload-field {
    padding: 7px;
}
.new_form_style input[type="file"]::file-selector-button {
    padding: 5px 10px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    margin-right: 8px;
}
.elementor-image-box-wrapper a, .elementor-icon-box-wrapper a, .elementor-image-box-wrapper a:hover, .elementor-icon-box-wrapper a:hover {
    color: #2196F3;
}

.single-jobs .blog_info h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 14px;
}
.single-jobs .blog_info, .single-jobs .blog_info p, .single-jobs .blog_info li {
    font-size: 17px;
    line-height: 28px;
}
.single-jobs .blog_info p {
    margin-bottom: 13px;
}
.single-jobs .blog_info p:last-child {
    margin-bottom: 0px;
}
.single-jobs .blog_info b, .single-jobs .blog_info strong{
    font-weight: 600;
}
span.tech-space {
    display: block;
    margin-top: 10px;
}
.swiper-button-disabled {
    pointer-events: none !important;
}
.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-prev, .e-widget-swiper .elementor-swiper-button.elementor-swiper-button-next, 
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next {
	height: 48px !important;
    width: 48px !important;
}
.height-100 {
    height: 100%;
}
.trend-carousel .swiper-slide .number-trend h2{
    transition: .5s;
	color: #555555;
}
.trend-carousel .swiper-slide .elementor-element:hover .number-trend h2 {
    color: #2575ea;
	background-color: #2575ea;
	background: linear-gradient(301.14deg, #0745DE 10.42%, #56C4FF 120.4%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.e-n-accordion .elementor-widget-text-editor p b, .elementor-icon-box-description b {
    color: #e5e5e5;
    font-weight: 600;
}
.list_view .elementor-icon-list-items li.elementor-icon-list-item {
    width: 50%;
    padding-right: 15px;
    padding-bottom: 5px;
}
.am_industry .elementor-icon-box-title:before {
    position: absolute;
    content: '';
    background: #ffc000;
    height: 4px;
    width: 74px;
    transform: skewX(-12deg) translateY(-15px);
    bottom: 100%;
}
.am_industry .items_2 .elementor-icon-box-title:before {
    background: #9c0;
}
.financial-services .elementor-icon-box-wrapper .elementor-icon svg g {
    stroke-width: 2px;
    stroke: #2575ea;
}

.case_study .blog_info h4 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 28px;
}
.case_study .blog_info p {
    margin-bottom: 15px;
}
.case_study .blog_info ol {
    padding-left: 25px !important;
    margin-bottom: 15px;
}
.case_study .blog_info ol ::marker {
    font-weight: 700;
}
.case_study .blog_info ul li, .case_study .blog_info ol li {
    margin-bottom: 8px;
}
.case_study .blog_info p:last-child, .case_study .blog_info ul:last-child, .case_study .blog_info ul li:last-child, .case_study .blog_info ol:last-child, .case_study .blog_info ol li:last-child {
	margin-bottom: 0px;
}
.case_study .blog_info b, .case_study .blog_info strong {
    font-weight: 600;
}
.case_study .blog_info ol li {
    padding-left: 5px;
}
.case_study .blog_info, .case_study .blog_info p, .case_study .blog_info li {
    font-size: 16px;
    line-height: 28px;
}
.case_study .elementor-widget-text-editor a {
    color: #2575ea !important;
}
.project_videos {
    position: relative;
}
.project_videos .iframe_video {
    position: absolute;
    left: 22px;
    top: 22px;
    z-index: 1;
    width: calc(100% - 45px);
    height: calc(100% - 190px);
    overflow: hidden;
    background: #030303;
}
.project_videos.laptop_video .iframe_video {
    left: 74px;
    top: 22px;
    z-index: 1;
    width: calc(100% - 148px);
    height: calc(100% - 64px);
    background: #121211;
}
.project_info p {
	margin-bottom: 7px;
}
.project_info p, .project_info ul li, .project_info .elementor-widget-container {
    font-size: 15px !important;
    line-height: 22px;
	font-weight: 400;
}
.project_info b {
    font-weight: 600;
    color: #dfdfdf;
}
.project_info ul {
    margin: 7px 0 8px;
    padding-left: 28px;
}
.project_info ul li {
	margin-bottom: 3px;
}
.project_info .elementor-element:last-child p:last-child, .project_info .elementor-element:last-child ul:last-child {
	margin-bottom: 0px;
}
.project_info .elementor-button .elementor-button-icon {
    padding: 0px !important;
}
.cky-notice .cky-title {
    font-family: "Raleway", Sans-serif;
    margin-bottom: 10px;
}
.cky-notice .cky-notice-btn-wrapper .cky-btn {
    height: 42px;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cky-notice-btn-wrapper .cky-btn.cky-btn-customize, .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
    border-color: #2575ea !important;
    color: #2575ea !important;
}
.cky-notice-btn-wrapper .cky-btn.cky-btn-customize:hover, .cky-notice-btn-wrapper .cky-btn.cky-btn-reject:hover {
    background: rgb(37 117 234 / 10%) !important;
}
.cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
    background: linear-gradient(301.14deg, #0745DE 10.42%, #56C4FF 120.4%) !important;
    border: none;
    color: #fff !important;
}
.cky-accordion-header .cky-accordion-btn, .cky-preference-body-wrapper .cky-show-desc-btn, .cky-preference-header .cky-btn-close {
    outline: none !important;
    border: none !important;
}
.cky-modal .cky-preference-header {
    border-color: #e5e5e5;
    padding: 20px 24px;
    margin-bottom: 2px;
}
.dialog-widget-content {
    background-color: #000;
}
.insights_list .post.type-post > .elementor-element {
    height: 100%;
}
.post.type-post .inner_banner .elementor-heading-title {
	display: block;
	-webkit-line-clamp: none;
}
/* Main Button */
.button-hover-scroll {
  font-size: 18px;
font-weight: 500;
  color: #fff;
  border-radius: 30px;
  padding: 7px 8px;
  height: 52px;
  background: linear-gradient(301.14deg, #0745DE 10.42%, #56C4FF 120.4%) !important;
  text-align: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/* Inner Content */
.button-hover-scroll .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding-left: 20px;
  border-radius: 50px;
  z-index: 2;
  overflow: hidden;
}

/* Hover Background Circle */
.button-hover-scroll .btn-inner::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  right: 0;
  background: #fff;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

/* Icon */
.button-hover-scroll .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

/* Button Text */
.button-hover-scroll .btn-text {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* Icon Inner */
.button-hover-scroll .btn-icon i {
  color: #292929;
  transition: all 0.3s ease-in-out;
}

/* Hover Effects */
.button-hover-scroll:hover .btn-inner::before {
  width: calc(100% - 38px);
}

.button-hover-scroll:hover .btn-icon {
  transform: translateX(38px);
}

.button-hover-scroll:hover .btn-text {
  transform: translateX(35px);
  color: #292929;
}

/* Dark Variant */
.button-hover-scroll.dark-button-hover {
  background: #292929 !important;
}

.button-hover-scroll.dark-button-hover .btn-icon,
.button-hover-scroll.dark-button-hover .btn-inner::before {
  background: linear-gradient(301.14deg, #0745DE 10.42%, #56C4FF 120.4%) !important;
}

.button-hover-scroll.dark-button-hover .btn-text,
.button-hover-scroll.dark-button-hover .btn-icon i, 
.button-hover-scroll .btn-icon.h-icon i{
  color: #fff;
}
/* Hidden Icon (slides in) */
.button-hover-scroll .btn-icon.h-icon {
  position: absolute;
  left: -42px;
  background: transparent !important;
}

.btn-loop-animation .elementor-button {
    background: linear-gradient(301.14deg, #0745DE 10.42%, #56C4FF 120.4%);
    background-size: 300% 300%;
    transition: background-position 0.5s ease;
    animation: changeGradientAnimation 4s ease infinite;
    position: relative;
    padding: 20px 48px 20px 26px !important;
}
.btn-loop-animation .elementor-button:before {
    content: "";
    border-radius: 50%;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    text-align: center;
    -webkit-animation: anim-glow 2s ease infinite;
	animation: anim-glow 2s ease infinite;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-loop-animation .elementor-button:after {
    content: "";
	border-radius: 50%;
	width: 2px;
	height: 2px;
	display: inline-block;
	vertical-align: 6px;
	background-color: #fff;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes changeGradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes anim-glow {
  0% {
    box-shadow: 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 10px 8px transparent;
    border-width: 2px;
  }
}
@keyframes anim-glow {
  0% {
    box-shadow: 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 10px 8px transparent;
    border-width: 2px;
  }
}
.bg_image {
    height: 100%;
}
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}
.elementor-counter .elementor-counter-title {
    text-align: center;
}

/*---- @media start here ---*/
@media (width >= 768px) {
	 * {
        scrollbar-width: thin;
        scrollbar-color: #acabab;
    }

    :-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    :-webkit-scrollbar-track {
        background: transparent;
    }

    :-webkit-scrollbar-thumb {
        background-color: #c7c7c7;
        border-radius: 0;
        border: 0px solid transparent;
        background-color: #c7c7c7;
    }

    ::-webkit-scrollbar,
    ::-webkit-scrollbar-thumb {
        height: 8px;
        border-radius: 0;
        background-clip: padding-box;
        border: 0px solid transparent;
        width: 8px;
        background-color: #d8dde3;
    }

    ::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 0 10px #acabab;
    }
	.tabs_content .item_1, .tabs_content .item_3, .tabs_content .item_5 {
		transform: rotate(-8.73deg);
	}
	.tabs_content .item_2, .tabs_content .item_4 {
		transform: rotate(9.71deg);
	}
}

@media (width >= 992px) {
	.portfolio_sec .portfolio_list .elementor-grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.portfolio_sec .portfolio_list .elementor-grid .type-portfolio:nth-last-child(3) {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
	.portfolio_sec .portfolio_list .elementor-grid .type-portfolio:nth-last-child(2) {
		grid-column: 1 / 3;
		grid-row: 2 / 2;
	}
	.portfolio_sec .portfolio_list .elementor-grid .type-portfolio:nth-last-child(1) {
		grid-column: 3 / 3;
		grid-row: 1 / 3;
	}
	.portfolio_sec .portfolio_list .elementor-grid .type-portfolio:nth-last-child(1) .portfolio-imgbox {
		height: 405px;
	}
	.portfolio_sec .portfolio_list .elementor-grid .type-portfolio:nth-last-child(1) .portfolio-box {
		height: 100%;
		justify-content: space-between;
		flex-flow: column-reverse !important;
	}
	.portfolio_sec .portfolio_list .elementor-grid .type-portfolio:nth-last-child(1) .portfolio-info {
		max-width: 100%;
	}
	.portfolio_sec .portfolio_list .elementor-grid .type-portfolio:nth-last-child(1) .portfolio-box .elementor-heading-title {
		padding-right: 30px;
	}
	.portfolio_sec .portfolio_list .type-portfolio:nth-last-child(1) .portfolio-box:after {
		bottom: -115px;
		left: -55px;
	}
	.blog_section .swiper-wrapper .swiper-slide.e-loop-item {
		opacity: 42% !important;
		padding-top: 32px;
	}
	.blog_section .swiper-slide.e-loop-item.swiper-slide-next {
		opacity: 100% !important;
		padding-top: 0px !important;
	}
}

@media (width >= 1200px) {
	.blog_section .type-post > .elementor-element {
		padding: 25px;
	}
	.blog_section .type-post > .elementor-element > .e-con-inner {
		padding: 0px;
	}
}

@media (width >= 1400px) { 
	.blog_section .elementor-widget-loop-carousel {
		width: calc(100% + 30px) !important;
		margin-left: -15px !important;
		margin-right: -15px !important;
		max-width: calc(100% + 30px) !important;
	}
}

@media (width <= 1399px) {
	.footer_sec > .e-con-inner {
		padding: 50px;
	}
	.services_list .swiper-wrapper .swiper-slide.type-service > .elementor-element {
		min-width: 470px;
	}
}

@media (width <= 1199px) {
	.footer_sec > .e-con-inner {
		margin: 15px auto;
		padding: 40px 28px;
		border-radius: 25px;
	}
	.header_section .elementor-nav-menu--main .elementor-nav-menu {
		gap: 3px;
	}
}

@media (width <= 991px) {
	.header_section > .e-con-inner {
		padding-left: 14px;
		padding-right: 14px;
		margin-left: -4px;
		margin-right: -4px;
		border-radius: 12px;
		width: calc(100% + 8px);
		max-width: calc(var(--content-width) + 8px);
	}
	.header_section .e-con-inner .elementor-button .elementor-button-icon {
		padding: 0px !important;
	}
	.footer_sec > .e-con-inner {
		margin: 12px auto;
		padding: 25px 22px;
		border-radius: 22px;
	}
	
	nav.elementor-pagination .page-numbers {
		width: 45px;
		height: 45px;
		border-radius: 10px;
		font-size: 16px;
	}
	.blog_info, .blog_info p, .blog_info li {
		font-size: 17px;
		line-height: 28px;
	}
	.blog_info h4 {
		font-size: 22px;
		line-height: 28px;
	}
	
	.portfolio_list .portfolio-box {
		flex-flow: column !important;
	}
	.portfolio_list .portfolio-box .portfolio-imgbox {
		margin-bottom: 0;
		border-radius: 16px 16px !important;
		height: 310px;
	}
	.portfolio_list .portfolio-box .portfolio-info {
		max-width: 100%;
	}
	
}

@media (width <= 767px) {
	.grecaptcha-badge {
		bottom: 3px !important;
		left: 3px !important;
		height: 54px !important;
	}
	.grecaptcha-badge:hover {
		width: 230px !important;
	}
	.work-culture-slider figcaption.elementor-image-carousel-caption {
		position: static;
		background: #ffffff;
		margin: 0;
		padding: 6px 0 0;
		width: auto;
	}
	.culture-slider-caption h2 {
		font-size: 24px;
		line-height: 26px;
	}
	.culture-slider-caption p {
		font-size: 15px !important;
		line-height: 20px;
	}
	.footer_sec > .e-con-inner {
        margin: 8px auto;
        padding: 25px 16px;
        border-radius: 15px;
    }
	.new_form_style .elementor-form .elementor-field-group .elementor-field-textual {
		padding: 10px 13px;
	}
	.btn_gradient .elementor-button, .new_form_style .elementor-button {
		height: 50px;
		border-radius: 14px !important;
	}
	.new_form_style .elementor-form .e-form__buttons {
		padding-top: 5px;
        padding-bottom: 3px;
	}
	.ekit-btt__button:before {
		font-size: 15px;
		margin-right: 11px;
	}
	nav.elementor-pagination .page-numbers {
        width: 35px;
        height: 35px;
        border-radius: 8px;
        font-size: 14px;
        min-width: 35px;
    }
	nav.elementor-pagination .page-numbers.prev, nav.elementor-pagination .page-numbers.next {
		font-size: 14px;
	}
	nav.elementor-pagination {
		flex-wrap: wrap;
		row-gap: 6px;
	}
	.insights_list .post.type-post {
		max-width: 425px;
		margin: 0 auto;
	}
	.btn_gradient.w-100 .elementor-button, .btn_normal.w-100 .elementor-button {
		min-width: 250px;
	}
	.sidebar_box {
		padding: 22px 18px;
	}
	.blog_info, .blog_info p, .blog_info li, .blog-details p {
		font-size: 16px;
		line-height: 26px;
	}
	span.referance {
		border-left: 3px solid #2575ea;
		padding-left: 11px;
		font-size: 14px;
		line-height: 22px;
		margin: 10px 0 10px 6px;
	}
	.blog_info h4 {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 14px;
	}
	.blog_info ul {
		padding-left: 25px !important;
		margin-bottom: 15px;
	}
	.blog_info ul li {
		margin-bottom: 5px;
	}
	.blog_info p {
		margin-bottom: 14px;
	}
	.post_tags .premium-tcloud-term-wrap .premium-tcloud-term {
		padding: 5px 8px !important;
		font-size: 13px;
		line-height: 13px;
	}
	.btn_gradient.sm .elementor-button, .new_form_style.sm .elementor-button {
		height: 44px;
		min-width: 178px;
	}
	.header_section {
		top: 6px;
	}
	.header_section > .e-con-inner {
		background: rgb(54 54 54 / 65%);
		backdrop-filter: blur(18px);
	}
	.banner_full_img img {
		height: auto !important;
		min-height: 290px;
	}
	.button-hover-scroll .btn-inner {
		gap: 8px;
		padding-left: 16px;
	}
	.button-hover-scroll {
        font-size: 15px;
        height: 48px;
        padding: 5px 7px;
    }
	.button-hover-scroll .btn-inner::before {
		width: 35px;
		height: 35px;
	}
	.button-hover-scroll .btn-icon {
        font-size: 15px;
        width: 35px;
        height: 35px;
    }
	.button-hover-scroll:hover .btn-inner::before {
		width: calc(100% - 35px);
	}
	.button-hover-scroll:hover .btn-text {
		transform: translateX(32px);
	}
	.button-hover-scroll:hover .btn-icon {
		transform: translateX(37px);
	}
	.home_tabs .vertical_tabs .tabs_content .elementor-widget-image {
		position: static !important;
	}
	.home_tabs .vertical_tabs .tabs_content {
		margin-top: 0px;
		padding: 14px;
		gap: 8px;
	}
	.home_tabs .vertical_tabs .e-n-tabs-heading {
        display: flex;
        flex-flow: wrap;
        gap: 10px;
		margin-bottom: 18px;
    }
	.home_tabs .vertical_tabs .tabs_content .elementor-widget-image {
        position: static !important;
        width: calc(50% - 4px);
    }
	.home_tabs .vertical_tabs .tabs_content .elementor-widget-image img {
		width: auto;
		max-width: 100%;
		height: auto;
		border-radius: 15px;
	}
	.vertical_tabs .e-n-tabs .e-n-tabs-content > .elementor-element {
		border-radius: 15px;
	}
	.vertical_tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
		border-radius: 10px !important;
	}
	.services_card .elementor-widget-icon-box .elementor-widget-container {
		min-height: 150px;
	}
	.portfolio_list .portfolio-box .portfolio-imgbox {
        border-radius: 14px 14px !important;
        height: 300px;
    }
	h2.elementor-heading-title br {
		display: none;
	}
	.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-prev, .e-widget-swiper .elementor-swiper-button.elementor-swiper-button-next, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next {
		height: 45px !important;
		width: 45px !important;
	}
}

@media (width <= 480px) { 
	nav.elementor-pagination .page-numbers {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        font-size: 13px;
        min-width: 30px;
    }
	nav.elementor-pagination .page-numbers.prev, nav.elementor-pagination .page-numbers.next {
        font-size: 13px;
        min-width: auto;
    }
}