
/****** header style ********/
.logo-slogan{
color: #fb0000;
font-size: 16px;
font-weight: 400;
margin-top: 7px;
text-align: end;
}
.maintext{
font-size:10px!important;
    color:#fff!important;
}

.ab-img{
	max-width: 93%;
border-radius: 20px 20px 20px 20px;

}
.lg-img{
	
border-radius: 100px 100px 100px 100px;
box-shadow: 0 0 15px #151509;
}

.key-wd{
	font-size:18px;
}
.wel-tt{
	font-size:24px;
}

.car-img{
	border-radius: 45px 276px 20px 309px;
}
.mb-car{
	margin-bottom: 0;
}
.mg-p{
	
  margin-bottom: 0;
}

.vw span {
	background: -webkit-linear-gradient(bottom, #ff4e3c 0%, #ff653c 69%, #ff7c3c 100%);
	background: #f00000;
	color: #fff;
	
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 8px;
	margin-right: -3px;
	padding: 0 6px 1px 5px;
	position: relative;
	-webkit-transform: skew(-14deg);
	-ms-transform: skew(-14deg);
	transform: skew(-14deg);
}

.hero-bg p {
	text-align:justify;
}

.ct-wh{
	max-width:100% !important;
}

 .lsms {
    background-image: url(../img/banner/work-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
  }
  .lsms::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4d8d8c7;
  content: '';
  }
.review-ban {
    background-image: url(../img/banner/review-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
  }
  .review-ban::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4d8d8ba;
  content: '';
  }
  
  .f-ban {
    background-image: url(../img/banner/footer-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
  }
  .f-ban::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffe0;
  content: '';
  }

  .ab-banner {
    background-image: url(../img/banner/work-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
	object-fit:cover;

  }
  .ab-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff8c;
  content: '';
  }
  .plan-description p{
  color: #553434;
  text-align:justify;
  }
  
  .plan-name h6{
	  color: #553434;
	  margin-top: 0.5em;
	  
  }

  /*** scroll start ****/

.scroller {
  width: 100%;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, black, white 20%, #2f0909 80%, #000000fa);

}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
	width: auto;
height: 275px;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 60s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 20s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* general styles */

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}



.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

/* for testing purposed to ensure the animation lined up correctly */
.test {
  background: red !important;
}
/*** scroll end ****/
.ct-mg{
	margin-top: 40px;
}
.fs-40 img{
	width: 75% !important;
}

.hero-bg p {
	color: #ced8e6;
}

@media (max-width: 1024px){
	.page_slider .flexslider .slides li.flex-slide {
  min-height: 503px !important;
}

.key-wd {
  font-size: 15px;
}
.wel-tt {
  font-size: 21px;
}
.s-py-60 > [class*="container"] {
  padding-bottom: 0 !important;
}
.s-pt-60 > [class*="container"] {
  padding-top: 13px !important; 
}

.car-img {
  border-radius: 60px 265px 175px 438px;
}
	.pricing-plan {
  
  padding: 10px 30px !important;
	}
	.d-mb{
		display:none;
	}
	a.logo img {

  max-height: 66px !important;
}
	a.logo .logo-text {
  font-size: 14px!important;
padding: 0 3px !important;
  color: #01204c!important;
}
.s-overlay.ds.ms::before {
  background-color: #fbfcf9 !important;
}	
	.logo-slogan {
  color: #fb0000;
  font-size: 10px;
  font-weight: 400;
  margin-top: -4px;
	}
	
	
	
}