/* 
.skeleton {
	position: relative;
}

.skeleton::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.4) 50%, transparent 60%);
	background-size: 300%;
	background-position-x: 100%;
	animation: shimmer 1s ease-in-out infinite;
}

@keyframes shimmer {
	to {
		background-position-x: 0%;
	}
}
 */
:root {
	--tw-gradient-stops: #1d3663f2, #1d3663d9, #1d366380;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #6270844d;
    border-radius: 9999px;
}
::-webkit-scrollbar-track {
    background-color: #edf0f3;
}
.elementor-nav-menu .menu-item {
    opacity: 0;
    transform: translateY(-10px);
    animation: navFadeIn .5s ease forwards;
}

.elementor-nav-menu .menu-item:nth-child(1) { animation-delay: .1s; }
.elementor-nav-menu .menu-item:nth-child(2) { animation-delay: .2s; }
.elementor-nav-menu .menu-item:nth-child(3) { animation-delay: .3s; }
.elementor-nav-menu .menu-item:nth-child(4) { animation-delay: .4s; }
.elementor-nav-menu .menu-item:nth-child(5) { animation-delay: .5s; }
.elementor-nav-menu .menu-item:nth-child(6) { animation-delay: .6s; }
.elementor-nav-menu .menu-item:nth-child(7) { animation-delay: .7s; }

@keyframes navFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.homebanner_boxes .e-child,
.pround_mem .elementor-widget-image {
    opacity: 0;
    transform: translateY(30px);
    animation-fill-mode: forwards;
}

/* 1 */
.homebanner_boxes .e-child:nth-child(1),
.pround_mem .elementor-widget-image:nth-child(1) {
    animation: showBox .2s forwards, moveBox .5s ease forwards;
    animation-delay: 0s, .8s;
}

/* 2 */
.homebanner_boxes .e-child:nth-child(2),
.pround_mem .elementor-widget-image:nth-child(2) {
    animation: showBox .2s forwards, moveBox .5s ease forwards;
    animation-delay: .15s, 1s;
}

/* 3 */
.homebanner_boxes .e-child:nth-child(3),
.pround_mem .elementor-widget-image:nth-child(3) {
    animation: showBox .2s forwards, moveBox .5s ease forwards;
    animation-delay: .3s, 1.2s;
}

/* 4 */
.homebanner_boxes .e-child:nth-child(4),
.pround_mem .elementor-widget-image:nth-child(4) {
    animation: showBox .2s forwards, moveBox .5s ease forwards;
    animation-delay: .45s, 1.4s;
}

/* 5 */
.homebanner_boxes .e-child:nth-child(5),
.pround_mem .elementor-widget-image:nth-child(5) {
    animation: showBox .2s forwards, moveBox .5s ease forwards;
    animation-delay: .6s, 1.6s;
}

/* 6 */
.homebanner_boxes .e-child:nth-child(6),
.pround_mem .elementor-widget-image:nth-child(6) {
    animation: showBox .2s forwards, moveBox .5s ease forwards;
    animation-delay: .75s, 1.8s;
}

/* 7 */
.homebanner_boxes .e-child:nth-child(7),
.pround_mem .elementor-widget-image:nth-child(7) {
    animation: showBox .2s forwards, moveBox .5s ease forwards;
    animation-delay: .9s, 2s;
}

/* 8 */
.homebanner_boxes .e-child:nth-child(8),
.pround_mem .elementor-widget-image:nth-child(8) {
    animation: showBox .2s forwards, moveBox .5s ease forwards;
    animation-delay: 1.05s, 2.2s;
}

@keyframes showBox {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes moveBox {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0);
    }
}



.cmn_animation .e-loop-item {
    opacity: 0;
    transform: translateY(20px);
    animation: navFadeIn .5s ease forwards;
}

@keyframes navFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

div .blobanimates{
    position: absolute;
    width: 100vw;
    inset: 0;
}
.blobanimate,
.blobanimateleft{
    animation: rotateScale 12s ease-in-out infinite;
    transform-origin: center center;
	position:absolute;
	border-radius:50%;
	background:#ffffff0d;
}
.blobanimate {
	width:256px;
	height:256px;
	top:-80px;
	right:-80px;
}	
.blobanimateleft {
	width:384px;
	height:384px;
	bottom:-128px;
	left:-128px;
	animation: rotateScale2 12s ease-in-out infinite;
}	
@keyframes rotateScale {
  0% {
    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(1.1555) rotate(80deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes rotateScale2 {
  0% {
    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(1.1655) rotate(80deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

.cmn_btn_effct a.elementor-button .elementor-button-icon {
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.cmn_btn_effct a.elementor-button:hover {
   box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}
.cmn_btn_effct a.elementor-button:hover .elementor-button-icon {
    transform: translateX(.25rem);
	 
}

/* Common Css */
p:last-child {
	margin-bottom: 0;
}
.bg-blur-4 {
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.gray-scale {
    filter: grayscale(1);
	transition: all ease 0.3s;
}
.gray-scale:hover {
    filter: grayscale(0);
}
.shadow-xl {
    box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
}
.shadow-md {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}
.shadow-card {
    box-shadow: 0 4px 20px -2px #1d36631f;
}
.aspect-16-9 {
    aspect-ratio: 16/9;
}
.aspect-4-3 {
    aspect-ratio: 4/3;
}
.aspect-4-5 {
    aspect-ratio: 4/5;
}
.w-100 a{
	 width: 100% !important;
}

.lineartext{
	color: transparent;
	background: linear-gradient(45deg, #22d3ee, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
}



/* Topbar Css */
.topbar-list .elementor-icon-list-item {
    transition: all ease 0.3s;
}
.topbar-list .elementor-icon-list-item:hover {
    opacity: 0.7;
}
.elementor-sticky--effects {
    backdrop-filter: blur(12px);
	box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a; 
}
/* Header Menu */

.header-menu .elementor-nav-menu__container .elementor-nav-menu .menu-item .elementor-item {
    border-radius: 6px !important;
    transition: all ease 0.3s;
}
.header-menu .elementor-nav-menu__container .elementor-nav-menu .menu-item .elementor-item:hover {
    background: #eff2f5;
}
.header-menu .elementor-nav-menu__container .elementor-nav-menu .menu-item .elementor-item.elementor-item-active {
    background: var(--e-global-color-accent);
}
.header-menu .elementor-nav-menu__container .elementor-nav-menu .menu-item.custom-call-button .elementor-item {
    position: relative;
    padding-left: 41px;
    background: var(--e-global-color-accent);
    color: #fff;
}
.header-menu .elementor-nav-menu__container .elementor-nav-menu .custom-call-button .elementor-item:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2026/05/phone.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    display: block;
    position: absolute;
    left: 12px;
    z-index: 2;
	opacity: 1 !important;
}

/* Hero Banner */
.hero-banner:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,var(--tw-gradient-stops));
}
.hero-banner:before {
    content: '';
	display: block;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 96px;
    background: linear-gradient(to top, rgb(249 250 251 / 98%), transparent);
    z-index: 1;
}

/* Service Card */
html body .service-card {
	transition: all ease 0.2s;
}
.service-card .elementor-widget-button .elementor-button-text {
    text-align: left;
}
.service-card.shadow-card:hover {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
	transform: translateY(-4px);
}
.expertise-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin-top: 0;
}

/* Project Card */
html body .project-card {
	transition: all ease 0.2s;
}
.project-card .project-icon-list .elementor-icon-list-items .elementor-icon-list-text {
    padding-inline-start: 0;
}
.project-card.shadow-card:hover {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
	transform: translateY(-4px);
}
.project-card .project-featured-image img {
    transition: all ease 0.3s;
}
.project-card:hover .project-featured-image img {
    transform: scale(1.05);
}
.project-card:hover .project-title .elementor-heading-title {
    color: var(--e-global-color-1fc92d0);
}
.project-card .elementor-widget-button .elementor-button-icon {
    transition: all ease 0.3s;
}
.project-card:hover .elementor-widget-button .elementor-button-icon {
    transform: translateX(5px);
}

.our_clints figure.elementor-image-box-img {
    flex: 0 0 48px;
}
.our_clints .swiper-slide .e-con-inner > .elementor-element {
    height: 100%;
}
.our_clints span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px !important;
    background: #36486c;
	opacity: 1;
}
body .our_clints .swiper-pagination {
    left: 0;
    transform: translate(0px, -30px);
    display: flex;
    gap: 8px;
    bottom: 20px !important;
}
.our_clints .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #3462b2;
    border-radius: 9999px;
}
.our_clints .swiper-pagination-bullet:hover {
    background: #435373 !important;
}
.our_clints  .elementor-swiper-button {
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #f9fafb;
    margin: 0 -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9dfe8 !important;
    border-radius: 5px;
    box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
}
.our_clints  .elementor-swiper-button:hover{
	background:#3462b2;
}
.our_clints  .elementor-swiper-button:hover svg path {
    stroke: #fff;
}
body .our_clints  .elementor-swiper-button:hover svg,
body .our_clints  .elementor-swiper-button svg{
	fill:transparent !important;
	width: 16px !important;
}
.blog_grid .elementor-widget-image {
    aspect-ratio: 16 / 9;
}
.blog_grid:hover .elementor-widget-image img,
.about_meet .e-child:hover .elementor-widget-image img{
    transform: scale(1.05);
}
.blog_grid .elementor-widget-image img,
.about_meet .e-child .elementor-widget-image img{
    transition: all ease 0.3s;
}
.blog_grid .elementor-widget-theme-post-excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
	 flex: 1;
}
.blog_archive .elementor-widget-theme-post-excerpt {
    -webkit-line-clamp: 3;
}
.about_meet .e-child:hover {
    box-shadow: 0 7px 19px 0px #00000029;
}
.about_meet .about_meet .elementor-widget-image img {
    aspect-ratio: 1;
}
.about_meet .meet_ds {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.about_meet .elementor-widget-image{
	overflow:hidden;
	border-radius:12px 12px 12px 12px;
}
.about_meet .elementor-social-icons-wrapper span.elementor-grid-item:first-child svg path {
    stroke: #000;
}
.about_meet .elementor-social-icons-wrapper span.elementor-grid-item a:hover svg path {
    stroke: #fff;
}
.about_meet .elementor-social-icons-wrapper span.elementor-grid-item:last-child  a:hover svg  {
    fill: #fff;
}
.footerlogo img {
    filter: brightness(10);
}

.services_large_sec ul {
    padding-left: 20px;
}
.services_large_sec ul li::marker {
    color: #3462b2;
}
.services_large_sec ul li:not(:last-child) {
    margin-bottom: 12px;
}
.contect_show{
  height:0;
  opacity:0;
  visibility:hidden;
  overflow:hidden;
  transition:all .4s ease;
}
.read-more-btn {
    color: #3462b2;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.read-more-btn svg {
    width: 16px;
}
.read-more-btn:hover{
	color:#3462b2cc;
}
.elementor-element-6416164 p a {
    color: #294f88;
}
.services_large_sec  .elementor-icon-wrapper {
    line-height: 0;
}

.services_large_sec .elementor-widget-image img {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
}

.services_large_sec .elementor-widget-image img:hover {
    transform: scale(1.05);
}
.keyservics .e-con-inner {
    max-width: 1280px !important;
}

.our_clints {
    max-width: 1024px !important;
}
div .prjctfilterIcn {
    position: absolute;
    top: 7px;
}
button.e-filter-item[data-filter="__all"] {
    margin-left: 79px;
}
.elementor-widget-taxonomy-filter .e-filter .e-filter-item {
    font-size: 14px;
    background: #eff2f5;
    color: #1d2530;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 500;
    line-height: 20px;
}
.archive .elementor-widget-taxonomy-filter .e-filter {
    gap: 12px;
}
.elementor-widget-taxonomy-filter .e-filter .e-filter-item:hover {
    background: #1d36631a;
}

.elementor-widget-taxonomy-filter .e-filter .e-filter-item[aria-pressed="true"] {
    background: #1d3663;
    color: #fff;
}
.prjctboxcat a {
    color: rgb(29 37 48);
}
span.post-navigation__prev--label, 
span.post-navigation__next--label,
span.post-navigation__prev--title{
    line-height: normal;
}
.elementor-post-navigation__link a {
    padding: 8px 16px;   
    display: inline-flex !important;
    border-radius: 5px;
	 transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.elementor-post-navigation__link a:hover{
	 background: #3462b2;
}
.elementor-post-navigation__link a:hover .post-navigation__prev--title,
.elementor-post-navigation__link a:hover .post-navigation__next--title{
	color:#fff !important;
}
 .elementor-post-navigation__link a:hover .post-navigation__arrow-prev {
    transform: translateX(-.25rem);
}
 .elementor-post-navigation__link a:hover span.post-navigation__arrow-wrapper path {
    stroke: #fff !important;
}
 .elementor-post-navigation__link a:hover .post-navigation__arrow-next {
    transform: translateX(.25rem);
}
.elementor-post-navigation .elementor-post-navigation__link  span.post-navigation__arrow-wrapper {
     transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.elementor-post-navigation__separator-wrapper {
    display: none;
}

.sinlgefeauted {
    border-radius: 16px 16px 16px 16px;
}


.share-icon {
     width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background: #f9fafb !important;
    border: 1px solid #d9dfe8 !important;
	border-radius:8px;
}
.share-icon . svg path{
    stroke: rgb(29 37 48);
}
.share-icon  svg{
    height: 16px!important;
    width: 16px !important;
}
.share-icon:hover svg path {
    stroke: #fff;
}
.share-icon:hover {
    background: #3463b2 !important;
}
div#copyMessage {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    background: #f9fafb;
    color: #1d2530 !important;
    padding: 16px;
	border-radius: 14px;
	box-shadow: 0 4px 12px #0000001a;
}

.archive .blog_grid .fullrowblog .elementor-widget-image {
    aspect-ratio: auto;
}

.headerpop_contact  a.elementor-icon {
    width: 40px;
    height: 40px;
    background: #3462b21a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerpop_contact a.elementor-icon svg {
    width: 20px;
}
.headerpop_contact h3.elementor-icon-box-title {
    margin: 0;
}
.custom-container > .e-con-inner {
    width: 100%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 16px!important;
    padding-right: 16px!important;
}
.wp-block-embed__wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
    margin-bottom: 32px;
}
.elementor-widget-theme-post-content h2.wp-block-heading {
    font-size: 24px;
    font-family: Space Grotesk;
    line-height: 32px;
	color:#1d2530;
    margin: 32px 0 16px;
}
.single-projects .elementor-widget-theme-post-content p.wp-block-paragraph {
    font-size: 18px;
    color: #627084;
    line-height: 1.625;
    margin-bottom: 32px;
}
.elementor-widget-theme-post-content h3.wp-block-heading {
    font-size: 20px;
    line-height: 28px;
}
.elementor-widget-theme-post-content a {
    color: #1d3663;
}
.elementor-widget-theme-post-content  p.wp-block-paragraph {
    margin-bottom: 16px;
}

@media (min-width: 640px) {
    .custom-container > .e-con-inner {
        max-width:640px !important;
        padding-left: 24px!important;
        padding-right: 24px!important;
    }
}

@media (min-width: 768px) {
   .custom-container > .e-con-inner {
        max-width:768px!important;
    }
}

@media (min-width: 1024px) {
   .custom-container > .e-con-inner {
        max-width:1024px!important;
        padding-left: 32px!important;
        padding-right: 32px!important;
    }
}

@media (min-width: 1200px) {
   .custom-container > .e-con-inner {
        max-width:1200px!important;
    }
}

@media (min-width: 1320px) {
   .custom-container > .e-con-inner {
        max-width:1320px !important;
    }
}
@media (max-width: 1024px) {
	
	@keyframes navFadeIn {
		from {
			opacity: 0;
			transform: translateX(-10px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.elementor-nav-menu .menu-item {
		transform: translateX(-10px);
	}
	body .elementor-nav-menu--main a.elementor-item {
		padding: 16px;
		border-radius: .5rem;
	}
	.elementor-nav-menu li.custom-call-button {
		display: none !important;
	}
	body .elementor-nav-menu--main .current-menu-item a{
		background: rgb(29 54 99);
		color:#fff !important;
	}
	div .headerpop_sticky {
		width: 100%;
		position: sticky;
		top: 0;
		z-index: 9;
	}
	.elementor-nav-menu--main .menu-item::after {
		content: '';
		position: absolute;
		text-align: center;
		background: transparent;
		right: 20px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		width: 8px;
		height: 8px;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		transform-origin: center center;
		display: inline-block;
	}
	.elementor-nav-menu--main .menu-item.current-menu-item::after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
}
@media (max-width: 767px) {
	.about_meet .shadow-card,
	.project-card_img{
		display: block !important;
	}
	.elementor-post-navigation {
		flex-direction: column;
		gap: 10px;
	}
	.project-icon-list ul.elementor-icon-list-items {
		row-gap: 25px;
	}
	.elementor-post-navigation .elementor-post-navigation__link * {
		text-align: left;
	}
	.elementor-post-navigation .elementor-post-navigation__link a {
		width: auto;
	}
	.elementor-post-navigation .elementor-post-navigation__link {
		width: 100% !important;
		text-align: left;
	}
}