html,body{
	overflow-x: hidden;
}
body{
	overflow-y: hidden;
}
.postid-7332 .service-img-single, .postid-7337 .service-img-single, .postid-7339 .service-img-single, .postid-7336 .service-img-single {
    width: 80%;
}
.postid-273 .elementor-widget-theme-post-featured-image img {
    object-position: top !important;
}
.link-block span.elementor-heading-title, .link-block span.elementor-heading-title a {
    display: block;
}
.link-block span.elementor-heading-title a {
	padding: 10px 15px;
}
.cs-tech-portfolio.no-case-selected-active {
    display: none !important;
}
.category-news .elementor-widget-table-of-contents {
    display: none;
}
.home-portfolio-css .blur-bg-css {
    background-color: #00000026 !important;
}
.home-portfolio-css h2 a {
    color: #fff !important;
}
.hidden-project {
    display: none;
}
.blog-content ul li strong {
    font-weight: 600;
}
.blog-content ul li {
    padding-bottom: 8px;
}
.load-more-wrap .btn {
    cursor: pointer;
    border: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    border-bottom: 3px solid #0065A3;
    border-radius: 0;
    padding: 0 0 5px 0;
}
#elementor-popup-modal-5737 a.dialog-close-button.dialog-lightbox-close-button {
    display: none;
}
.technologies-icon span.elementor-icon-list-icon {
    padding: 12px;
    border-radius: 10px;
    background-color: #f9f871;
	margin-right: 10px;
}
.technologies-icon .elementor-icon-list-icon svg {
    margin-right: 0 !important;
}
.technologies-icon .elementor-icon-list-icon svg {
    margin-right: 0 !important;
}
.cs-privacy ul {
    padding-bottom: 10px;
}
.cs-privacy ul li {
    padding-bottom: 10px;
}
.cs-privacy strong {
    font-weight: 600;
}
.privacy-policy:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3%;
    background: linear-gradient(360deg, #F9F871 10%, rgba(249, 248, 113, 0) 90%);
    z-index: -1;
}
 
.privacy-policy {
    position: relative;
    overflow: hidden;
}
nav.elementor-nav-menu--main ul .menu-item .has-submenu {
    display: flex;
    justify-content: space-between;
}

.cs-service-banner:before{
	background-position: center right !important;
}
.single-case-study ul li strong {
    font-weight: 600;
}
.single-case-study li {
    padding-bottom: 10px;
}
.single-case-study ul {
    padding-bottom: 20px;
}
/* form css*/
.cs-contact-form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0px;
}
.cs-contact-form .col-xl-6.col-md-6 {
    width: 49%;
}
.cs-contact-form .col-xl-12.col-md-12 {
    width: 100%;
}
.cs-contact-form input.wpcf7-form-control::placeholder, .cs-contact-form textarea.wpcf7-form-control::placeholder {
    color: #666;
}
.cs-contact-form select.wpcf7-form-control {
    border-radius: 10px;
    height: 46.6px;
}
.cs-contact-form select.wpcf7-form-control {
    border-radius: 10px;
    height: 46.6px;
    appearance: none;
    background-image: url('/wp-content/uploads/2025/09/dropdown-icon.png');
    background-repeat: no-repeat;
    background-position: 98%;
    padding-right: 40px;
    background-size: 20px;
    background-color: #fff;
	font-family: 'Poppins';
	font-size: 14px;
}
.contact-us-class {
    text-align: center;
}
.cs-contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; 
  color: #666; 
}
/*hero section css*/
.cs-header.hidden {
  transform: translateY(-100%);
} 
.cs-header.e-con:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 132%;
    background: linear-gradient(180deg, #F9F871 65%, rgba(249, 248, 113, 0) 100%);
    z-index: -1;
}
.cs-header.elementor-sticky.elementor-sticky--active.elementor-sticky--effects.hidden:after {
    height: 100%;
}
.hori-container {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden; 
}
.herosection-top-text {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 60px;
    max-width: 1400px !important;
    padding: 0 20px;
    margin: auto;
    padding-top: 135px;
    color: #000;
    position: absolute;
	inset: 0%;
}
/* Horizontal text */
.horizontal-text {
	position: absolute;
	white-space: nowrap;
	font-size: 320px;
	font-weight: 800;
	top: 60%;
	left: 5%;
	transform: translateY(-50%);
	color: #000;
	font-family: "Poppins", Sans-serif;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	gap: 0.02em;
}
span.letter-text, span.letter-o {
	font-size: 320px;
}
span.letter-o {
    width: 610px;
}
.hero-section {
	position: relative;
	overflow: hidden;
}
/* Slider home (with mask animation) */
.slider-home {
	height: 100vh;
	mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='black'/%3E%3C/svg%3E");
	-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-position: 50% 50%;
	mask-position: 50% 50%; 
	mask-repeat: no-repeat;
	mask-size: 14%;
	position: relative;
	width: 100%;
	z-index: 1;
	opacity: 0;
}
.slider-home img {
	width: 100vw;
	height: 100vh !important;
	display: block;
	object-fit: cover;
	background-color: #f9f871;
}
/**Falling Elements matter js***/
.dm-matter-elem, .dm-matter-elem-circle, .dm-matter-elem-pill {
	pointer-events: none;
	white-space: nowrap;
}
.dm-matter-elem,
.dm-matter-elem-circle,
.dm-matter-elem-pill {
	visibility: hidden;
}
/*service page horizontal scroll card amination*/
.dm-horizontal-wrapper-3, .dm-horizontal-section-3, .dm-horizontal-card-3 {
	transition: none !important;
}
/***********************/
/*Scrolling Marquee*/
.uppercase-text {
    text-transform: uppercase;
	  font-weight: 500;
}
/* Background Stroke */
.marquee-container path {
    stroke-width: 5rem;
}
/*****************/
/*lenis css*/
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
/****************/
/*Title animation*/
.move-up-ani, .move-up-ani .line {
    overflow: hidden;
    display: block;
}
.cs-business-tag .elementor-widget-container {
	position: relative;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 10px;
	overflow: hidden;
	--scaleX: 0; /* Default scale */
}
/****************/


/* Background animation using ::before */
.cs-business-tag .elementor-widget-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #DB393D;
}
/******************/
.service-taxonomy-filter  button.e-filter-item.active {
    color: #000;
}
.service-taxonomy-filter  button.e-filter-item{
	position: relative;
}
.service-taxonomy-filter button.e-filter-item.active:after, .service-taxonomy-filter button.e-filter-item:hover:after {
    content: "";
    display: inline-block;
	width: 70px;
    height: 3px;
    background-color: #0065a3;
/*     background-image: url(/wp-content/uploads/2025/09/hand_drow_Highlights.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center; */
    position: absolute;
    bottom: 10px;
}
.service-ac-loop .e-loop-item {
    display: none;
}
.service-ac-loop .e-loop-item.active {
    display: block;
}
.service-ac-loop .service-img-1 .elementor-widget-container, .service-ac-loop .service-img-2 .elementor-widget-container, .service-ac-loop .service-img-3 .elementor-widget-container{
 	opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
} 
.service-ac-loop:hover .service-img-1 .elementor-widget-container{
	 --e-transform-translateX: -350px !important;
    --e-transform-translateY: 0px !important;
	opacity: 1;
} 
.service-ac-loop:hover .service-img-2 .elementor-widget-container{
	 --e-transform-translateX: -300px !important;
    --e-transform-translateY: 0px !important;
	opacity: 1;
} 
.service-ac-loop:hover .service-img-3 .elementor-widget-container{
	 --e-transform-translateX: -200px !important;
    --e-transform-translateY: -40px !important;
	opacity: 1;
} 
.home-tec-balloon {
    cursor: pointer;
}
.life-gvm-blur{
    backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
    border-radius: 0 0 20px 20px;
}
.marquee-line.space-img .text b, .marquee-line.space-img .text b a, .marquee .content b, .marquee .content b a{
    color: #fff !important;
    outline: unset !important;
    text-decoration: none !important;
}

/*home page service section*/
.service-listing-wrapper-wp {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.service-button-wp {
    background: white;
    border: 1px solid #000000;
    padding: 5px 14px;
    border-radius: 50px;
    font-weight: 500;
    font-family: 'poppins';
    font-size: 14px;
}
/****mega menu css************/
.mobile-menu li.menu-item .elementor-nav-menu--dropdown {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99 !important;
}
.dialog-message.dialog-lightbox-message, .blur-bg-css{
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
   background-color: #00000010;
}
.blur-bg-css-20{
    backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
    background-color: #00000010;
}
.blur-bg-css-30{
    backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
    background-color: #00000010;
}
.blur-bg-css-50{
    backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	background-color: #00000050;
}
.btnmenu .elementor-icon-list-icon svg {
    margin-right: 0 !important;
}
.btnmenu  span.elementor-icon-list-text {
    display: none !important;
}
.btnmenu ul li a {
    position: relative;
	padding: 12px 15px 12px 70px;
    border: 1px solid #000;
    border-radius: 40px;
    background-color: #FFFFFF80;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    width: 100% !important;
}
.btnmenu ul li a:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    left: 8px;
    border-radius: 72px;
    background-image: url(/wp-content/uploads/2025/06/person-1.png);
    background-size: 35px;
    background-position: center bottom;
    background-repeat: no-repeat;
    animation: ImgChnages 4s steps(1) infinite;
    animation-fill-mode: both;
    z-index: 2;
    display: block;
    will-change: background-image, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.btnmenu ul li a:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 8px;
    border-radius: 70px;
    background: #0970AF;
    z-index: 1;
    display: block;
}
@keyframes ImgChnages {
  0%   { background-image: url(/wp-content/uploads/2025/06/person-1.png); opacity: 1; }
  25%  { background-image: url(/wp-content/uploads/2025/06/person-2.png); opacity: 1; }
  50%  { background-image: url(/wp-content/uploads/2025/06/person-3.png); opacity: 1; }
  75%  { background-image: url(/wp-content/uploads/2025/06/person-4.png); opacity: 1; }
  100% { background-image: url(/wp-content/uploads/2025/06/person-2.png); opacity: 1; }
}

.bottom_submenu_list {
    width: calc(100% - 140px) !important;
    max-width: 1000px !important;
}
.backdrop-blur-css {
    backdrop-filter: blur(15px);
	will-change: backdrop-filter;
}
.bottom-menu .e-n-menu-item .e-n-menu-title.e-click, .bottom-menu .e-n-menu-title-text {
    cursor: pointer !important;
}
.bottom-menu .e-n-menu-content.e-active .elementor-element.animated.fadeIn.e-active {
    left: 0 !important;
}
.bottom-menu .elementor-widget-container nav.e-n-menu:after {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 59px;
    background: #ffffff80;
    backdrop-filter: blur(8px);
    top: -11px;
    left: -11px;
    border-radius: 195px;
    z-index: -1;
}
/* Logo link focus / active border remove */

.dialog-lightbox-message a:focus-visible {
     outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

/***********************/
.float-left{
    animation: float-left 2s ease-in-out infinite;
} 
@keyframes float-left {
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(-50px);
    }
    100%{
        transform: translateX(0px);
    } 
}
a.dialog-close-button.dialog-lightbox-close-button {
    position: fixed;
}
/*home page process section */
.delivering-animation.process-work-animation {
    padding: 2px 12px;
    transform: rotate(350deg);
    margin-left: -10px;
}
span.cs-number {
    font-size: 90px;
    line-height: 80px;
    color: #0065A3;
}
.setp-form {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
@keyframes smallRotate {
  0% {
    transform: rotate(0deg);
  }
	50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.small-rotate {
  animation: smallRotate 4s ease-in-out infinite
}
@keyframes fancy-box {
	0% {
    transform: rotate(0deg);
  }
	50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.fancy-box figure.elementor-image-box-img{
  animation: fancy-box 4s ease-in-out infinite
}
/*Home page technologies section*/
.technologies-ballon-container .e-n-tab-title[aria-selected="true"]:after {
    width: 100% !important;
}
.technologies-ballon-container button.e-n-tab-title {
    margin-top: 0 !important;
}
.technologies-ballon-container .e-n-tabs-heading {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 20px;
    display: flex !important;
    width: 25%;
    float: left;
}
.technologies-ballon-container .e-n-tabs.e-activated {
    display: inline-block;
    width: 100%;
}
.technologies-ballon-container button.e-n-tab-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 0%;
    background-color: #0065A3;
    transition: width 0.4s ease;
    transform: translateY(-50%);
}
.technologies-ballon-container .e-n-tab-title:hover::after {
  width: 100%;
}
.technologies-ballon-container button span.e-n-tab-title-text {
    background-color: #F9F871;
    z-index: 1;
    padding-right: 10px;
}
.technologies-ballon-container .e-n-tabs .e-n-tabs-content {
    width: 75%;
}
/*service page css*/
.cs-our-technical-img .swiper-slide-inner {
    background: #eaeaea75;
    padding: 15px 30px;
    border-radius: 10px;
}
.cs-our-technical-img .swiper-wrapper {
    transition-timing-function: linear !important;
}
.custom-services-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.custom-services-wrapper .service-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    font-family: 'Poppins';
	border: 1px solid #00000012;
}
.custom-services-wrapper .service-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.custom-services-wrapper .service-box p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}
/*technologies page css*/
div.case-study-img img {
    border-radius: 20px 20px 0 0;
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.case-study-img {
    width: 100%;
}
.case-study-category span {
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid #000;
}
.case-study-category {
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.case-study-content {
    backdrop-filter: blur(10px);
    background-color: #00000020;
    padding: 5px 20px 20px 20px;
    margin-top: -5px;
    width: 100%;
    border-radius: 0 0 20px 20px;
}
.case-study-item h3:hover {
    color: #0065a3;
}
.case-study-item h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
}
.sas-grid {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
  gap: 30px;
}
div.sas-item h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;

}
.sas-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    row-gap: 25px;
    column-gap: 65px;
}
.benefit-item {
  font-family: 'Poppins', sans-serif;
}
div.benefit-item h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.benefit-item p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.sas-item {
    font-family: 'Poppins';
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
    background-color: #fdfaf3;
}
.faq-item {
    border: 1px solid #000000A8;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #FFFFFF80;
    backdrop-filter: blur(50px);
	 padding: 20px;
}
.faq-question {
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
  gap: 10px;
}
.faq-question:hover {
  background: #f9f9f9;
}
.faq-question h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 600;
}
.faq-toggle {
    background-color: #F9F871;
    color: #000;
    border: 2px solid #000;
    border-radius: 7px;
    padding: 10px 8px 15px 8px;
    font-size: 30px;
    line-height: 10px;
    font-weight: 300;
}
.faq-answer {
    height: 0;
	overflow: hidden;
	transition: height 0.4s ease;
}
.faq-content {
    padding-top: 20px;
    border-top: 1px solid #000;
    font-size: 15px;
    line-height: 24px;
    color: #181818;
	font-family: 'poppins';
	margin-top: 20px;
	display: block;
	height: auto;
}
/*portfolio single page css*/
.portfolio-service-wrapper span.portfolio-service-name {
    padding: 5px 12px;
    background-color: #F9F871;
    font-family: 'poppins';
    font-size: 14px;
    border-radius: 5px;
    line-height: 23px;
}
.portfolio-service-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.tech-stack-portfolio-service-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tech-stack-portfolio-service-wrapper span.tech-stack-portfolio-service-name {
    padding: 5px 12px;
    font-family: 'poppins';
    font-size: 14px;
    border-radius: 5px;
    line-height: 23px;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
}
/*career page form css*/
.career-ul-li p b {
    font-size: 15px;
    font-weight: 600;
}
.apply-now-btn .elementor-button-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Poppins", Sans-serif;
}
a.apply-now-btn .elementor-button-content-wrapper {
    padding: 11px 20px 9px 20px;
    border: 2px solid #000;
	border-radius: 100px 100px 100px 100px;
}
div a.apply-now-btn:hover{
	color: #000;
}
.uploaded-file-name {
    width: 100%;
}
.uploaded-file-name {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 26px;
    padding: 10px 0;
}
.file-name-output.error {
    color: #dc3232;
}
.upload-area .file-upload-main-class br {
    display: none;
}
.upload-area .file-upload-main-class p {
    margin-bottom: 0;
}
.upload-area .file-upload-main-class {
    border: 2px dashed #1890ff;
    padding: 2rem;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}
.upload-area .file-upload-main-class input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
.upload-text {
    font-size: 16px;
    color: #333;
    z-index: 1;
    position: relative;
    pointer-events: none;
    font-family: 'Poppins';
}
.upload-text .browse {
    color: #0065A3;
    font-weight: bold;
    pointer-events: auto;
    text-decoration: underline;
}
.upload-area{
	border-radius: 10px;
}
.upload-area.drag-over .file-upload-main-class {
  background-color: #1890ff59;
}
/*career section css*/
.career-toggle .e-con-inner .career-title.active {
    border-radius: 10px 10px 0 0;
}
.career-title {
    cursor: pointer;
}
.career-ul-li ul {
    padding-bottom: 20px;
	    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.career-ul-li ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 32px;
}
.career-ul-li ul li:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    background-image: url(/wp-content/uploads/2025/04/right-arrow-icon-1.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.career-ul-li strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.single-portfolio .career-ul-li strong {
    font-size: 16px;
    font-weight: 500;
}
/*team section css*/
.cs-more-info-tab .e-n-tabs-heading {
    border: 1px solid #000;
	background-color: #fff;
    width: fit-content;
    padding: 5px;
    margin: auto;
    border-radius: 35px;
}
.skill-set > div {
    font-size: 16px;
    line-height: 25px;
    color: #0065A3;
    font-weight: 500;
    font-family: 'Poppins';
	width: 100%;
}
.skill-set {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.skill-name-list span {
    border: 1px solid #000;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins';
    border-radius: 50px;
    color: #000;
    font-weight: 400;
}
.skill-name-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.cs-team-loop .elementor-loop-container .e-loop-item:nth-of-type(odd) {
    margin-top: -50px !important;
}
.cs-team-loop .cs-team-image {
    position: relative;
    overflow: hidden;
	  border: 2px solid #000;
    border-radius: 25px;
}
.cs-team-loop .cs-team-image img {
    transition: filter 0.5s ease-in-out;
}
.cs-team-loop .our-team:hover .cs-team-image img {
    filter: drop-shadow(-8px 0px 0px #fff);
}
.cs-team-loop .cs-team-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/03/team-bg-img-1.png);
   background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.cs-team-loop .our-team:hover .cs-team-image:after {
    opacity: 1;
}
.cs-team-image img {
    position: relative;
    z-index: 1;
}
/*blog section css*/
.project-details {
    padding: 15px 25px 15px 25px;
    border-top: 1px solid #000;
}
.cs-projec-items {
    padding: 25px 25px 5px 25px;
}
.project-item {
	width: 100%;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 10px;
    z-index: 1;
}
.projects-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
div.projects-container h3 {
    font-family: 'Poppins';
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 5px;
}
.projects-container p {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
	  font-family: "Poppins", Sans-serif;
}
.project-details p {
     font-family: "Poppins", Sans-serif;
    font-size: 15px;
    line-height: 25px;
    text-transform: none;
    font-weight: 400;
}
.project-technologies > div, .project-specification > div {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Poppins", Sans-serif;
}
.elementor-toc__body {
    padding-top: 0px;
}
.team-education {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
	  line-height: 24px;
    font-weight: 400;
}
.cs-ul-li-icon ul{
	padding-left: 0px;
}
.cs-ul-li-icon.cs-case-study ul {
    padding-bottom: 10px;
}
.cs-ul-li-icon.cs-case-study strong {
    font-weight: 600;
}
.elementor-widget-table-of-contents li.elementor-toc__list-item , .cs-ul-li-icon li{
    position: relative;
    margin-bottom: 9px;
    padding-left: 25px;
    list-style: none;
}
.elementor-widget-table-of-contents li.elementor-toc__list-item:before , .cs-ul-li-icon li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    background-image: url(/wp-content/uploads/2025/03/checkbox-icon.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.marquee-line.leftend.blog-marquee .text {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
	 padding-right: 0;
    padding-left: 90px;
	  display: flex;
    justify-content: center;
}
.marquee-line.leftend.blog-marquee  img.star-icon {
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
    width: 40px;
}
/*contact us css*/
.cs-contact-form input.wpcf7-form-control.cs-submit, .blog-btn .e-loop__load-more a.elementor-button-link.elementor-button {
    background-image: url(/wp-content/uploads/2025/02/right-btn-arrow.svg);
    background-position: 88%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-right: 40px !important;
    transition: all .3sease-in-out;
}
.cs-contact-form input.wpcf7-form-control.cs-submit:hover , .blog-btn .e-loop__load-more a.elementor-button-link.elementor-button:hover{
    transform: scale(1.1) rotate(4deg);
    transition: all .3s ease-in-out;
}
.marquee-line.contact-cross-line.space-img img.iconflower {
    animation: unset;
    transform: scale(1.4);
	   width: revert-layer;
    margin-top: 0;
}
.marquee-line.contact-cross-line.space-img {
    overflow: visible;
}
.marquee-line.right-end.contact-cross-line.space-img .text {
    animation: marqueeRight 8s linear infinite;
	animation-duration: 18s;
}
@keyframes marqueeRight {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(100%, 0);
  }
}
.image-ani{
    animation: float 4s ease-in-out infinite;
} 
@keyframes float {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(0px);
    }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background-color: #ffb9003d;
    border-radius: 10px;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    background-color: #dc32322e;
    border-radius: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b4503d;
    border-radius: 10px;
}
/*service section*/
span.delivering-animation {
	font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 57px;
    letter-spacing: 0px;
    color: #fff;
    background-color: #DB393D;
    padding: 0 10px;
    border-radius: 10px;
	transform: rotate(-2deg);
    display: inline-block;
}
/*about section css start*/
.cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper {
    font-size: 60px;
}
/*Cross Marquee css start*/
.marquee-line.leftend.space-img.left-cross span.text:nth-child(2) {
    padding-left: 85px !important;
}
/*our work section css*/
.cs-counter .elementor-counter-title {
        justify-content: center;
        text-align: center;
    }

/*Testimonial section*/
/* .play-icon svg {
    opacity: 1;
	animation: imgrightrounted 2000s linear infinite;
}
@keyframes imgrightrounted {
  to {
        transform: rotate(145045deg);
  }
} */
#elementor-popup-modal-764 a.dialog-close-button.dialog-lightbox-close-button {
    position: fixed;
}
/*portfolio section*/
.cs-portfolio-category span.elementor-heading-title span {
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
}
.cs-portfolio-category span.elementor-heading-title {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.cs-backdrop-css{
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.05);
}
/*Marquee css start*/
.marquee-line.space-img .text {
       padding-right: 0;
    padding-left: 120px;
    font-weight: 400;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    animation-duration: 18s;
}
.marquee-line {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    height: 70px;
    background: #0065A3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 0px 20px 2px #00000038;
}
.marquee-line.space-img b {
    font-weight: 700;
}
.leftend img.iconflower { 
	animation: imgleftrounted 2500s linear infinite;
}
@keyframes imgleftrounted {
  to {
        transform: rotate(-145045deg);
  }
}
.leftend.marquee-line {
	justify-content: right;
}
.leftend.marquee-line .text {
	    animation: marqueeLeft 15s linear infinite;
}
@keyframes marqueeLeft {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.marquee-line.space-img img.iconflower {
    margin: 0 20px;
    width: 50px;
}
.marquee-line.space-img .text {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    gap: 5px;
}
.marquee-line.space-img.star-icon img.iconflower {
    width: 40px;
    margin: 0 30px;
}
.marquee-line.space-img.star-icon span.text {
    padding-left: 90px;
}
/*footer css start*/
.footer-socials .elementor-social-icon svg {
    fill: #69727d;
}
.footer-container a.elementor-icon.elementor-social-icon.elementor-social-icon-youtube {
    margin-right: 0;
}
.footer-socials .elementor-screen-only {
    display: table;
    position: relative;
    opacity: 1;
    top: auto;
    font-size: 0.9rem;
    width: auto;
    height: 18px;
    line-height: 18px;
}
.footer-socials .elementor-icon.elementor-social-icon {
    width: auto;
    gap: 10px;
    display: flex;
    flex-direction: row-reverse;
    padding: 11px 15px;
    border: 1px solid;
    border-radius: 25px;
    height: auto;
    line-height: 10px;
    text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 500;
	position: relative;
	margin-right: 25px;
	background: transparent;
	margin-bottom: 10px;
	font-family: 'Poppins';
}
.footer-socials .elementor-icon.elementor-social-icon:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/02/footer-start.png);
    right: -28px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-socials .elementor-grid-item:last-child .elementor-icon:before {
	display:none;
}
.footer-socials .elementor-grid-item:last-child {
	 margin-right: 0px;
}

.footer-socials .elementor-social-icon i {
  color: inherit;
}
.footer-socials .elementor-social-icon.elementor-social-icon-x-twitter:hover {
    color: #000000 !important;
}
.footer-socials .elementor-social-icon.elementor-social-icon-x-twitter:hover svg {
    fill: #000000 !important;
}
.footer-socials .elementor-icon.elementor-social-icon.elementor-social-icon-facebook:hover {
  border-color: #1877F2;
  color: #1877F2;
}
.footer-socials .elementor-icon.elementor-social-icon.elementor-social-icon-facebook:hover svg{
  fill: #1877F2;
}
.footer-socials .elementor-icon.elementor-social-icon.elementor-social-icon-instagram:hover {
  border-color: #ee2a7b;
  color: #ee2a7b
}
.footer-socials .elementor-icon.elementor-social-icon.elementor-social-icon-instagram:hover svg {
  fill: #ee2a7b
}
.footer-socials .elementor-icon.elementor-social-icon.elementor-social-icon-twitter:hover {
  border-color: #1DA1F2;
  color: #1DA1F2;
}
.footer-socials .elementor-icon.elementor-social-icon.elementor-social-icon-twitter:hover svg{
  fill: #1DA1F2;
}
.footer-socials .elementor-icon.elementor-social-icon.elementor-social-icon-linkedin:hover {
  border-color: #0077B5;
  color: #0077B5;
}
.footer-socials .elementor-icon.elementor-social-icon.elementor-social-icon-linkedin:hover svg{
  fill: #0077B5;
}
.footer-socials .elementor-icon.elementor-social-icon.elementor-social-icon-youtube:hover {
  border-color: #ff0000;
  color: #ff0000;
}
.footer-socials .elementor-icon.elementor-social-icon.elementor-social-icon-youtube:hover svg {
  fill: #ff0000;
}
.location-info ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/*footer css end*/
@media only screen and (min-width: 767px) {
span.cs-number.cs-3-number {
    display: none;
}
	.development-card .setp-form {
    justify-content: center;
}
}
@media only screen and (max-width: 1366px) {
.bottom-menu .elementor-widget-container nav.e-n-menu:after {
    height: 53px;
	}
@media only screen and (max-width: 1285px) {
.bottom_submenu_list {
    width: calc(100% - 140px) !important;
    max-width: 991px !important;
}
}
@media only screen and (max-width: 1200px) {
.cs-team-loop .elementor-loop-container .e-loop-item:nth-of-type(odd) {
        margin-top: 0px !important; 
    }
		.btn-sender {
        transform: scale(0.9);
        right: 35px;
        position: absolute !important;
        bottom: -5px;
        margin: 0;
    }
	.btn-sender + a.btn-sender {
        right: -20px;
    }
.btn-sender.hover-box.mr-15
 {
    right: 60px;
}

}
@media only screen and (max-width: 1104px) {
span.delivering-animation , .cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper{
    font-size: 40px;
    line-height: 48px;
}
		.btn-sender {
        transform: scale(0.7);
        right: 35px;
        position: absolute !important;
        bottom: -10px;
        margin: 0;
    }
	.btn-sender + a.btn-sender {
        right: -20px;
    }
	  .btn-sender.hover-box.mr-15 {
        right: 40px;
    }
	.bottom_submenu_list {
    width: calc(100% - 85px) !important;
}
}
@media only screen and (max-width: 1035px) {
.footer-socials .elementor-icon.elementor-social-icon {
    padding: 7px 14px;
}
	.footer-socials .elementor-screen-only {
    font-size: 12px;
    line-height: 18px;
}
}
@media (max-width: 1024px) {
	.herosection-top-text {
    font-size: 40px;
    line-height: 50px;
}
	.horizontal-text {
    left: 3%;
	}
	.slider-home img {
		object-fit: cover;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}
	span.letter-text, span.letter-o {
		font-size: 225px;
	}
	span.letter-o {
		width: 430px;
}
.service-ac-loop:hover .service-img-2 .elementor-widget-container {
    --e-transform-translateX: -85px !important;
  
}
	.service-ac-loop:hover .service-img-1 .elementor-widget-container {
    --e-transform-translateX: -290px !important;
}
	.cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper {
    font-size: 45px;
}
	.cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper span.elementor-headline-dynamic-text{
		line-height: 50px;
	}
}
@media only screen and (max-width: 991px) {
	  .marquee-container text {
        font-size: 50px;
		line-height: 50px;
    }
	.marquee-container path {
        stroke-width: 7rem;
    }
.custom-services-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
	.technologies-ballon-container .e-n-tabs-heading {
    width: 35%;
}
	.technologies-ballon-container .e-n-tabs .e-n-tabs-content {
    width: 65%;
}
}
@media only screen and (max-width: 887px) {
    span.delivering-animation, .cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper{
        font-size: 33px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
	div.case-study-img img {
    height: 100%;
}
	.herosection-top-text {
    font-size: 35px;
    line-height: 45px;
}
.service-ac-loop .service-img-1 .elementor-widget-container , .service-ac-loop:hover .service-img-1 .elementor-widget-container,.service-ac-loop .service-img-2 .elementor-widget-container , .service-ac-loop:hover .service-img-2 .elementor-widget-container, .service-ac-loop .service-img-3 .elementor-widget-container , .service-ac-loop:hover .service-img-3 .elementor-widget-container   {
--e-transform-translateX: 0 !important;
  opacity: 1 !important;
 --e-transform-translateY: 0 !important;
        }
		.service-button-wp {
    padding: 5px 15px !important;
    font-size: 13px !important;
}
	.service-listing-wrapper-wp {
    gap: 7px !important;
}
	    .technologies-ballon-container .e-n-tabs-heading {
        width: 100%;
    }
	    .technologies-ballon-container .e-n-tabs .e-n-tabs-content {
        width: 100%;
    }
	.custom-services-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
	.cs-our-technical-img .swiper-slide-inner {
    background: #eaeaea75;
    padding: 10px 20px;
    border-radius: 10px;
}
	div.faq-question h3 {
    font-size: 16px;
    line-height: 24px;
}
	.upload-text {
    font-size: 15px;
}
	.upload-area .file-upload-main-class {
    padding: 2rem 1rem;
}
	    .imapsContainer-group.imapsTooltip-group {
        display: none;
    }
	.project-details {
    padding: 15px 20px 15px 20px;
}
	.cs-projec-items {
    padding: 20px 20px 5px 20px;
}
	.projects-container h3 {
    font-size: 18px;
}
	.skill-name-list span {
    padding: 4px 15px;
    font-size: 13px;
}
	.skill-name-list {
    gap: 6px;
}
	div.cs-contact-form .col-xl-6.col-md-6 {
    width: 100%;
}
	.imapsContainer-group.imapsTooltip-group {
    display: none;
}
	.contact-us-class {
    text-align: left;
}
	.cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper , .cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper span.elementor-headline-dynamic-text, .delivering-animation{
        font-size: 30px;
        line-height: 40px;
    }
/* .color-white h2, .color-white p {
    color: #fff !important;
}
	.color-white a.elementor-button {
    color: #fff !important;
    border-color: #fff !important;
}
	.color-white svg path {
    stroke: #fff;
} */
}
@media only screen and (max-width: 766px) {
	.technologies-icon span.elementor-icon-list-icon {
		padding: 10px;
		margin-right: 5px;
	}
	span.cs-number {
		font-size: 70px;
		line-height: 65px;
	}
	.horizontal-text {
		left: 10%;
	}

}
@media only screen and (max-width: 600px) {
	.apply-now-btn .elementor-button-content-wrapper .elementor-button-text {
    font-size: 14px;
}
	.apply-now-btn .elementor-button-content-wrapper {
    padding: 7px 17px !important;
}
	.header-logo.elementor-widget.elementor-widget-image {
    --container-widget-width: 32% !important;
}
	.cs-started-btn img {
    max-width: 150px !important;
}
.herosection-top-text {
	font-size: 30px;
	line-height: 40px;
}
}
@media only screen and (max-width: 518px) {
	span.letter-text, span.letter-o {
		font-size: 200px;
	}
	span.letter-o {
            width: 400px;
        }
}
@media only screen and (max-width: 518px) {
.cs-business-tag {
    right: 0;
    left: auto !important;
}
	    .cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper, .delivering-animation {
        font-size: 22px;
        line-height: 30px;
    }
	 .cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper span.elementor-headline-dynamic-text{
		  font-size: 22px;
        line-height: 35px;
	}
	span.delivering-animation, .cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper {
        font-size: 22px;
        line-height: 40px;
    }
}
@media (max-width: 480px) {
    .marquee-container text {
        font-size: 80px;
		line-height: 50px;
    }
	.marquee-container path {
        stroke-width: 12rem;
    }
}
@media only screen and (max-width: 431px) {
	.blog-height img {
    height: 55vh !important;
}
}
@media only screen and (max-width: 414px) {
	.horizontal-text {
		left: 16%;
	}
	.blog-height img {
		height: 45vh !important;
	}
	.header-logo.elementor-widget.elementor-widget-image {
		--container-widget-width: 30% !important;
	}
.cs-started-btn img {
        max-width: 100px !important;
    }
	    .cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper, .delivering-animation {
        font-size: 22px;
        line-height: 30px;
    }
	span.delivering-animation, .cs-spaces .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper {
        font-size: 20px;
    }
}
@media only screen and (max-width: 391px) {
	.horizontal-text {
		left: 23%;
	}
}
@media only screen and (max-width: 380px) {
	.blog-height img {
		height: 60vh !important;
	}
	
}
@media only screen and (max-width: 376px) {
	.horizontal-text {
		left: 30%;
	}
}
