/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1771496178
Updated: 2026-02-19 10:16:18

*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.header .header-container{
	max-width: 1440px;
    margin: auto;
}
/*--landing----*/
.landing-card-before1::after{
	background: linear-gradient(145deg, rgba(2, 8, 20, 0.95) 0%, rgba(0, 45, 90, 0.88) 40%, rgba(0, 120, 170, 0.75) 75%, rgba(23, 187, 228, 0.55) 100%);
}
.landing-card-before2::after{
	 background: linear-gradient(155deg, rgba(8, 5, 40, 0.96) 0%, rgba(40, 20, 110, 0.88) 35%, rgba(10, 80, 160, 0.80) 65%, rgba(23, 187, 228, 0.60) 100%);
}
.landing-card-before3::after{
	background: linear-gradient(135deg, rgba(2, 14, 18, 0.96) 0%, rgba(0, 50, 65, 0.90) 40%, rgba(0, 120, 110, 0.78) 70%, rgba(0, 195, 175, 0.55) 100%);
}
.landing-card-before::after{
	content:"";
	position: absolute;
    inset: 0;
    opacity: 1;
    width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    z-index: 1;
}
.landing-card::after{
	content:"";
	position: absolute;
    inset: 0;
    opacity: 0.055;
    transition: opacity 0.4s;
    pointer-events: none;
    z-index: 2;
}
.landing-card1::after, .landing-card3::after{
	background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 1) 0px, rgba(255, 255, 255, 1) 1px, transparent 1px, transparent 20px);
}
.landing-card2::after{
	background-image: radial-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px);
    background-size: 22px 22px;
}
.landing-card-wrap{
	flex: 1 !important;
}
.landing-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.07) 50%, transparent 65%);
      transform: translateX(-130%);
      transition: transform 0.65s ease;
      z-index: 1;
      pointer-events: none;
    }
.landing-card:hover::before { transform: translateX(130%); }
.landing-card .elementor-element{
	z-index: 2;
}
.landing-box-bg{
	height: 100%;
	width: 100%;
}
.landing-box-bg img{
	transition: 0.3s;
}
.landing-card-before:hover .landing-box-bg img{
	transform: scale(1.1);
}
/*----end landing---*/

/*-----header-----*/
.header .sub-menu{
	width: 180px !important;
}

/*-----site-button--------*/
.collision a.elementor-button, .sports-banner-slide .swiper-slide-inner .elementor-button {
  position: relative;
  overflow: hidden;
  background-color: var(--e-global-color-primary);
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  z-index: 1;
  padding: 15px 25px;
  border: 1px solid transparent;
	border-radius: 6px;
	text-transform: uppercase;
}
.collision-border a.elementor-button {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  z-index: 1;
  padding: 15px 30px;
	text-transform: uppercase;
	border-radius: 6px;
	border: 1px solid #fff;
}

.collision a.elementor-button::before,
.collision a.elementor-button::after, 
.collision-border a.elementor-button::before, 
.collision-border a.elementor-button::after,
.sports-banner-slide .swiper-slide-inner .elementor-button::before, 
.sports-banner-slide .swiper-slide-inner .elementor-button::after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--e-global-color-secondary);
  top: 50%;
  border-radius: 50%;
  z-index: -1;
}

.collision.hover-primary-color a.elementor-button::before,
.collision.hover-primary-color a.elementor-button::after{
	background-color: var(--e-global-color-primary);
}

.collision a.elementor-button::before, 
.collision-border a.elementor-button::before,
.sports-banner-slide .swiper-slide-inner .elementor-button::before{
  left: -20px;
  transform: translate(-50%, -50%);
}

.collision a.elementor-button::after,
.collision-border a.elementor-button::after,
.sports-banner-slide .swiper-slide-inner .elementor-button::after{
  right: -20px;
  transform: translate(50%, -50%);
}

.collision a.elementor-button:hover::before, 
.collision-border a.elementor-button:hover::before,
.sports-banner-slide .swiper-slide-inner .elementor-button:hover::before{
  animation: move-left 0.7s both alternate;
}

.collision a.elementor-button:hover::after, 
.collision-border a.elementor-button:hover::after,
.sports-banner-slide .swiper-slide-inner .elementor-button:hover::after{
  animation: move-right 0.7s both alternate;
}

@keyframes move-left {
  0%   { left: -20px; }
  50%  { left: 50%; width: 20px; height: 20px; }
  100% { left: 50%; height: 400px; width: 400px; }
}

@keyframes move-right {
  0%   { right: -20px; }
  50%  { right: 50%; width: 20px; height: 20px; }
  100% { right: 50%; height: 400px; width: 400px; }
}

.counter-row{
	width: calc(100% - 250px)
}
@keyframes pulse-dot {
	0%, 100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: .5;
		transform: scale(1.5);
	}
}

/*----end site-button---*/

/*------Home page--------*/
.sports-banner-slide .swiper-slide-bg::after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(105deg, rgb(8 15 30) 0%, rgb(8 15 30 / 95%) 50%, #000000db 100%);
	opacity:1;
}
.sports-banner-slide .elementor-swiper-button{
	width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
	border: 1px solid rgba(255,255,255,.15);
	z-index: 99 !important; 
/*     background-color: var(--e-global-color-primary); */

}
.sports-banner-slide .elementor-swiper-button-prev{
	 right: 85px !important;
    bottom: 40px !important;
    transform: translate(0px, 0px) !important;
    left: auto !important;
    top: auto !important;
}
.sports-banner-slide .elementor-swiper-button-next{
	 right: 30px !important;
    bottom:40px !important;
    transform: translate(0px, 0px) !important;
    left: auto !important;
    top: auto !important;
}
.sports-banner-slide .swiper-slide-inner .elementor-slide-heading{
	 font-family: "Barlow Condensed", sans-serif !important;
    font-size: 100px;
    font-weight: 500;
    color: #FFFFFF;
}
.sports-banner-slide .swiper-slide-inner .elementor-slide-heading span{
	color: var(--e-global-color-primary);

}
.sports-banner-slide .swiper-slide-inner .elementor-slide-heading b{

	-webkit-text-stroke: 1.5px rgba(255, 255, 255, .25);
    color: transparent;
}
.sports-banner-slide .swiper-slide-inner .elementor-slide-description{
	font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
	max-width: 55%;
}
.sports-banner-slide .swiper-pagination-bullet {
	    width: 40px !important;
    height: 3px !important;
    border-radius: 2px !important;
	background-color: rgba(255,255,255,.2);
}
.sports-banner-slide .swiper-pagination{
	padding-left: 40px;
	padding-bottom: 40px;
	text-align: left !important;
}
/*--top old banner css--*/
.path-sec::after{
	content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37,99,235,0.12), transparent 70%);
  top: -150px;
  left: -150px;
  z-index: 0;
}
.path-box img, .path-box{
	transition: .3s;
}
.path-box .elementor-widget-image{
	overflow: hidden;
}
.path-box:hover img{
	transform: scale(1.1);
}
.path-box:hover{
	box-shadow: 0 8px 32px rgba(0,0,0,.10);
}
.path-box .elementor-widget-image::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(180deg, #00000000 0%, var(--e-global-color-secondary) 100%);
}
.promo-search .e-search-submit{
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
}
.brans-img-wrap h2 a, .brans-img-wrap h2{
	height: 100%;
}
.brans-img-wrap a{
	background-color: #f2f5f8;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brans-img-wrap .elementor-widget-image img{
	filter: grayscale(1);
	transition: 0.5s;
	width: 150px;
	height: 150px;
	object-fit: contain;
}
.brans-img-wrap .elementor-widget-image:hover img{
	filter: grayscale(0);
}




.custom-appearl-txt:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
    animation: pulse-dot 2s infinite;
	position: absolute;
    top: 9px;
    left: 9px;
}
.small-heading{
	display: flex;
	align-items: center;
}
.small-heading:before{
    content: "";
    width: 42px;
    height: 2px;
    background-color: var(--e-global-color-primary);
    display: inline-block;
    border-radius: 3px;
}
/* .header{
	width: 100%;
    transition: all 0.3s ease;
}
.header.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    z-index: 9999;
	transform: translateY(0);
}
.header.sticky-active .elementor-nav-menu li a{
	color: #000 !important;
}
.header.sticky-active .elementor-nav-menu li a:hover{
	color: var(--e-global-color-primary) !important;
}
.header.sticky-active .elementor-nav-menu .sub-arrow svg{
	fill: #000;
} */

.soprt-popup-btn a.elementor-button{
	color: var(--e-global-color-primary) !important;
}
.soprt-popup-btn a.elementor-button:hover{
	color: #fff !important;
}
.popup-icon{
	width: 70px;
    height: 70px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
}
.popup-icon img{
	width: 40px
}
.popup-cor-box .popup-icon{
	background-color: #404040;
}
.popup-box, .popup-box .popup-bg-img img{
	transition: .3s;
}
.popup-box:hover .popup-bg-img img{
	transform: scale(1.1);
}
.popup-sport-box:after{
	content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(175deg, rgba(20, 162, 221, .72) 0%, rgba(10, 14, 22, .88) 100%);
}
.popup-cor-box:after{
	content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(175deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 88%) 100%);
}
.dialog-message{
	border-radius: 14px;
}
.service-icon img{
	width: 45px;
}
.cta-sport-box:after{
	content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(175deg, rgba(10, 14, 22, .88) 0%, rgb(35 106 136 / 72%) 100%);
}
.cta-cor-box:after{
	content: '';
    position: absolute;
    inset: 0;
	background: linear-gradient(175deg, rgb(0 0 0 / 88%) 0%, rgb(0 0 0 / 40%) 100%);
}
.all-cards {
  display: flex;
  flex-direction: column; /* Arrange cards vertically in the column */
}
.card1 {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 30px; /* Offset from the top */
}
.card2 {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 60px; /* Offset from the top */
}
.card3 {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 90px; /* Offset from the top */
}
.card4 {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 120px; /* Offset from the top */
}
.stack-card{
	height: 400px;
	max-width: 800px;
	margin: auto;
}
/* #card-wrap, .card-scroll{
	max-height: 100vh;
	--webkit-scrollbar-width: none;
	overflow-y: auto;
} */

/*-----end Home page-----*/
.page-banner-slide{
	background: linear-gradient(160deg, #060d1e 0%, #0d1a35 100%);
    padding: 25px;
	padding-top: 125px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}
.page-banner-slide::after{
	    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(20, 162, 221, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 162, 221, 0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
}
.page-banne-slide-img, .page-banne-slide-img img{
	height: 65vh;
	min-height: 500px;
}
.page-banner-slide h2 span{
	color: #fff;
}
.page-banner-slide p{
	max-width: 350px;
}
.page-banner-slide .elementor-swiper-button{
	width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 19%) !important;
    z-index: 99 !important;
    background-color: #14a2dd54 !important;
	transition: .5s;
}
.page-banner-slide .elementor-swiper-button:hover{
	background-color: var(--e-global-color-primary) !important;
}
.page-banner-slide .elementor-swiper-button-prev{
	 right: 95px !important;
    bottom: 50px !important;
    transform: translate(0px, 0px) !important;
    left: auto !important;
    top: auto !important;
}
.page-banner-slide .elementor-swiper-button-next{
	 right: 40px !important;
    bottom:50px !important;
    transform: translate(0px, 0px) !important;
    left: auto !important;
    top: auto !important;
}
.page-banner-slide .swiper-pagination-bullet {
	    width: 30px !important;
    height: 3px !important;
    border-radius: 2px !important;
	background-color: rgba(255,255,255,.2);
}
.page-banner-slide .swiper-pagination-bullet-active{
	background-color: var(--e-global-color-primary);
}
.page-banner-slide .swiper-pagination{
	padding-bottom: 40px;
	padding-left: 30px;
	text-align: left !important;
}
.sport-box{
	height:350px;
}
.sport-box img, .path-box{
	transition: .3s;
/* 	filter: brightness(.3) saturate(1.1); */
}
.sport-box .elementor-widget-image{
	overflow: hidden;
	height: 100%;
}
.sport-box:hover img{
	transform: scale(1.1);
}
.sport-box:hover{
	box-shadow: 0 8px 32px rgba(0,0,0,.10);
}
.sport-box .elementor-widget-image::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(180deg, #0000004d 0%, var(--e-global-color-secondary) 100%);
}
.sport-box .sport-box-icon{
	position: absolute;
	bottom: 45px;
	right: 15px;
	opacity: 0;
	transition: .5s;
	z-index: 2;
	display: none;
}
.sport-box:hover .sport-box-icon, .sport-box:hover p{
	opacity: 1;
}
.sport-box p{
	opacity: 0;
	transition: 0.5s;
}
.we-offer-box, .top-pick-box, .top-pick-box .elementor-widget-image img, .top-pick-box-inner{
	transition: 0.5s;
}
.we-offer-box:hover{
	border-color: var(--e-global-color-primary) !important;
    box-shadow: 0 8px 36px rgba(20, 162, 221, 0.12);
    transform: translateY(-4px);
}
.continuous-scroll .swiper-wrapper{
  transition-timing-function: linear !important;
}

.continuous-scroll .swiper, .top-pick-box .elementor-widget-image{
  overflow: hidden;
}
.continious-scroll .swiper-slide{
	padding: 10px;
}
.top-pick-box:hover{
	border-color: var(--e-global-color-primary) !important;
	box-shadow:0 12px 40px rgba(20,162,221,0.1);
}
.top-pick-box:hover .elementor-widget-image img{
	transform: scale(1.1);
}

.services-wrap {
  overflow: hidden;
}
.services-sticky {
  display: flex !important;
  will-change: transform !important;
}
.service-panel {
  flex-shrink: 0;
  width: 100vw; min-height: 100vh;
  align-items: center;
}
/*----strat about Page----*/
.choose-box h2, .choose-box{
	transition: 0.5s;
}
.choose-box:hover h2{
	transform: scale(1.15);
}
.choose-box:hover{
	background-color: #14a2dd0d;
}
.history-text .elementor-testimonial-content{
	text-align: justify;
}
.contact-icon-box a{
	color: #fff;
	transition: 0.5s;
}
.contact-icon-box a:hover{
	color: var(--e-global-color-primary);
}
.contact-icon-box .elementor-icon-box-icon{
	padding-top: 7px;
}
.contact-form label, .design-upload-form label, .get-quote label{
	font-size: 16px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.contact-form input, .contact-form select, .contact-form textarea, 
.design-upload-form input, .design-upload-form select, .design-upload-form textarea, 
.get-quote input, .get-quote select, .get-quote textarea{
	font-size: 16px;
    border: 1px solid #cccccc !important;
	transition: 0.5s;
	box-shadow: none !important;
	outline: none !important;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, 
.design-upload-form input:focus, .design-upload-form select:focus, .design-upload-form textarea:focus, 
.get-quote input:focus, .get-quote select:focus, .get-quote textarea:focus{
	border-color: var(--e-global-color-primary) !important;
}
.contact-form textarea{
	min-block-size: 2rem !important;
}
.contact-form_wrapper .gform_title,
.design-upload-form .gform_heading, 
.get-quote .gform_heading{
	display: none !important;
}
form.contact-form .gform_fields, .design-upload-form .gform_fields, .get-quote .gform_fields{
    row-gap: 20px !important;
}
.ginput_container_date input{
	width: 100% !important;
}
.design-upload-form .gform_button_select_files, .design-upload-form .gform_button, .contact-form .gform_button,
.get-quote .gform_button{
	background-color: var(--e-global-color-primary) !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before{
	color: var(--e-global-color-primary) !important;
}
.black-from legend, .black-from label, .black-from .gform_drop_instructions, .black-from .ginput_container_date::after{
	color: #fff !important;
}
.black-from input, .black-from select, .black-from textarea, .black-from .gform_drop_area{
    background: #121212 !important;
	color: #fff !important;
	border-color: #525252!important;
}
.black-from .gform_drop_area{
	background: #3b3b3b !important;
}
/* .black-from input:focus, .black-from select:focus, .black-from textarea:focus{
    background: transparent !important;
} */




.brand-page-logo-wrap img{
	filter: grayscale(1);
	transition: 0.5s;
	width:120px;
	height: 120px;
	object-fit: contain;
}
.brand-page-logo-wrap .e-con.e-child:hover img{
	filter: grayscale(0);
}
.brand-page-logo-wrap .e-con.e-child:hover, .staff-box:hover{
	box-shadow: 0 10px 36px rgba(11, 22, 35, .12);
    transform: translateY(-4px);
}
.staff-box .elementor-image-box-wrapper{
	display:flex;
	gap: 10px;
}
.staff-box .elementor-image-box-description span{
    display: block;
    color: #222;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-top: 5px;
}
.staff-box{
	transition: 0.5s;
}
.staff-list-box .elementor-image-box-content{
	position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 90%;
    border-radius: 3px;
	transition: 0.5s;
	padding: 6px 0;
}
.staff-list-box:hover .elementor-image-box-content{
    box-shadow: 0 8px 36px rgba(20, 162, 221, 0.12);
    transform: translate(-50%, -4px);
}
.staff-list-box .elementor-image-box-img, .staff-list-box .elementor-image-box-img img{
	width: 100%;
}
.staff-list-box .elementor-image-box-description{
	font-size: 15px;
}
/*---end about Page---*/
/* .sports-banner-btn-wrap .elementor-icon-list-icon svg .s0 {
    fill: #ffffff !important;
} */
/*----corporate page-----*/
.program-right-cont-wrap{
	max-width: 630px;
}
.corporate-box .elementor-image-box-img{
	background-color: #eef0f4;
	width: 60px !important;
	height: 60px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
}
.corporate-box .elementor-image-box-img img{
	filter: grayscale(1);
}
.corporate-box:hover .elementor-image-box-img img{
	filter: grayscale(0);
}
.corporate-box:hover .elementor-image-box-img{
	background-color: #14a2e429;
}
.corporate-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--e-global-color-primary) ;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}
.corporate-box:hover::after{
	transform: scale(1);
}
.corporate-box:hover {
    box-shadow: 0 8px 32px rgba(27, 42, 74, 0.1);
/*     transform: translateY(-4px); */
    border-color: transparent !important;
}
.corporate-box h3{
	margin-bottom: 0px;
}
.marquee-track ul{
    display: flex; width: max-content !important;
    animation: marquee 28s linear infinite;
}

.marquee-track ul:hover{
    animation-play-state: paused;
}

@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }


.sports-banner-btn-wrap {
    display: flex;
    flex-wrap: nowrap;
    width: max-content !important;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
}
.sports-banner-btn-wrap:active {
    cursor: grabbing;
}
.marquee-parent {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.marquee-parent::-webkit-scrollbar {
    display: none;
}







.sec-heading span{
	color: var(--e-global-color-primary);
}
.corporate-cunter .elementor-counter-title{
	text-align: center;
}
.corporate-banner-cont{
	max-width: 500px;
    margin: auto;
}
.industry-box{
	height: 245px;
}
.industry-box .elementor-widget-image::after{
	transition: background 0.5s ease
}
/* .industry-box:hover .elementor-widget-image::after{
	background-image: linear-gradient(180deg, #00000033 0%, #14a2dda8 100%);
} */
.industry-box:hover h4{
	color: #fff;
}
/*---end corporate page-----*/
.sport-cont-wrap h2{
	height: 100%;
}
.sport-cont-wrap h2 a, .sport-cont-wrap .sport-name-box{
	background-color: var(--e-global-color-secondary);
	padding: 15px;
	border-radius: 2px;
	display: inline-block;
	width: 100%;
	transition: 0.5s;
	display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.sport-cont-wrap h2 a img{
	margin-right: 8px !important;
}
.sport-cont-wrap .elementor-image-box-wrapper a{
	display: block;
}
.sport-cont-wrap h2 a:hover{
	background-color: var(--e-global-color-primary);
	transform: translatey(-2px);
	color: #fff !important;
}
.sport-cont-wrap ul li{
	width: calc((100% - 40px) / 4 );
	margin-bottom: 10px !important;
}
.sport-cont-wrap .elementor-image-box-wrapper{
	padding: 0;
}
.sport-cont-wrap .elementor-image-box-wrapper .elementor-image-box-content{
	width: auto !important;
}

.sport-cont-wrap .elementor-image-box-wrapper .elementor-image-box-content h3{
	margin: 0;
}
.sport-cont-wrap ul li a:hover, .sport-cont-wrap .sport-name-box:hover{
	background-color: #272727;
	transform: translatey(-2px);
	color: #fff !important;
}
.sport-cont-wrap .sport-name-box{
    width: calc((100% - 30px) / 4);
    text-align: center;
}

/*----individual sport-------*/
.sports-banner-btn-wrap h2{
	font-size: 13px !important;
	transition: 0.5s;
}
.sports-banner-btn-wrap h2 span{
	font-size: 20px !important;
	display: inline-block;
	margin-bottom: 0px;
}
.sports-banner-btn-wrap h2 a{
	display: flex;
    gap: 10px;
    align-items: center;
}
.sports-banner-btn-wrap h2:hover, .sports-banner-btn-wrap h2 a[active]{
	color: #fff !important;
}
.sports-banner-btn-wrap h3{
	margin: 0;
}
.sports-banner-btn-wrap img, .sports-banner-btn-wrap figure{
	min-width: 22px;
	min-height: 22px;
	margin-right: 10px !important;
}
.sports-banner-btn-wrap .elementor-image-box-content{
	width: auto !important;
}
.sports-banner-btn-wrap .elementor-image-box-wrapper{
	justify-content: center;
}
.sports-banner-btn-wrap a{
	width: max-content;
	display: block;
}
.sports-banner-btn-wrap .elementor-image-box-wrapper .elementor-image-box-img a{
	width: auto;
	display: block;
}
.sport-product-slide .elementor-swiper-button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 19%) !important;
    z-index: 99 !important;
    background-color: var(--e-global-color-primary) !important;
    transition: .5s;
}
.sport-product-slide .elementor-swiper-button-prev {
    right: 95px !important;
    top: -75px !important;
    transform: translate(0px, 0px) !important;
    left: auto !important;
    bottom: auto !important;
}
.sport-product-slide .elementor-swiper-button-next {
    right: 40px !important;
    top: -75px !important;
    transform: translate(0px, 0px) !important;
    left: auto !important;
    bottom: auto !important;
}
/*----end individual sport----*/

/*----Design-----*/
.design-box a{
	display: block;
}
.design-box{
	transition: 0.5s;
}
.design-box:hover{
	box-shadow: 0 12px 40px rgba(27, 42, 74, .12);
    transform: translateY(-6px);
    border-color: transparent;
}
.deliver-step-bpx h4{
	width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 1;
}
.deliver-step-wrap::before{
	content: '';
    position: absolute;
    top: 36px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
	width: auto;
}
/*----end design----*/

/*----Promo page----*/
.promo-search-wrap::before{
	content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(20, 162, 221, 0.03);
    pointer-events: none;
	left: auto;
}
.promo-search-wrap::after{
	content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(20, 162, 221, 0.03);
    pointer-events: none;
}
.search-refer-list ul li a{
    color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: .5rem .7rem;
    cursor: pointer;
    text-transform: uppercase;
    transition: background .2s, color .2s, border-color .2s;
}
.search-refer-list ul li a:hover{
	background: rgba(20, 162, 221, 0.3);
    color: #14a2dd;
    border-color: #14a2dd9e;
}
.search-refer-list ul{
	row-gap: 7px;
}
.t-recommend-sec::before{
	content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(to bottom, transparent, transparent 39px, rgba(180, 83, 9, .05) 39px, rgba(180, 83, 9, .05) 40px);
    pointer-events: none;
}
.t-recommend-sec::after{
    content: '2TT';
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    font-size: 18rem;
    font-weight: 700;
    color: rgba(20, 162, 221, 0.05);
    line-height: 1;
    pointer-events: none;
    letter-spacing: -.02em;
}
/*----end promo page---*/
/*----post details-----*/
.post-detl-content a{
	color: var(--e-global-color-primary);
}
.post-detl-content a:hover{
	color: #000;
}


/*-------New Design-----*/
.angled-section, .corporate-program > .e-con-inner{
	position: relative;
    clip-path: polygon(12% 0%, 100% 0%, 90% 100%, 0% 100%);
	overflow: hidden;
	background-color: var(--e-global-color-primary);
}
.angled-section::before,
.angled-section::after,
.corporate-program > .e-con-inner::before,
.corporate-program > .e-con-inner::after{
    content: "";
    position: absolute;
    top: 0;
    width: 120%;
    height: 100%;
    z-index: 1;
}

.angled-section::before, .corporate-program > .e-con-inner::before {
    left: -5%;
/*     background: #00bcd4; */
    clip-path: polygon(0% 0%, 15% 0%, 5% 100%, 0% 100%);
}

.angled-section::after, .corporate-program > .e-con-inner::after {
    right: -5%;
/*     background: #00bcd4; */
    clip-path: polygon(100% 0%, 100% 100%, 86.5% 100%, 95% 0%);
}

.four-box-angle{
	position: relative;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	overflow: hidden;
}
.left-angle-image{
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.serving-industry > .e-con-boxed > .e-con-inner{
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    background: var(--e-global-color-secondary);
	position: relative;
	z-index: 1;
}
.serving-industry > .e-con-boxed > .e-con-inner::before,
.serving-industry > .e-con-boxed > .e-con-inner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120%;
    height: 100%;
    z-index: 1;
}

.serving-industry > .e-con-boxed > .e-con-inner::before {
    left: 0%;
    background: var(--e-global-color-primary);
    clip-path: polygon(0% 0%, 8.8% 0%, 0.5% 100%, 0% 100%);
}

.serving-industry > .e-con-boxed > .e-con-inner::after {
    right: 0%;
    background: var(--e-global-color-primary);
    clip-path: polygon(100% 0%, 100% 100%, 91% 100%, 99.5% 0%);
}
.angle-cor-box{
	transform: skewX(-5deg);
}
.angle-cor-box .elementor-image-box-wrapper{
	transform: skewX(5deg);
}

.apperal-program-abt .e-con-inner{
	background-color: #fff;
	box-shadow: 0 5px 20px rgba(27, 42, 74, 0.1);
}
.right-angle-border{
	position: relative;
}
.right-angle-border::after{
	content: "";
    position: absolute;
    top: 0;
    width: 120%;
    height: 100%;
    z-index: 1;
	right: 0%;
    background: var(--e-global-color-primary);
    clip-path:polygon(100% 0%, 100% 100%, 86.4% 100%, 99% 0%);
}

/*-----20-03-2026---feedback---*/
.corporate-cunter p{
	margin-bottom: 0;
}
.serving-industry{
	background: linear-gradient(175deg, #3f3f3f 50%, #ebebeb 50%);
}


/*-----privacy-terms---------*/
.policy-content-wrap h3{
	color: var(--e-global-color-secondary);
}
.policy-content-wrap a{
	color: var(--e-global-color-primary);
	transition: 0.3s;
}
.policy-content-wrap a:hover{
	color: var(--e-global-color-secondary);
}
/*-----promo product category------*/
.tax-grid{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.tax-grid .tax-item{
	width: calc((100% - 45px) / 4);
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
}
.tax-grid .tax-item .tax-img{
	overflow: hidden;
	height: 200px;
}
.tax-grid .tax-item .tax-img img{
	transition: 0.3s;
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.tax-grid .tax-item .tax-title{
	margin: 0;
	color: var(--e-global-color-secondary);
	padding: 12px 0;
}
.tax-grid .tax-item:hover .tax-img img{
	transform: scale(1.05);
}

/*-----fAQ-----*/
.faq-acc .e-n-accordion-item{
	background: #fff;
}

/*----service pages---*/
.digitizing-list h4{
	min-width: 34px;
    min-height: 34px;
	line-break: 1;
	border: 1px solid var(--e-global-color-7feb18a);
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*-----Responsive------*/
@media(max-width: 1024px){
	.tax-grid .tax-item{
		width: calc((100% - 30px) / 3);
	}
}
@media(max-width: 880px){
	.angled-section, .corporate-program > .e-con-inner{
		clip-path: none;
	}
	.angled-section::before, .corporate-program > .e-con-inner::before,
	.angled-section::after, .corporate-program > .e-con-inner::after,
	.left-angle-image{
		clip-path: none;
		background: transparent;
	}
	.right-angle-border::after{
		display: none;
	}
	.tax-grid .tax-item{
		width: calc((100% - 15px) / 2);
	}
}
@media(max-width: 767px){
	.brans-img-wrap .elementor-widget-image{
		min-width: 90px;
	}
	.deliver-step-wrap::before{
		display: none;
	}
	.sport-product-slide .elementor-swiper-button{
		display: none !important;
	}
	.brans-img-wrap .elementor-widget-image img{
		width: 100px;
		height: 100px;
	}
	@media(max-width: 576px){
		.tax-grid .tax-item{
			width: 100%;
		}
	}
}



