/* .mynav{
    display: flex;
    justify-content: flex-end;
}
.nav-item{
    margin: 0px 10px;
}
.nav-item a{
    margin: 0px 10px;
    color: black !important;
    font-weight: 600;
} */





/* Please ❤ this if you like it! */


/* ========================================= * 
		        BEST VIEWED FULLSCREEN
   https://codepen.io/ig_design/full/NWxwBvw
 * ========================================= */
 @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

 body{
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
     font-size: 15px;
     line-height: 1.7;
     color: #343434;
     background-color: #f1f2f6;
     overflow-x: hidden;
 }
 a {
     cursor: pointer;
 }
 a:hover {
     text-decoration: none;
 }
 
 .section{
   position: relative;
   width: 100%;
   display: block;
 }
 .full-height{
   min-height: 100vh;
 }
 .over-hide{
   overflow: hidden;
 }
 .padding-tb{
   padding: 70px 0;
 }
 [type="radio"]:checked,
 [type="radio"]:not(:checked){
   position: absolute;
   left: -9999px;
 }
 .checkbox:checked + label,
 .checkbox:not(:checked) + label{
   position: relative;
   cursor: pointer;
   margin: 0 auto;
   text-align: center;
   margin-right: 16px;
   margin-left: 6px;
   display: inline-block;
   width: 50px;
   height: 50px;
   border: 3px solid #bdc3c7;
   background-size: cover;
   background-position: center;
   box-sizing: border-box;
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
   /* background-image: url('https://assets.codepen.io/1462889/sl1.jpg'); */
   background-image: url('../images/mainBanner/ADHO.jpg');
   animation: border-transform 6s linear infinite alternate forwards;
     -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
     animation-play-state: paused;
 }
 .checkbox.scnd + label{
   background-image: url('../images/mainBanner/Allana.jpg');
 }
 .checkbox.thrd + label{
   background-image: url('../images/mainBanner/Creative\ car\ care.jpg');
 }
 .checkbox.foth + label{
   background-image: url('../images/mainBanner/Good\ stuff.jpg');
 }
 .checkbox.fifth + label{
   background-image: url('../images/mainBanner/PBC.jpg');
 }
 .checkbox.six + label{
   background-image: url('../images/mainBanner/Testmate.jpg');
 }
 
 .checkbox:checked + label{
   box-shadow: 0 8px 25px 0 rgba(16,39,112,.3);
   transform: scale(1.3);
     -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
     animation-play-state: running;
     border: 3px solid #0091FF;
 }
 @keyframes border-transform{
   0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
   14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
   28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
   42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
   56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
   70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
   84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
 }
 
 .slider-height-padding {
   padding-top: 640px;
   /* padding-top: 440px; */
   display: flex;
   justify-content: center;
 }
 
 ul {
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   width: 100%;
   z-index: 100;
   padding: 0;
   margin: 0;
   list-style: none;
 }
 ul li {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   display: block;
   z-index: 100;
   padding: 0;
   margin: 0;
   list-style: none;
   height: 600px;
   /* border: 5px solid #bdc3c7; */
   border: 5px solid #0091FF;
   background-size: cover;
   background-position: center;
   /* background-image: url('https://assets.codepen.io/1462889/sl1.jpg'); */
   /* background-image: url('../images/mainBanner/Bajaj_banner.jpg'); */
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center !important;
   border-radius: 50%;
   box-sizing: border-box;
   font-family: 'Poppins', sans-serif;
   font-weight: 900;
   font-size: 16px;
   letter-spacing: 2px;
   line-height: 2.7;
   color: #343434;
   writing-mode: vertical-rl;
   opacity: 0;
   pointer-events: none;
   box-shadow: 0 8px 25px 0 rgba(16,39,112,.1);
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
   /* height: 80vh; */
   /* object-fit: cover; */
 }
 /* .heightimg{
	border: 2px solid red;
	width: 1350px;
 } */
 .heightMainImage{
	width: 100%;
	height: 100%;
 }
 ul li span {
   mix-blend-mode: difference;
 }
 /* ul li:nth-child(2) {
   background-image: url('../images/mainBanner/allana_banner.jpg');
 }
 ul li:nth-child(3) {
   background-image: url('../images/mainBanner/testmate_banner3.jpg');
 }
 ul li:nth-child(4) {
   background-image: url('../images/mainBanner/paybycal_banner.jpg');
 }
 ul li:nth-child(5) {
   background-image: url('../images/mainBanner/paybycal_banner.jpg');
 }
 ul li:nth-child(6) {
   background-image: url('../images/mainBanner/paybycal_banner.jpg');
 } */
 
 
 .checkbox.frst:checked ~ ul li:nth-child(1) {
   opacity: 1;
   pointer-events: auto;
   border-radius: 16px;
 }
 .checkbox.scnd:checked ~ ul li:nth-child(2) {
   opacity: 1;
   pointer-events: auto;
   border-radius: 16px;
 }
 .checkbox.thrd:checked ~ ul li:nth-child(3) {
   opacity: 1;
   pointer-events: auto;
   border-radius: 16px;
 }
 .checkbox.foth:checked ~ ul li:nth-child(4) {
   opacity: 1;
   pointer-events: auto;
   border-radius: 16px;
 }
 .checkbox.fifth:checked ~ ul li:nth-child(5) {
   opacity: 1;
   pointer-events: auto;
   border-radius: 16px;
 }
 .checkbox.six:checked ~ ul li:nth-child(6) {
   opacity: 1;
   pointer-events: auto;
   border-radius: 16px;
 }
 
 .logo {
     position: absolute;
     top: 30px;
     right: 30px;
     display: block;
     z-index: 100;
     transition: all 250ms linear;
 }
 .logo img {
     height: 46px;
     width: auto;
     display: block;
 }
 
 
 
 @media (max-width: 767px) {
   .slider-height-padding {
     padding-top: 340px;
   }
   ul li {
     height: 300px;
     font-size: 13px;
     letter-spacing: 1px;
   }
 }
 
 @media (max-width: 575px) {
   .slider-height-padding {
     padding-top: 240px;
   }
   ul li {
     height: 200px;
   }
 }


#filter li .current {
  color: #0091FF !important;
}

.slidenewsection{
  margin-bottom: 70px !important;
}

.iconsDiv{
  /* border: 2px solid black; */
  width: 60px !important;
  height: 60px !important;
  margin-bottom: 10px;
}
.iconsDiv img{
  width: 100%;
    height: 100%;
}



/* #client-img{
  filter: grayscale(100%);
}
#client-img:hover {
filter: grayscale(0%) !important;
} */

.mainrow{
  /* border: 2px solid black; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;

  /* incase img reduce  */
  /* remove justify-content and add gap 40px  */
}
.mainrowdiv{
  /* border: 2px solid red; */
  width: 150px;
  height: 150px;
}
.mainrowdiv img{
  width: 100%;
  height: 100%;
} 
.upperclientDiv{
  /* border: 2px solid black; */
  width: 80%;
  margin: auto;
}
.clientsection{
  margin-top: 50px;
}
/* .section-header-text{
  border: 1px solid black;
}
.section-header-text:hover{
  border: 2px solid red !important;
} */

.featuredmain{
  /* border: 2px solid red; */
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: black; */
}

.tt-pn-image{
  border: 2px solid red !important;
}



/* feature css */

.tt-page-nav {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
@media screen and (max-width: 1900px) and (min-width: 1024px) {
	.tt-page-nav {
		width: 50vw;
	}
}

/* Page nav link */
.tt-pn-link {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	overflow: hidden;
}

/* Page nav title */
.tt-pn-title {
	position: relative;
	display: block;
	left: 50%;
	font-size: clamp(42px, 6vw, 110px);
	font-weight: bold;
	font-weight: 500;
	/* color: black; */
	color: #0091FF;
	/* color: white !important; */
	line-height: 1.6;
	opacity: .4;
	white-space: nowrap;
	transform: translate3d(-50%, 0, 0);
	transition: transform .6s cubic-bezier(0.51, 0.57, 0.17, 1);

	/* Ellipsis */
	overflow: hidden;
	text-overflow: ellipsis;
} 
.tt-pn-hover-title {
	position: absolute;
	left: 50%;
	font-size: clamp(36px, 6vw, 110px);
	font-weight: bold;
	font-weight: 500;
	/* color: black ; */
	color: #0091FF ;
	/* color: white !important ; */
	line-height: 1.6;
	white-space: nowrap;
	transform: translate3d(-50%, 100%, 0);
	transition: transform .6s cubic-bezier(0.51, 0.57, 0.17, 1);
}
@media (max-width: 1024px) {
	.tt-pn-title:hover {
		opacity: 1;
	}
	.tt-pn-hover-title {
		display: none;
	}
}

@media (min-width: 1025px) {
	.tt-pn-link:hover .tt-pn-title {
		transform: translate3d(-50%, -100%, 0);
		transition-delay: 0.1s;
	}
	.tt-pn-link:hover .tt-pn-hover-title {
		transform: translate3d(-50%, 0, 0);
		transition-delay: 0.1s;
	}

	/* If the hover title is cloned (have multiple <span>'s) then animate it */
	.tt-page-nav .tt-pn-hover-title span {
		display: inline-flex;
		align-items: center;
		padding-right: 5vw;
		animation: marquee 3s linear infinite;
		animation-play-state: paused;
	}
	.tt-page-nav .tt-pn-link:hover .tt-pn-hover-title span {
		animation: marquee 3s linear infinite;
		animation-play-state: running;
	}
	@-webkit-keyframes marquee {
		from { transform: translateX(0); }
		to { transform: translateX(-100%); }
	}
	@keyframes marquee {
		from { transform: translateX(0); }
		to { transform: translateX(-100%); }
	}
}

/* Page nav hover title separator (dot) */
.tt-pn-hover-title span::after {
	position: absolute;
	display: block;
	content: "";
	right: 1.9vw;
	top: 56%;
	width: .8vw;
	height: .8vw;
	background-color: #0091FF;
	border-radius: 100px;
	transform: translate3d(0, -50%, 0);
}

/* Page nav subtitle */
.tt-pn-subtitle {
	margin-top: 20px;
	font-size: calc(16px + 0.1vw);
	color: #0091FF !important;
}

/* Page nav image */
.tt-page-nav .tt-pn-image {
	display: none; 
  /* disabled by default */
}
.tt-pn-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* z-index: -1; */
}
.tt-pn-image::before {
	position: absolute;
	display: block;
	content: "";
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #040404;
	/* background-color: red; */
	opacity: .1;
}
.tt-pn-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

#magic-cursor.tt-pn-hover-on {
	z-index: -1;
}
#magic-cursor.tt-pn-hover-on #ball {
	overflow: hidden;
	border: none !important;
}

/* Video */
video.tt-pn-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Page nav styles 
=================== */
/* Style stroke (no effect on small screens) */
@media (min-width: 1025px) {
	.tt-page-nav.tt-pn-stroke .tt-pn-title {
		font-weight: bold;
		font-weight: 800;
		opacity: .6;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: black;
		-webkit-text-fill-color: transparent;
	}

	/* If Firefox */
	body.is-firefox .tt-page-nav.tt-pn-stroke .tt-pn-title {
		-webkit-text-stroke-width: 2px;
	}
}

.tt-pn-link:hover .tt-pn-image{
  display: block;
}





.tt-scrolling-text {
	display: flex;
	position: relative;
	pointer-events: none;
}
.tt-scrolling-text2 {
	display: flex;
	position: relative;
	pointer-events: none;
}

.tt-scrolling-text-inner {
	padding-left: 2vw;
	font-size: 7.5vw;
	line-height: 1.1;
	font-weight: bold;
	font-weight: 500;
	color: black;
	white-space: nowrap;
	animation-name: tt_scrolling_text !important; 
	animation-timing-function: linear !important; 
	animation-iteration-count: infinite !important; 
	animation-play-state: running !important;
	/* animation-duration is handled by js. */
}
.tt-scrolling-text-inner2 {
	padding-left: 2vw;
	font-size: 7.5vw;
	line-height: 1.1;
	font-weight: bold;
	font-weight: 500;
	color: black;
	white-space: nowrap;
	animation-name: tt_scrolling_text !important; 
	animation-timing-function: linear !important; 
	animation-iteration-count: infinite !important; 
	animation-play-state: running !important;
	/* animation-duration is handled by js. */
}

.tt-scrolling-text-inner:after {
	content: attr(data-text);
}
.tt-scrolling-text-inner2:after {
	content: attr(data-text);
}


@keyframes tt_scrolling_text {
	0% { transform: translateX(0) }
	100% { transform: translateX(-50%) }
}



/* Animation direction reverse. */
.tt-scrolling-text.scr-text-reverse .tt-scrolling-text-inner {
	animation-direction: reverse !important;
}
.tt-scrolling-text2.scr-text-reverse .tt-scrolling-text-inner2 {
	animation-direction: reverse !important;
}



/* Scrolling text styles 
========================= */
/* Style stroke */
@media (min-width: 1025px) {
	.tt-scrolling-text.scr-text-stroke .tt-scrolling-text-inner {
		font-weight: bold;
		font-weight: 700;
		color: transparent;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #0091FF;
		/* -webkit-text-stroke-color: red; */
		-webkit-text-fill-color: transparent;
	}
	.tt-scrolling-text2.scr-text-stroke .tt-scrolling-text-inner2 {
		font-weight: bold;
		font-weight: 700;
		color: transparent;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #0091FF;
		-webkit-text-fill-color: transparent;
	}
}

.tt-section-inner2{
  /* background-color: black !important; */
  /* border: 2px solid red; */
  padding-bottom: 100px 
}


@media (min-width:1800px){
	.slider-height-padding {
		padding-top: 742px !important;
		display: flex;
		justify-content: center;
	}
}


.myheader{
	/* border: 2px solid red !important; */
	display: block !important;
	padding: 0px 10px;
}

.pixlogo{
	width: 100%;
}
.myheader2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* modal css */
/* .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
  }

  .modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	text-align: center;
	z-index: 100;
  }

  .modal-close {
	cursor: pointer;
	font-size: 28px;
	color: #333;
	position: absolute;
	top: -1px;
	right: 20px;
	z-index: 100;
  }

  .modalimg{
	width: 70%;
  } */


  /* .tt-ol-menu-list > li > a, .tt-ol-menu-list > li > .tt-ol-submenu-trigger > a {
    position: relative;
    display: inline-block;
    font-size: clamp(34px, 3.2vw, 62px);
    font-weight: bold;
    font-weight: 600;
    line-height: 1.2;
    color: #eaeaea !important;
    transition: opacity 0.3s ease-in-out;
} */


.saumenu{
	background-color: brown;
	width: 100%;
	height: 100vh;
}