/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.7.1765964181
Updated: 2025-12-17 09:36:21

*/

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	    outline: 0 dotted var(--wp--style--color--link, var(--global--color-primary)) !important;
}
.site-main {
	padding:0!important;
} 
img {
	    height: 100%;
}
body {
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
:root{
     --body: "DM Sans", sans-serif;
     --heading: "DM Serif Display", serif;
     --text-color: #FFFFFF;
     --bg-primary-color: #0D070B;
	 --teal: linear-gradient(190.15deg, #0B2A2C 2.67%, #171115 42.49%);
	 --teal_text:linear-gradient(270deg, #0CC39F 2.89%, #04DBE1 100%);
	 --blue: linear-gradient(190.15deg, #14213A 2.67%, #171115 42.49%);
	 --blue_text: linear-gradient(270deg, #0CC39F 2.89%, #04DBE1 100%), linear-gradient(270deg, #0032D8 17.15%, #00E1FB 81.97%);
	 --gold:linear-gradient(190.15deg, #332013 2.67%, #171115 42.49%);
	 --gold_text:linear-gradient(269.91deg, #FF9000 39.49%, #FFC600 97.3%);
	 --pink:linear-gradient(190.15deg, #35172B 2.67%, #171115 42.49%);
	 --pink_text:linear-gradient(270deg, #FCA3B7 18.57%, #FF54C5 100%);
}
.teal {
	background:var(--teal) !important;
}
.teal_text {
	background:var(--teal_text) !important;
}
.blue {
	background:var(--blue) !important;
}
.blue_text {
	background:var(--blue_text) !important;
}
.gold {
		background:var(--gold) !important;
}
.gold_text {
		background:var(--gold_text) !important;
}
.pink {
		background:var(--pink) !important;
}
.pink_text {
		background:var(--pink_text) !important;
}

 h1,h2,h3,h4,h5,h6 {
     font-family:var(--heading) !important;
     font-weight: 400;
     font-style: normal;
}
 body,p,li,ul,a{
     font-family:var(--body) !important;
     font-weight: 400;
     font-style: normal;
	     line-height: normal;
}

.announcement-bar {
	    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 20px;
	    justify-content: space-between;
	    align-items: center;
}
.announcement-bar-contact-info {
    display: flex;
    gap: 20px;
}
.announcement-bar .announcement-text {
	font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.announcement-bar-contact-info p {
	display: flex;
    align-items: center;
    gap: 10px;
}
.announcement-bar-contact-info p svg {
    width: 20px;
}
.announcement-bar-contact-info p a {
	font-size: 16px;
    font-weight: 400;
	    text-decoration: none;
}
.announcement-bar-contact-info p a:hover {
	    background: linear-gradient(270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
  @keyframes ring {
    0%   { transform: rotate(0deg); }
    10%  { transform: rotate(15deg); }
    20%  { transform: rotate(-15deg); }
    30%  { transform: rotate(10deg); }
    40%  { transform: rotate(-10deg); }
    50%  { transform: rotate(5deg); }
    60%  { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }
.call-icon {
    animation: ring 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}
.email-icon {
  animation: pulse 1.8s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
	.announcement-bar {
		    flex-direction: column;
	}
}
@media (max-width: 575px) {
	.announcement-bar .announcement-text {
    font-size: 14px;
	}
	.announcement-bar-contact-info p a {
    font-size: 14px;
	}
	.announcement-bar {
		    padding: 10px 10px;
	}
}
 .site-header-aheg {
/*      background:var( --bg-primary-color); */
     color:var(--text-color);
	 border-top: 1px solid #FFFFFF33;
     border-bottom: 1px solid #FFFFFF33;
     position: relative;
	 z-index: 9999;
}
 .site-header-aheg .header-inner {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 0 15px;
     max-width: 1600px;
     margin: 0 auto;
}
 .site-header-aheg .site-logo-wrap {
     display: flex;
     gap: 20px;
     align-items: center;
     width: 30%;
}
 .site-header-aheg .desktop-nav {
     width:70%;
     display: flex;
     gap: 40px;
     justify-content: end;
     align-items: center;
}
 .site-header-aheg .site-logo-wrap .site-logo {
     margin: 0;
}
 .site-header-aheg .site-logo-wrap .logo-1 img {
     width: 215px;
     height: 62px;
}
 .site-header-aheg .site-logo-wrap .logo-2 img {
     width: 155px;
     height: 58px;
}
/* MAIN MENU */
 .site-header-aheg .main-menu a {
     color:var(--text-color);
     text-decoration:none;
     font-weight: 500;
     font-size: 18px;
     line-height: normal;
     text-align: center;
     position: relative;
	     display: flex;
    align-items: center;
    gap: 10px;
}
.site-header-aheg .main-menu a .icon-plus {
	    width: 10px;
}
.site-header-aheg .menu-item.menu-button a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background:transparent!important;
	-webkit-text-fill-color: #ffffff !important;
}
/* Container for 3D perspective */
.site-header-aheg .menu-item.menu-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50px;
    padding: 16px 40px;
    border-radius: 30px;
    background: linear-gradient(270deg, #283889 2.44%, #18A1F6 63.52%, #49B2F4 95.75%);
    backdrop-filter: blur(16.8px);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

/* Text inside button */
.site-header-aheg .menu-item.menu-button a {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    color: #fff;
    position: relative; /* To appear above pseudo-elements */
    z-index: 2;
}

/* Subtle border/glass effect */
.site-header-aheg .menu-item.menu-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.64) 44.71%, rgba(153,153,153,0.12) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: all 0.5s ease;
    z-index: 1;
}

/* Shimmer effect */
.site-header-aheg .menu-item.menu-button::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: linear-gradient(45deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

/* Hover effect */
.site-header-aheg .menu-item.menu-button:hover {
    filter: brightness(1.1);
    transform: rotateX(10deg) rotateY(10deg) scale(1.05);
}

.site-header-aheg .menu-item.menu-button:hover::after {
    transform: translateX(100%);
}
 .site-header-aheg .menu-item .sub-menu {
     display: none;
}
 .site-header-aheg .menu-item {
     padding: 30px 0;

     cursor: pointer;
}
 .desktop-nav .main-menu > .menu-item:hover > a {
     background: linear-gradient( 270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73% );
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
     color: transparent;
}
 .desktop-nav .main-menu > .menu-item:hover > a::before {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 2px;
     background: linear-gradient(270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73%);
}
 .desktop-nav .main-menu > .menu-item > .sub-menu > li:hover a {
     background: linear-gradient(270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73%);
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent;
}
 .site-header-aheg .menu-item .sub-menu {
     padding: 10px;
     position: absolute;
       top: 80px;
    width: 200px;
     left: 0;
     backdrop-filter: blur(29px);
     background: #FFFFFF0A;
     border-radius: 10px;
	   z-index: 9;
}
 .site-header-aheg .menu-item .sub-menu li {
     list-style: none;
}
 @media only screen and (min-width: 992px) {
     .site-header-aheg .menu-item:hover .sub-menu {
         display: block;
    }
}
 .main-menu {
     display:flex;
     gap:30px;
     list-style:none;
}
 .menu-item {
     position:relative;
}
 .is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
     background: linear-gradient(270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73%) !important;
     -webkit-text-fill-color: transparent;
     background-clip: text !important;
     color: transparent;
}
 @media only screen and (max-width: 1440px) {
     .site-header-aheg .site-logo-wrap .logo-1 img {
         width: 160px;
         height: 50px;
    }
     .site-header-aheg .site-logo-wrap {
         width: 25%;
    }
     .site-header-aheg .site-logo-wrap .logo-2 img {
         width: 110px;
         height: 40px;
    }
     .main-menu {
         gap: 13px;
    }
     .site-header-aheg .desktop-nav {
         width: 75%;
         gap: 20px;
    }
}
 @media only screen and (max-width: 1240px) {
     .site-header-aheg .site-logo-wrap .logo-1 img {
         width: 125px;
         height: 36px;
    }
     .site-header-aheg .site-logo-wrap .logo-2 img {
         width: 100px;
         height: 43px;
    }
     .site-header-aheg .main-menu a {
         font-size: 16px;
    }
     .main-menu {
         gap: 10px;
    }
     .site-header-aheg .menu-item.menu-button {
         padding: 16px 20px;
         height: 40px;
    }
     .site-header-aheg .menu-item.menu-button a {
         font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
	   .main-menu {
         gap: 0;
    }
}
/* MEGA MENU COMMON */
 .mega {
     display:none;
     position: absolute;
     left: 15px;
     right: 15px;
      top: 85px;
     max-width: calc(1600px - 30px);
     width: calc(100% - 30px);
     margin: 0 auto;
     padding: 40px 20px;
     border-radius: 20px;
     background: #161014;
	   z-index: 9;
}
 @media only screen and (min-width: 992px) {
     .menu-item:hover .mega {
         display:block;
    }
}
 .site-header-aheg .menu-item .mega-1 .mega-grid-1 .mega-col {
     background: #0D070B;
     backdrop-filter: blur(29px);
     border-radius: 12px;
     padding: 10px 12px;
}
 .site-header-aheg .menu-item .mega-1 .mega-grid-1 .mega-col a {
     font-weight: 400;
     display: flex;
     gap: 10px;
     align-items: center;
     font-size: 16px;
     justify-content: flex-start;
     padding: 0;
     text-align: left;
}
 .site-header-aheg .menu-item .mega-1 .mega-grid-1 .mega-col a span {
     flex-shrink: 0;
}
/* MEGA MENU 1 */
 .mega-grid-1 {
     display:grid;
     grid-template-columns:repeat(3,1fr);
     gap:15px;
}
 .desktop-nav .main-menu > .menu-item > .mega .mega-col a:hover {
     background: linear-gradient( 270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73% );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent;
}
 .site-header-aheg .menu-item.has-mega {
     position: unset;
}
 @media only screen and (max-width: 1440px) {
     .site-header-aheg .menu-item .mega-1 .mega-grid-1 .mega-col a {
         font-size: 14px;
    }
}
/* MEGA MENU 2 */
 .site-header-aheg .menu-item .mega-2 .mega-grid-2 {
     display: flex;
     gap: 20px;
     flex-wrap: wrap;
}
 .site-header-aheg .menu-item .mega-2 .mega-grid-2 .mega-col {
     width: calc(16.66% - 16.66px);
}
 .site-header-aheg .menu-item .mega-2 .mega-grid-2 a span img {
     max-width: 100%;
     height: 100%;
}
 .site-header-aheg .menu-item .mega-2 .mega-grid-2 a {
     font-weight: 400;
     font-size: 16px;
     line-height: normal;
     display: flex;
     flex-direction: column;
}
 @media only screen and (max-width: 1440px) {
     .site-header-aheg .menu-item .mega-2 .mega-grid-2 a {
         font-size: 14px;
    }
}
/* MOBILE MENU */
 .mobile-manu-toggle {
     display:none;
     font-size:26px;
     cursor:pointer;
}
 .mobile-menu {
     display:none;
     background:#111;
}
 .mobile-menu a {
     color:#fff;
     display:block;
     padding:12px 20px;
}
/* RESPONSIVE */
 @media (max-width: 991px) {
    /* Hide desktop nav, show mobile toggle */
     .desktop-nav {
         display: none;
    }
     .mobile-manu-toggle {
         display: flex;
         cursor: pointer;
         align-items: center;
    }
     .site-header-aheg .desktop-nav {
         display: none;
    }
     .site-header-aheg .header-inner {
         padding: 20px 15px;
    }
     .main-menu {
         flex-direction: column;
         align-items: flex-start;
         padding: 0;
    }
     .site-header-aheg .main-menu a {
         text-align: left;
         display: flex;
         align-items: center;
         justify-content: space-between;
         width: 100%;
    }
    /* -------------------- MOBILE SIDEBAR MENU -------------------- */
     .mobile-menu {
         position: fixed;
         top: 0;
         left: -500px;
        /* Hidden offscreen */
         width: 500px;
        /* Adjust for smaller screens if needed */
         max-width: 100%;
        /* Ensure fits mobile */
         height: 100vh;
         background: #0D070B;
         transition: left 0.3s ease-in-out;
        /* Smooth slide */
         z-index: 9999;
         padding: 20px;
         display: block;
         overflow:hidden;
    }
    /* Active menu */
     .mobile-menu.active {
         left: 0;
        /* Slide in */
    }
    /* Overlay */
     .menu-overlay {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: rgba(0,0,0,0.5);
         opacity: 0;
         visibility: hidden;
         transition: opacity 0.3s ease-in-out;
        /* Fade overlay */
         z-index: 9998;
    }
     .menu-overlay.active {
         opacity: 1;
         visibility: visible;
    }
    /* Menu items */
     .site-header-aheg .menu-item {
         padding: 0;
    }
     .main-menu {
         padding: 0;
    }
     .site-header-aheg .site-logo-wrap-mobile {
         width: 100%;
         padding-bottom: 20px;
         position: relative;
    }
    /* Close button */
     .close-icon-mobile {
         position: absolute;
         right: 10px;
         top: 20px;
         cursor: pointer;
         font-size: 24px;
         color: #fff;
    }
    /* Button items inside menu */
     .site-header-aheg .menu-item.menu-button {
         margin-top: 20px;
         width: 250px !important;
    }
     .mobile-menu.active .menu-item {
         width: 100%;
    }
     .mega {
         display:block;
         z-index: 9999;
         position: absolute;
         top: 0;
         width: 100%;
         bottom: 0;
         left: 0;
         transform: translate(100%);
         visibility: hidden;
         transition: transform 0.3s ease, visibility 0.3s ease;
		   
    }
     .mega_manu_icon_b {
         display: flex;
         width: fit-content;
         background: #0d070b;
         padding: 10px;
         align-items: center;
         border-radius: 10px;
    }
     .menu-item.has-mega.open .mega {
         visibility: visible;
         transform: translate(0);
    }
     .mega-grid-1 {
         grid-template-columns: repeat(1, 1fr);
         overflow: auto;
         height: calc(100vh - 140px);
         margin-top: 10px;
		         padding-bottom: 90px !important;
    }
     .site-header-aheg .menu-item .mega-2 .mega-grid-2 {
         gap: 10px;
         overflow: auto;
         height: calc(100vh - 140px);
         margin-top: 10px;
		         padding-bottom: 90px !important;
    }
     .site-header-aheg .menu-item .mega-2 .mega-grid-2 .mega-col {
         width: calc(50% - 5px);
    }
     .site-header-aheg .menu-item .sub-menu {
         display: block;
         z-index: 9999;
         position: absolute;
         top: 0;
         width: 100%;
         bottom: 0;
         left: 0;
         transform: translate(100%);
         visibility: hidden;
         transition: transform 0.3s ease, visibility 0.3s ease;
         background: #161014;
		     padding: 40px 20px;
    }
     .menu-item.open .sub-menu {
         visibility: visible;
         transform: translate(0);
    }
     .menu-item {
         position: unset;
    }
     .site-header-aheg .menu-item .sub-menu .sub_manu_info {
         overflow: auto;
/*          height: calc(100vh - 140px); */
         margin-top: 10px;
    }
     .site-header-aheg .menu-item.menu-button a {
         justify-content: center;
    }
}
@media (max-width: 575px) {
	.mobile-menu {
		left: -375px;
        width: 375px;
	}
	.site-header-aheg .site-logo-wrap {
		    gap: 10px;
	}
	.site-header-aheg .site-logo-wrap .site-logo a {
		    padding: 0;
	}
	.site-header-aheg .menu-item .mega-2 .mega-grid-2 a {
		        text-align: center;

	}
}

/* footer */
.custom-footer {
   margin-bottom: 50px;
   }
   .custom-footer .footer-container {
   margin: 0 30px;
   background: linear-gradient(180deg, #0D070B 0%, #1F181D 70.89%);
   border-radius: 20px;
	      padding: 0 15px;

   }
   .custom-footer .footer-container .container {
   padding-top: 48px;
	       position: relative;
    z-index: 99999;
   }
   .footer-newsletter {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   padding-bottom: 46px;
   }
   .footer-content {
   display: flex;
   border-top: 1.5px solid;
   border-bottom: 1.5px solid;
   border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.135) 0%, rgba(255, 255, 255, 0.72) 44.71%, rgba(153, 153, 153, 0.135) 100%);
   border-image-slice: 1;
   }
   .footer-about {
   width: 40%;
   border-right: 1.5px solid;
   border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.135) 0%, rgba(255, 255, 255, 0.72) 44.71%, rgba(153, 153, 153, 0.135) 100%);
   border-image-slice: 1;
   padding: 50px 0;
   }
   .all_manu {
   display: flex;
   gap: 40px;
   width: 60%;
   max-width: 825px;
   margin: 0 0 0 auto;
   padding: 50px 0 50px 25px;
   }
   .all_manu .footer-column {
   width: calc(33.33% - 26.66px);
   }
   .all_manu .footer-column .menu {
   padding: 0;
   }
   .all_manu .footer-column .menu li {
   list-style: none;
	       width: fit-content;
   }
   .all_manu .footer-column .menu li a {
   font-weight: 400;
   font-size: 16px;
   line-height: 20px;
   vertical-align: middle;
   text-transform: capitalize;
   text-decoration: none;
   }
   .footer-bottom {
   display: flex;
   gap: 20px;
   justify-content: space-between;
   padding: 30px 0;
   }
	.footer-newsletter form input:placeholder {
		font-weight: 400;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
color: #fff !important;
	}
   .footer-newsletter form input {
   height: 54px;
   backdrop-filter: blur(23.099979400634766px);
   border: 1px solid #FFFFFF;
   background: transparent !important;
   border-radius: 30px;
   padding: 17px 15px 17px 35px;
	       width: 100% !important;
    max-width: 500px !important;
	   font-weight: 400;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
	   color: #fff !important;

   }
	           input:focus-visible {
                  outline: unset !important;
                  outline-offset: unset !important;
              }
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff00 inset !important; /* Reset background */
    -webkit-text-fill-color: #fff !important; /* Reset text color */
    transition: background-color 5000s ease-in-out 0s !important; /* Prevent flicker */
    font: inherit !important; /* Reset font if needed */
}
	.footer-newsletter form input:focus {
		    outline-offset: unset !important;
    outline: unset !important;
	}
   .footer-newsletter form .subscribe-newsletter-btn {
   position: relative;
   width: fit-content !important;
   height: 54px;
   padding: 0 40px;
   border-radius: 30px;
   background: linear-gradient(270deg, #283889 2.44%, #18A1F6 63.52%, #49B2F4 95.75%) !important;
   backdrop-filter: blur(16.8px);
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   overflow: hidden !important;
   transition: all 0.3s ease;
   color: #fff !important;
   margin-left: -80px;
   border: 0;
   font-weight: 600;
   font-size: 18px;
   line-height: normal;
   text-align: center;
   }
.footer-newsletter form .wpcf7-spinner {
	display:none !important;
}
   /* from */
   .footer-newsletter form .subscribe-newsletter-grupo p {
   display: flex;
   }
   .footer-newsletter-from {
   width: 50%;
   }
   .footer_icon_follow_me {
   width: 50%;
   text-align: right;
   }
   .footer-newsletter .footer-newsletter-from h3{
   font-weight: 400;
   font-size: 38px;
   line-height: 28px;
   vertical-align: middle;
   padding-bottom: 20px;
   }
   .footer_icon_follow_me a {
   background: #1F181D;
   backdrop-filter: blur(125.17000579833984px);
   padding: 10px;
   border-radius: 53px;
   width: 40px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   }
   .footer_icon_follow_me h4 {
   font-weight: 400;
   font-size: 24px;
   line-height: 28px;
   vertical-align: middle;
   }
   .footer-about p {
   font-weight: 400;
   font-size: 16px;
   line-height: normal;
   max-width: 475px;
   padding-top: 22px;
   }
   .footer-bottom p {
   font-weight: 500;
   font-size: 16px;
   line-height: normal;
   text-align: center;
   vertical-align: middle;
   text-transform: capitalize;
   }
   .footer-about img {
   max-width: 300px;
   width: 100%;
	   height:auto;
   }
   .footer_icon_sl {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
   justify-content: flex-end;
   padding-top: 20px;
   }
	@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
	.footer_icon_sl a:hover svg {
    animation: wobble_vertical 1s 
ease-in-out;
}
	.footer_icon_sl  svg {
    display: inline-block;
    transition: transform 0.3s 
ease;
}
	.footer-column ul li:hover a {
		    background: linear-gradient(270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	}
	.footer-newsletter form .subscribe-newsletter-grupo p span {
		       max-width: 430px;

    width: 100%;
	}
	@media only screen and (max-width: 1240px) {
		.footer-about img {
          max-width: 200px;
        height: 72px !important;
		}
		.footer-about p {
			    max-width: 100%;
		}
		.footer-content {
			    flex-wrap: wrap;
		}
		.footer-about {
    width: 100%;
    padding: 25px 0;
			border-right: unset;
		}
		.all_manu {    width: 100%;     padding: 0 0 25px 0; max-width: 100%;}
		.footer-bottom {
			    justify-content: center;
    flex-wrap: wrap;
		}
		.footer-bottom p {
			font-size: 14px;
		}
		.footer-newsletter .footer-newsletter-from h3 {
			    font-size: 24px;
		}
	}
	@media only screen and (max-width: 991px) {
		.footer-newsletter-from {
    width: 100%;
}
		.footer_icon_follow_me {
    width: 100%;
			        text-align: left;
		}
		.footer_icon_sl {
			justify-content: flex-start;

		}
		.footer-newsletter {
			    flex-wrap: wrap;
			padding-bottom: 25px;
		}
	}
	@media only screen and (max-width: 768px) {
		.all_manu .footer-column {
			width: calc(50% - 12.5px);
		}
		
		.footer-bottom {
			gap:0;
			        flex-direction: column;
			    padding: 12px 0 0 0;
		}
		.footer_icon_follow_me h4 {
			    font-size: 18px;
		}
		.footer-newsletter form input {
			    max-width: 280px !important;
			height: 42px;
		}
		.footer-newsletter form .subscribe-newsletter-btn {
			height: 42px;
			    padding: 0 25px;
			font-size: 14px;
		}
		.all_manu {
        gap: 25px;
			        flex-wrap: wrap;
		}
		.footer-about {
			        padding: 22px 0 16px 0;

		}
		.footer-about p {
			    font-size: 14px;
			    padding-top: 10px;
		}
		.custom-footer .footer-container .container {
    padding: 36px 0;
}
		.custom-footer .footer-container {
    margin: 0 15px;
		}
	}
	@media only screen and (max-width: 575px) {
		

.all_manu .footer-column:nth-of-type(3) {
    width: 100%;
}
		.footer_icon_follow_me a {
			    width: 30px;
    height: 30px;
			    padding: 7px;
		}
		.footer-newsletter form .subscribe-newsletter-grupo p span {
			    width: unset;
		}
	}

/* come  */
 .container {
     max-width:1600px;
     margin:0 auto;
}
.button--secondary {
  display: inline-block;
  perspective: 1000px; /* Needed for 3D effect */
}

.button--secondary a {
  position: relative;
  width: fit-content;
  height: 50px;
  padding: 16px 40px;
  border-radius: 30px;
  background: linear-gradient(270deg, #283889 2.44%, #18A1F6 63.52%, #49B2F4 95.75%);
  backdrop-filter: blur(16.8px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  transform-style: preserve-3d;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.button--secondary a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.64) 44.71%, rgba(153, 153, 153, 0.12) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: all 0.5s ease;
}

.button--secondary a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(45deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.button--secondary a:hover {
  filter: brightness(1.1);
  transform: rotateX(10deg) rotateY(10deg) scale(1.05);
}

.button--secondary a:hover::after {
  transform: translateX(100%);
}

.is-dark-theme .button--secondary a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	    -webkit-text-fill-color: #ffffff !important;
	    background-clip: padding-box !important;
}

.button--secondary a svg {
	width: 30px;
    height: 30px;
}
.button--secondary a .elementor-button-content-wrapper {
	    gap: 10px !important;
}
.button--secondary a .elementor-button-text {
	    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    text-align: center;
}
@media only screen and (max-width: 991px) {
	.button--secondary a .elementor-button-text {
		    font-size: 16px;
	}
	.button--secondary a .elementor-button-content-wrapper {
		align-items: center;
	}
}


/* home page banaer  */


.hading--primary {
	font-weight: 400;
    font-size: 96px;
    line-height: 120%;
}
.hading--primary small {
	background: linear-gradient(270deg, #8363F6 -1.5%, #D93D8B 95.61%);
    -webkit-background-clip: text;
    color: transparent;
	    font-size: 96px;
}
.management-img-baner h4 {
	    padding: 14px 30px 14px 40px;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: normal !important;
	border-radius: 55px;
    backdrop-filter: blur(29.2px);
    -webkit-backdrop-filter: blur(29.2px);
    background: rgba(255, 255, 255, 0.04);
	    position: relative;
	overflow: hidden;
	    animation: softPulse 3s ease-in-out infinite;
	font-family:var( --body) !important;
}
@keyframes softPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.management-img-baner h4::before {
	    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.64) 44.71%, rgba(153, 153, 153, 0.12) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.management-img-baner h4::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ffff;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 20px;
}
/* Rotate only star, not circle */
.rotate-star {
  animation: spinStar 8s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes spinStar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1600px) {
	.hading--primary{
	    font-size: 80px;		
	}
	.hading--primary small {
		font-size: 80px;
	}
	.management-img-baner h4 {
   			 padding: 14px 20px 14px 30px;
		    font-size: 14px !important;
	}
	.management-img-baner h4::after {
    width: 8px;
    height: 8px;
    left: 13px;
    top: 20px;
	}
}
@media only screen and (max-width: 1440px) {
	.hading--primary {
        font-size: 70px;
    }
	.hading--primary small {
		font-size: 70px;
	}
	.banaer_container_right {
		width:50% !important;
	}
	.banaer_container_left {

	}
	.hading--primary span svg {
		width:50px;
		height:50px;
	}
}
@media only screen and (max-width: 1120px) {
	    .hading--primary {
        font-size: 57px;
    }
	    .hading--primary small {
        font-size: 57px;
    }
	    .management-img-baner h4 {
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 1024px) {
	.banaer_container_right {
		width:100% !important;
	}
}
@media only screen and (max-width: 768px) {
	  
	    .hading--primary small {
        font-size: 46px;
			    line-height: 55px;
    }
	    .hading--primary span svg {
        width: 40px;
        height: 40px;
    }
	.hading--primary {
		    line-height: 55px;
	}
}
@media only screen and (max-width: 575px) {
	  .hading--primary {
        font-size: 50px;
    }
}

/* main_hading */
.main_hading {
	    font-weight: 400;
    font-size: 55px;
    line-height: 120%;
			        text-align: center;

}
.main_hading span {
	    background: linear-gradient(270deg, #FF9000 -1.5%, #FFC600 95.61%);
    -webkit-background-clip: text;
    color: transparent;
	
}
@media only screen and (max-width: 768px) {
	.main_hading {
		        text-align: center;
        font-size: 34px;
        line-height: 40px;
	}
}

/* trust-section */
.trust-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	    border-top: 1px solid;
    border-image-source: linear-gradient(89.99deg, rgba(255, 255, 255, 0.105) 1.13%, rgba(255, 255, 255, 0.56) 45.45%, rgba(153, 153, 153, 0.105) 100.24%);
    border-image-slice: 1;
}
.trust-section .trust-box {
	    width: calc(33.33% - 13.33px);
	    display: flex;
    gap: 10px;
    align-items: center;
	    justify-content: center;
	padding: 13px 0;
}
.trust-section .trust-box span {
	    line-height: 0;
	    flex-shrink: 0;
}
.trust-section .trust-box h4 {
font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    font-family: var(--body) !important;
}
.trust-section .trust-box:nth-child(2) {
    border-left: 1px solid;
	border-right: 1px solid;
    border-image-source: linear-gradient(184.99deg, rgba(255, 255, 255, 0.56) 26.43%, rgba(153, 153, 153, 0) 105.39%, rgba(0, 0, 0, 0) 105.4%);
    border-image-slice: 1;
}
/* .trust-section .trust-box:nth-child(3) {
	    border-left: 1px solid;
    border-image-source: linear-gradient(184.99deg, rgba(255, 255, 255, 0.56) 26.43%, rgba(153, 153, 153, 0) 105.39%, rgba(0, 0, 0, 0) 105.4%);
    border-image-slice: 1;
} */
@media only screen and (max-width: 768px) {
	.trust-section .trust-box span svg {
		width:22px;
		height:22px;
	}
	.trust-section .trust-box h4 {
		    font-size: 17px;
        text-align: center;
	}
	.trust-section .trust-box {
	    width: calc(33.33% - 6.66px);
	}
	.trust-section {
    gap: 10px;
	}
}
@media only screen and (max-width: 575px) {
	.trust-section .trust-box h4 {
        font-size: 14px;
    }
}
/* end  */

/*  quanto-hero__thumb  */
 .quanto-hero__thumb {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

     .quanto-hero__thumb .img-wrapper {
      width: 30%; /* initial width */
      height: 790px; /* desktop height */
      margin-inline: auto;
      overflow: hidden;
    }

    .quanto-hero__thumb .img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
.quanto-hero__thumb_text p {
	    line-height: 54px;
    background: linear-gradient(182.95deg, #FFFFFF 44.65%, #8B8B8B 47.24%);
    -webkit-background-clip: text;
    color: transparent;
}
  /* Responsive */


    @media only screen and (max-width: 767px) {
      .quanto-hero__thumb .img-wrapper {
        width: 100%; 
      }
		.quanto-hero__thumb_text p {
			line-height: 44px;
			
		}
    }


/* end  */



/* counter  */
.counter_border_left {
	border-left: 2px solid;
    border-image-source: linear-gradient(180deg, #05DADE 0%, #000000 100%);	
	border-image-slice: 1;
	padding-left: 15px !important;
}
.counter_border_left .elementor-counter-number {
    font-family: var(--heading);
}
/* end  */
/* why choose */
.why_choose_sub_text p {
	background: linear-gradient(270deg, #FF9000 -1.5%, #FFC600 95.61%);
	  -webkit-background-clip: text;
    color: transparent;
}



.features_dev_progress::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    border-left: 1px solid #D0D0D0 !important;
}
.features_dev_progress_box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
	position:relative;
}
 .features_dev_progress_box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 15px;
    height: 15px;
background: linear-gradient(360deg, #FE6D6C 7.07%, #ED0887 89.21%); 
	 border-radius: 50%;
    transform: translate(-50%, -50%);
	     z-index: 1;
}
.features_dev_progress .features_dev_progress_box:nth-child(2) .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span:before{
    background: linear-gradient(270deg, #252FBC -1.5%, #47B2F9 95.61%);
}
.features_dev_progress .features_dev_progress_box:nth-child(3) .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span:before{
    background: linear-gradient(360deg, #FF9000 7.07%, #FFC600 89.21%);
}

 .features_dev_progress_box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 15px;
    background-color: #000;
    border: 1px solid;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
	 .features_dev_progress_box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span:before {
		     width: 10px;
    height: 10px;

	}
	.features_dev_progress_box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span:after {
		    padding: 10px;
	}
}
/* end  */

.swiper-pagination .swiper-pagination-bullet {
	background: #ffffff !important;
	margin: 0 5px 0 0 !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: linear-gradient(270deg, #283889 -1.5%, #18A1F6 46.81%) !important;  
}

/* Our Services */
.our_services_sub_text {
		background: linear-gradient(90deg, #04D9DD 0%, #8C5FEA 100%);
	  -webkit-background-clip: text !important;
    color: transparent;
}
.services-section .swiper {
	    padding-bottom: 50px;
} 
.services-swiper .service-card {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(29px);
    -webkit-backdrop-filter: blur(29px);
    border-radius: 16px;
    overflow: hidden;
    padding: 26px 34px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
gap: 40px;
	cursor: grab;
}

/* Gradient border */
.services-swiper .service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 16px;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.64) 44.71%,
        rgba(153, 153, 153, 0.12) 100%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}
.services-swiper .service-card::after {
	   content: '';
    position: absolute ;
    width: 100% ;
    height: 100% ;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent) ;
    top: -100% ;
    left: -100%;
    transition: all 0.5s ease;
}
.services-swiper .service-card:hover::after {
    top: 100%;
    left: 100%;
}
.services-swiper .service-card .icon {
	
}
.services-swiper .service-card .icon svg {
	    width: 60px;
    height: 60px;
}
.services-swiper .service-card .service-card-info {
	    display: flex;
    flex-direction: column;
    gap: 15px;
}
.services-swiper .service-card .service-card-info h3 {
	    font-weight: 400;
    font-size: 28px;
    line-height: normal;
    vertical-align: bottom;
	    -webkit-background-clip: text !important;
    color: transparent;
}
.services-swiper .service-card .service-card-info p {
	    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #8B8B8B;
}
.services-swiper .service-card .service-card-info .tags {
	    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.services-swiper .service-card .service-card-info .tags span {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    background: #0D070B;
    padding: 8px 15px;
    width: fit-content;
    border-radius: 28px;
}

/* end  */

/* process-section  */

.process-section .processSwiper .swiper-wrapper {
	    padding-top: 50px;
    padding-bottom: 50px;
   
}
.process-section .processSwiper .swiper-wrapper .swiper-slide span:before {
content: '' !important;
    position: absolute !important;
    top: 18px !important;
    left: 0;
    width: 100%;
    border-top: 1px solid #4E4E4E !important;
    z-index: -1;
}
.process-section .processSwiper .swiper-wrapper .swiper-slide {
	padding-right:20px;
}
.process-section .processSwiper .swiper-wrapper .swiper-slide span {
	font-family: var(--heading);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
	 padding: 10px 25px;
    border-radius: 50%;
	    background: #211A1F;
}
.process-section .processSwiper .swiper-wrapper .swiper-slide:hover span {
	background: linear-gradient(360deg, #8363F6 -0.75%, #D93D8B 96.36%);

}
.process-section .processSwiper .swiper-wrapper .swiper-slide h3 {
	    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    padding-top: 50px;
}
.process-section .processSwiper .swiper-wrapper .swiper-slide p {
	font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    max-width: 300px;
	padding-top: 10px;
}

.wgl-physics_canvas {
    width: 100%;
    min-height: 700px;
    position: relative;
    touch-action: pan-y; /* allow vertical scroll on mobile */
	    overflow: hidden;
}

.wgl-physics_canvas h2 {
    position: absolute;
    width: 100%;
    top: 20%;
    font-size: 96px;
    text-align: center;
}

.wgl-physics_canvas .circle {
    position: absolute;
    backdrop-filter: blur(15px);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 50%;
    overflow: hidden;
    cursor: grab;
}

.wgl-physics_canvas .circle:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(91.02deg, rgba(255, 255, 255, 0.18) 0.88%, rgba(255, 255, 255, 0.9) 45.97%, rgba(153, 153, 153, 0.18) 101.73%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.wgl-physics_canvas .circle:active {
    cursor: grabbing;
}
/* .matter_block_animation{min-height:80vh;} */

@media only screen and (max-width: 1024px) {
    .wgl-physics_canvas h2 { font-size: 70px; }
}
@media only screen and (max-width: 768px) {
    .wgl-physics_canvas h2 { font-size: 55px; }
    .wgl-physics_canvas .circle { font-size: 12px; padding: 0 5px; }
    .wgl-physics_canvas { min-height: 650px; } /* make taller for more circles */
  .wgl-physics_canvas,
  .wgl-physics_canvas .circle {
    touch-action: pan-y !important;
  }

  .wgl-physics_canvas .circle {
    pointer-events: none;
  }
	.matter_block_animation * {
		    user-select: none !important;
	}
}
@media only screen and (max-width: 575px) {
    .wgl-physics_canvas h2 { font-size: 34px;    top: 0; }
	
}

/* end  */

/* testimonial  */
/* Card */
.testimonial-card {
    position: relative;
	width:100%;
    background: #1F181D;
    border-radius: 16px;
    padding: 30px 40px;
    color: #ffffff;
}

/* Quote icon */
.quote-icon {
    position: absolute;
    top: -20px;
    right: 30px;
}
.quote-icon svg {
	width:60px;
	height:60px;
}
/* Header */
.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.testimonial-header img {
     width: 60px;
    height: 60px !important;
    border-radius: 50% !important;
    object-fit: cover;
    margin-right: 15px;
}

.testimonial-header h3 {
font-weight: 400;
    font-size: 24px;
    line-height: normal;
}

.testimonial-header p {
     font-weight: 300;
    font-size: 12px;
    line-height: normal;
    color: #fff;

}

/* Content */
.testimonial-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #dddddd;
  margin-bottom: 10px;
	 display: -webkit-box;
  -webkit-line-clamp: 2;   /* kitli lines batavvi */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-content a {
      margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline !important;
    text-decoration-skip-ink: auto;
	color: #ffff !important;
}
.testimonial-slider .swiper-wrapper {
		padding-top:50px;
	    padding-bottom: 50px;
}
.testimonials_sub_text {
background:linear-gradient(270deg, #B725AB 2.89%, #FFA8B8 100%);
    -webkit-background-clip: text;
    color: transparent;
}
@media only screen and (max-width: 768px) {
	.testimonial-card {
		padding: 30px 15px 40px 15px;
	}
	.quote-icon svg {
	width:45px;
	height:45px;
}
}
/* ============= testimonial end  */


/* home page blog  */
.our_latest_blogs {
	background: linear-gradient(90deg, #04D9DD 0%, #0CC39F 100%);
	-webkit-background-clip: text;
    color: transparent;
}
.latest-blogs {
	    display: flex;
    flex-direction: column;
    gap: 30px;
}
.latest-blogs .single-blog {
	display: flex;
    gap: 15px;
	    padding-top: 30px;
	    border-top: 1px solid;
    border-image-source: linear-gradient(89.99deg, rgba(255, 255, 255, 0.105) 1.13%, rgba(255, 255, 255, 0.56) 45.45%, rgba(153, 153, 153, 0.105) 100.24%);
    border-image-slice: 1;
}
.latest-blogs .single-blog .blog-img {
	width: calc(30% - 7.5px);
}
.latest-blogs .single-blog .blog-img img {
	width:100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.latest-blogs .single-blog .blog-info {
	width: calc(70% - 7.5px);
	    display: flex;
    flex-direction: column;
    gap: 15px;
}
.latest-blogs .single-blog .blog-info span {
	width:fit-content;
	    background: #1F181D;
    color: #FFFFFF;
    padding: 8px 30px;
    border-radius: 129px;
}
.latest-blogs .single-blog .blog-info h3 a {
    font-weight: 400;
    font-size: 28px;
    line-height: normal;
    text-transform: capitalize;
	    font-family: var(--heading) !important;
}
.latest-blogs .single-blog:first-child {
    border-top: 0;}
@media only screen and (max-width: 768px) {
	.latest-blogs .single-blog .blog-info h3 a {
		font-size:20px;
		line-height:normal;
	}
	.latest-blogs .single-blog .blog-info span {
		    padding: 6px 20px;
		        font-size: 14px;
	}
	.latest-blogs .single-blog .blog-info {
		gap:5px;
	}
	.latest-blogs {

    gap: 20px;
}
	.latest-blogs .single-blog .blog-info h3 {
		line-height: 25px;
	}

	.latest-blogs .single-blog {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.latest-blogs .single-blog {
		flex-direction:column;
	}
	.latest-blogs .single-blog .blog-img,
.latest-blogs .single-blog .blog-info {
    width: 100%;
}
	.latest-blogs .single-blog .blog-img img {
		max-width:100% !important;
	}
}




.hading--primary-contact {
	font-size:55px;	
}
@media only screen and (max-width: 1240px) {
	.hading--primary-contact {
	font-size:40px;	
}
}
@media only screen and (max-width: 768px) {
	.hading--primary-contact {
	font-size:34px;	
}
}
@keyframes float-left-right {
    0% {
        transform: translatex(0)
    }

    50% {
        transform: translatex(-40px)
    }

    100% {
        transform: translatex(0)
    }
}
.contact_hero_shape {
	 animation: float-left-right 6s ease-in-out infinite;
}
.hading--primary-contact span svg {
    width: 40px;
    height: 40px;
}
   .contact-form {
    background: #fff;
}
.new-form {
    display: flex;
    gap: 10px 10px;
    flex-wrap: wrap;
}
.row.cus-email, .row.cus-fname, .row.cus-lname, .row.cus-phone {
    width: calc(50% - 5px);
}
.connect-us p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.new-form>.row>p {
    margin: 0 !important;
    padding: 0 !important;
}
.contact-form input,
.contact-form textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%
}
.cus-message p span textarea {
    height: 60px;
}
.contact-form input {
	    height: 58px;
}
.contact-form input, .contact-form textarea {
       padding: 10px;
    border: 0;
    border-radius: 10px;
    width: 100%;
    background: #0D070B !important;
	color: #707070 !important;
       font-weight: 400 !important;
    font-size: 16px !important;
}
.row.cus-message,
.submit-form {
	width:100%;
}
.btn-Submit {
    border-radius: 6px !important;
    display: inline-block;
    background-color: #040a2a !important;
}
.submit-form input {
  height: 50px;
    padding: 0 40px;
    border-radius: 30px !important;
    background: linear-gradient(270deg, #283889 2.44%, #18A1F6 63.52%, #49B2F4 95.75%) !important;
    backdrop-filter: blur(16.8px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}
.submit-form input:hover {
	    filter: brightness(1.1);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #707070;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}
.site input:focus,
.site textarea:focus {
    outline-offset: 0px !important;
    outline: 0px dotted var(--form--border-color) !important;
}
@media only screen and (max-width: 768px) {
.row.cus-email, .row.cus-fname, .row.cus-lname, .row.cus-phone {
    width: 100%;
}
}
/* end  */


/* faqa */
.topics-list {
	width:100%;
	display: flex;
    flex-direction: column;
    gap: 15px
}
.topic-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
   padding: 15px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 0;
	    background-color: #1F181D !important;
}

.topic-content {
    display: none;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    background-color: #1f181d;
}
.topic-content p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 5px;
    line-height: normal;
	color: #8B8B8B;
}
.topic-toggle span {
    flex-shrink: 0;
}
.topic-toggle .toggle-icon svg {
    width: 15px;
    height: 15px;
}
.topic-toggle p {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: transparent;
}
.topic-toggle p:before,
.topic-toggle p:after {
   content: attr(data-text);
  position: absolute;
  left: 0;
  width: 100%;
  text-align: left;
  transition: transform 0.3s ease;
  color: inherit;
}
.topic-toggle p:before {
    top: 0;
    transform: translateY(0);
    color: #fff;
}
.icon-minus {
    display: none;
}
.topic-item.open .icon-plus {
    display: none;
}
.topic-item.open .icon-minus {
    display: inline;
}
button:focus {
	    outline: 0px !important;
}
.topic-toggle p:after {
    top: 100%;
    transform: translateY(0);
    color: #fff;
}
.topic-toggle:hover p:before {
    transform: translateY(-100%);
}
.topic-toggle:hover p:after {
    transform: translateY(-100%);
}
.topic-item.open .topic-toggle {
	    border-radius: 10px 10px 0 0;
}
/* end  */

/* Team  */
.team-card {
  position: relative;
  border-radius: 16px;
	    cursor: grab;
  overflow: hidden;
}


.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	border-radius: 20px !important;
}
/* Overlay */
.team-card .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
	    gap: 9px;
	background: linear-gradient(2.02deg, rgba(80, 191, 102, 0.8) 1.2%, rgba(0, 0, 0, 0.35) 84.11%);
	  /* 👇 important for animation */
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
  border-radius: 20px;
	    cursor: grab;
}
/* .team-card:hover .overlay {
  transform: translateY(0);
} */
.team-card .overlay h3 {
	font-weight: 400;
    font-size: 30px;
    line-height: 100%;
}
.team-card .overlay p {
	    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}
.team-yellow {
	background: linear-gradient(2.02deg, rgba(255, 144, 0, 0.8) 1.2%, rgba(0, 0, 0, 0.35) 84.11%) !important;
}
.team-pupal {
	background: linear-gradient(2.01deg, rgba(86, 30, 162, 0.8) 1.2%, rgba(0, 0, 0, 0.35) 85.73%) !important;
}
.team-green {
	background: linear-gradient(2.02deg, rgba(80, 191, 102, 0.8) 1.2%, rgba(0, 0, 0, 0.35) 84.11%) !important;
}
.team-soft-blue {
	background: linear-gradient(2.02deg, rgba(66, 176, 244, 0.8) 1.2%, rgba(0, 0, 0, 0.35) 84.11%) !important;

}
.team-blue {
	background: linear-gradient(2.81deg, rgba(37, 47, 188, 0.8) 3.06%, rgba(0, 0, 0, 0.35) 80%) !important;

}
.team-swiper .swiper-wrapper {
	padding-bottom:50px;
}
@media only screen and (max-width: 1024px) {
	.team-card .overlay p {
	    font-size: 14px;		
	}
}
/* ======================= end  */
/* breadcrumb */
.breadcrumb-container .breadcrumb span a {
	 font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
	color:#fff;
}
.breadcrumb-container .breadcrumb span{
	 font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
	color:#fff;
}
.breadcrumb-container .breadcrumb span.breadcrumb_open {
	background:linear-gradient(270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73%);
	    -webkit-background-clip: text;
    color: transparent;

}
/* ================== breadcrumb end */


.quanto-hero__thumb_text_about p {
	    line-height: 120%;
	background: linear-gradient(185.57deg, #FFFFFF 63.31%, #8B8B8B 67.18%) !important;
    -webkit-background-clip: text !important;
    color: transparent;
}

@media only screen and (max-width: 1024px) {
	.quanto-hero__thumb_text_about p {line-height: 100%;}
}
@media only screen and (max-width: 768px) {
	.hading--primary-about {
		font-size:46px;
	}
}

.education_provider {
	font-weight: 400;
    font-size: 55px;
    line-height: 100%;
}
.education_provider span {
background: linear-gradient(270deg, #0CC39F 2.89%, #04DBE1 100%);
	    -webkit-background-clip: text !important;
    color: transparent;
}

.general_manager_blur {
	border-radius: 10px !important;
    backdrop-filter: blur(29.2px);
    --webkit-backdrop-filter: blur(29.2px);
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden !important;
    animation: softPulse 3s ease-in-out infinite;
	    width: fit-content !important;
}
.general_manager_blur:before {
	content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 10px !important;
    padding: 1px !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.64) 44.71%, rgba(153, 153, 153, 0.12) 100%) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    pointer-events: none !important;
}

@media only screen and (max-width: 1440px) {
	.general_manager_blur .our_services_sub_text h2 {
		    font-size: 26px !important;
	}
	.general_manager_blur p {
		font-size:16px !important;
	}
}
@media only screen and (max-width: 768px) {
	.general_manager_blur .our_services_sub_text h2 {
		    font-size: 18px !important;
	}
	.general_manager_blur p {
		font-size:12px !important;
	}
	.education_provider {
    font-size: 34px;
}
}

/* end  */


/* team page css  */
.team-page-card-text .elementor-image-box-wrapper {
	    position: relative;
}
.team-page-card-text .elementor-image-box-wrapper  .elementor-image-box-content {
	position: absolute !important;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: #fff;
    gap: 9px;
    background: linear-gradient(2.02deg, rgba(80, 191, 102, 0.8) 1.2%, rgba(0, 0, 0, 0.35) 84.11%);
    transform: translateY(0);
    transition: transform 0.4s ease-in-out;
    border-radius: 20px;
    cursor: pointer;
}
/* .team-page-card-text .elementor-image-box-wrapper:hover .elementor-image-box-content  {
	    transform: translateY(0);
} */
.team-page-card-text .elementor-image-box-wrapper img {
	max-width:100% !important;
	overflow:hidden !important;
}
.team-page-card-text .elementor-image-box-wrapper {
	    line-height:0 !important;
	    overflow: hidden !important;
}
.team-page-card {
    overflow: hidden !important;	
}



body.team-scroll-lock {
  overflow: hidden;
}

.team-auto-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 99999;
  display: none;
}

.team-auto-popup {
  background: #0d070b;
  max-width: 900px;
    margin: 50px auto;
  padding: 30px;
      max-height: calc(100% - 100px);
  overflow-y: auto;
  position: relative;
}
@media only screen and (max-width: 575px) {
	.team-page-card {
		width:100% !important;
	}
	.team-page-card-text {
		    width: 100% !important;
	}
	.team-page-card-text .elementor-image-box-wrapper  .elementor-image-box-content {
		   transform: translateY(0);
	}
	}


.team-auto-popup::-webkit-scrollbar {
  width: 6px;
}

.team-auto-popup::-webkit-scrollbar-track {
  background-color: #0d070b;
}

.team-auto-popup::-webkit-scrollbar-thumb {
background:linear-gradient(360deg, #8363F6 2.14%, #D93D8B 93.71%);
  border-radius: 0;
}
.team-auto-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}

.team-popup-header {
  margin-bottom: 20px;
}
.team-auto-popup .elementor-image-box-img {
	    text-align: center;
}
.team-auto-popup .elementor-image-box-img img {
	    border-radius: 20px;
}
.team-auto-popup .elementor-image-box-content {
	background: unset !important;
	    margin: 30px 0 !important;
}
.team-auto-popup .elementor-image-box-content h3 {
	    text-align: center;
}
.team-auto-popup .elementor-image-box-content  p {
	    text-align: center;
}
.team-auto-popup .elementor-widget-container p {
	    font-size: 16px !important;
}
.team-page-sticky {
    position: sticky !important;
    top: 30px;
    height: 100% !important;
}
@media only screen and (max-width: 1024px) {
	.team-page-sticky {
    position: unset !important;
    top: 30px;
    height: 100% !important;
}
}	
/* END */


/* blog sin  */
.custom-hero-blog {
	margin: 0 0 !important;
}
.custom-hero-blog .hero-content {
	    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 15px;
}
.custom-hero-blog .hero-content h1 {
	    font-size: 36px;
    max-width: 850px;
    padding-bottom: 30px;
	 font-weight: 400;
    line-height: normal;
	    background: linear-gradient(270deg, #283889 2.44%, #18A1F6 63.52%, #49B2F4 95.75%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	    text-transform: capitalize;
}
.custom-hero-blog .hero-content p {
	    font-size: 14px;
}
.custom-hero-blog .hero-content p a,
.custom-hero-blog .hero-content p span {
	    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    background: linear-gradient(270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.custom-hero-blog .hero-content p span {
	background:unset;
	    color: #8B8B8B;
	-webkit-text-fill-color: unset;
}
.single-layout {
    max-width: 1600px;
    margin: 0 auto !important;
	    padding: 0 15px;

}
.single-layout .single-main {
	    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.single-layout .single-main .single-main-info {
	    width: calc(70% - 20px);
}
.single-layout .single-main .single-sidebar-wrapper {
	    width: calc(30% - 20px);
	height: 100%;
    position: sticky;
    top: 50px;
}
.single-layout .single-main .single-main-info .single-featured-image img {
	width:100% !important;
	height:100% !important;
	max-width: 100% !important;
}
.single-layout .single-main .single-main-info .post-meta {
	   display: flex;
	   gap:20px !important;
	    padding: 32px 32px 40px 32px;
}
.single-layout .single-main .single-main-info .post-meta p {
	   display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.single-layout .single-main .single-main-info .post-meta p  svg {
	width: 30px;
    height: 30px;
}
.single-layout .single-main .single-main-info .post-content {
	padding: 0 32px 40px 32px;
}
.single-layout .single-main .single-main-info .post-content p {
	    padding-bottom: 10px;
}
.single-layout .single-main .single-main-info .post-content h1,
.single-layout .single-main .single-main-info .post-content h2,
.single-layout .single-main .single-main-info .post-content h3,
.single-layout .single-main .single-main-info .post-content h4,
.single-layout .single-main .single-main-info .post-content h5,
.single-layout .single-main .single-main-info .post-content h6 {
	  padding-bottom: 15px;
}
.single-sidebar-wrapper .single-sidebar h3 {
	    font-size: 26px;
    font-family: var(--heading) !important;
    font-weight: 400;
    line-height: normal;
}
.latest-blogs .recent-post img {
	width:unset !important;
	max-width:100% !important;
	height:100% !important; 
}
.latest-blogs .recent-post .blog-info h3 {
	    line-height: 25px;

}
.latest-blogs .recent-post .blog-info h3 a {
	    font-size: 18px;
	    line-height: 25px;
	    text-decoration: none;
	    text-transform: capitalize;
}
.latest-blogs .recent-post .blog-info span {
   font-size: 12px;
}
.latest-blogs .recent-post .blog-info {
    gap: 5px;	
}
@media only screen and (max-width: 1440px) {
.latest-blogs .recent-post .blog-img img {
    width: 150px !important;
    height: 100px !important;
}
	
}
@media only screen and (max-width: 1024px) {
	.single-layout .single-main {
		flex-direction: column;
	}
	.single-layout .single-main .single-main-info {
		width: 100%;
	}
	.single-layout .single-main .single-sidebar-wrapper {
		width: 100%;
	}
	.latest-blogs .single-blog .blog-img img {
    width: 100% !important;
    height: 100% !important;
}
	.latest-blogs .recent-post .blog-info h3 a {
   		 font-size: 28px; 
	}
	.latest-blogs .recent-post .blog-info {
    gap: 15px;
}
	.latest-blogs .recent-post .blog-info span {
    font-size: 16px;
}
	

}
@media only screen and (max-width: 768px) {
	.custom-hero-blog .hero-content h1 {
    font-size: 28px;
		padding-bottom: 20px;

	}
	.custom-hero-blog .hero-content {
		    padding: 25px 15px;
	}
}
@media only screen and (max-width: 575px) {
.latest-blogs .recent-post .blog-info h3 a {
        font-size: 20px;
        line-height: normal;
    }
	    .latest-blogs .recent-post .blog-info span {
        font-size: 14px;
    }
	.single-layout .single-main .single-main-info .post-content {
    padding: 0 0 20px 0;
}
	.single-layout .single-main .single-main-info .post-meta {
		    gap: 5px !important;
    padding: 15px 0 15px 0;
    flex-direction: column;
	}
}
/* end  */

.bright_ocean_page_services {
	background: linear-gradient(190.15deg, #0B2A2C 2.67%, #17111500  42.49%);
}
.super_blue_page_services {
	background: linear-gradient(190.15deg, #142333 2.67%, #17111500  42.49%);
}
.golden_poppy_page_services {
	background: linear-gradient(190.15deg, #382312 2.67%, #17111500  42.49%);
}
.glowing_magenta_page_services {
	background: linear-gradient(190.15deg, #36192C 2.67%, #17111500  42.49%);
}
.rainbow_green_page_services {
	background: linear-gradient(190.15deg, #202B21 2.67%, #17111500  42.49%);
}
.light_violet_blue_page_services {
	background: linear-gradient(190.15deg, #271D36 2.67%, #17111500  42.49%);
}
.sunrise_page_services {
	background: linear-gradient(190.15deg, #2A190C 2.67%, #17111500  42.49%);
}


.bright_ocean_page_services_text {
background:  linear-gradient(270deg, #0CC39F 2.89%, #04DBE1 100%);
	-webkit-background-clip: text;
    color: transparent;
}
.super_blue_page_services_text {
    background: linear-gradient(270deg, #0032D8 17.15%, #00E1FB 81.97%);
	-webkit-background-clip: text;
    color: transparent;
}
.golden_poppy_page_services_text {
	    background: linear-gradient(269.91deg, #FF9000 39.49%, #FFC600 97.3%);
	-webkit-background-clip: text;
    color: transparent;
}
.glowing_magenta_page_services_text {
	background: linear-gradient(270deg, #FCA3B7 18.57%, #FF54C5 100%);
	-webkit-background-clip: text;
    color: transparent;
}
.rainbow_green_page_services_text {
	    background: linear-gradient(270deg, #50BF66 17.15%, #EBF151 81.97%);
	-webkit-background-clip: text;
    color: transparent;
}
.light_violet_blue_page_services_text {
	background: linear-gradient(270deg, #D93D8B 17.15%, #8661F1 81.97%);
	-webkit-background-clip: text;
    color: transparent;
}
.sunrise_page_services_text {
	    background: linear-gradient(270deg, #FE56C2 17.15%, #F8CB59 81.97%);
	-webkit-background-clip: text;
    color: transparent;
}
.services_all_page_card_border:before {
  content: "" !important;
     position: absolute !important; 
     inset: 0 !important;
     border-radius: 15px !important;
     padding: 1px !important;
     background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.64) 44.71%, rgba(153, 153, 153, 0.12) 100%) !important;
     -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
     -webkit-mask-composite: xor !important;
     mask-composite: exclude !important;
     pointer-events: none !important;
}



.post-comments .comments-area  {
	    max-width: 1600px !important;
    padding: 0 15px !important;
}
.post-comments .comments-area  .comment-reply-title {
	    font-size: 26px;
    font-family: var(--heading) !important;
    font-weight: 400;
    line-height: normal;
}
.post-comments .comments-area  .logged-in-as {
	font-size: 16px;
}
.post-comments .comments-area textarea,
 .post-comments .comments-area input {
	    background: transparent !important;
    color: #fff !important;
	    border: 2px solid;
    border-image-source: linear-gradient(89.99deg, rgba(255, 255, 255, 0.105) 1.13%, rgba(255, 255, 255, 0.56) 45.45%, rgba(153, 153, 153, 0.105) 100.24%);
    border-image-slice: 1;
}
.post-comments .comments-area .form-submit input {
    position: relative;
    width: fit-content !important;
    height: 54px;
    padding: 0 40px;
    border-radius: 30px;
    background: linear-gradient(270deg, #283889 2.44%, #18A1F6 63.52%, #49B2F4 95.75%) !important;
    backdrop-filter: blur(16.8px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden !important;
    transition: all 0.3s ease;
    color: #fff !important;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
}

.related-posts h2 {
font-size: 26px;
    font-family: var(--heading) !important;
    font-weight: 400;
    line-height: normal;	
	    margin-bottom: 20px;
}
.related-posts .related-posts-grid {
	display:flex;
	gap:20px;
flex-wrap:wrap;
}
.related-posts .related-posts-grid .related-post {
	width:calc(33.33% - 13.33px);
	height: 100%;
}
.related-posts .related-posts-grid .related-post h3 {
	line-height: 25px;
	    font-size: 18px;
    font-family: var(--heading) !important;
    font-weight: 400;
	    padding-top: 20px;
	    text-transform: capitalize;
}
.related-posts .related-posts-grid .related-post a {
	    text-decoration: none;
}
.related-posts .related-posts-grid .related-post a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
	    -webkit-text-fill-color: #ffffff !important;
}
.related-posts .related-posts-grid .related-post span {
	width: fit-content;
    background: #1F181D;
    color: #FFFFFF;
    padding: 8px 30px;
    border-radius: 129px;
    font-size: 12px;
}
.related-posts .related-posts-grid .related-post img {
	    max-width: 100% !important;
	    margin-bottom: 20px;
}
.related-posts .container {
	    padding: 0 15px;
}

@media only screen and (max-width: 1024px) {

	.related-posts .related-posts-grid .related-post {
    width: calc(50% - 10px);
}
}
@media only screen and (max-width: 575px) {
		.related-posts .related-posts-grid .related-post {
    width: 100%;
}
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-6px); }
  60%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}
.features_dev_progress_box .elementor-icon-box-icon .elementor-icon {
	animation: bounce 1.5s infinite;
}
#tsparticles {
    opacity: 0.5 !important;
	    z-index: -2222;
    position: relative;
}
/* end  */

/* hover  pag*/
.services_all_card {
	overflow: hidden !important;
}
.services_all_card::after {
	 content: '' !important;
    position: absolute !important;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    top: -100%;
    left: -100%;
    transition: all 0.5s ease;
}
.services_all_card:hover::after {
	   top: 100%;
    left: 100%;
}


.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}


.logo-hover-effect img {
    opacity: 0.5;
	cursor:pointer;
}
.logo-hover-effect img:hover{
	    opacity: 1;
}

/* .circle_mobile .elementor-widget-container p{
    backdrop-filter: blur(15px);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 50%;
    overflow: hidden;
    cursor: grab;
}
.circle_mobile .elementor-widget-container p:before {
	content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(91.02deg, rgba(255, 255, 255, 0.18) 0.88%, rgba(255, 255, 255, 0.9) 45.97%, rgba(153, 153, 153, 0.18) 101.73%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
} */

@media only screen and (max-width: 767px) {
	.text_align_number {
		text-align: center;
	}
}
.processSwiper .swiper-wrapper .swiper-slide {
	  cursor: grab;
}
.testimonial-slider .testimonial-card {
	cursor: grab;
}