.header-logo  img{
    width:125px;
}


 .brand-box img {
    margin: 0 auto;
    -webkit-transition: all 0.7s 
ease-in-out;
    transition: all 0.7s 
ease-in-out;
    position: relative;
                }
                .brand-box img.gray{
                    display: none;
                }
                .brand-box {
    width: 100%;
    height: auto;
                }
                .brand-box {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    text-align: center;
}
    .service-card12 .box-text {
        font-size: 14px;
        height: 130px;
        margin-bottom: 0;
    }
    
     .section-radius {
    margin: 0;
    border-radius: 0;
}

  #cpass{
             background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-image: url(https://thepixelcurve.com/html/sasmix/sasmix/assets/images/bg/feat-bg3.png);
         }
             .feat-banner {
    position: relative;
    margin-top: 30px;
}
.feat-banner .banner-img img {
    width: 100%;
    border-radius: 20px;
    height: 470px;
    -o-object-fit: cover;
    object-fit: cover;
}
.sasmix-features-section .feat-banner .banner-content {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding:30px 20px;
}
.sasmix-features-section .feat-banner .banner-content .title {
    font-size: 26px;
    color: #ffffff;
}
.sasmix-features-section .feat-banner .banner-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}

.features-item {
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    transition: all 0.3s 
linear;
 background: #ffffff;
    box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
}

.features-item .feat-icon-wrap {
    display: flex
;
    justify-content: space-between;
}

.features-item .feat-icon-wrap .icon-img {
    width: 50px;
    height: 50px;
    line-height: 56px;
    text-align: center;
    background: #0038c9;
    border-radius: 10px;
    background: linear-gradient(90deg, #5e34f1 -11.19%, #ff3964 99.51%);
    transition: all 0.3s linear;
}

.features-item .feat-icon-wrap .icon-img  i{
    color:#fff;
    font-size:22px;
}
.features-item:hover .feat-icon-wrap .icon-img {
    transform: rotateY(180deg);
}
.features-item{
    border:1px solid #eee;
}
.features-item:hover{
 border-color: #0038c9;
}

.features-item .feat-icon-wrap .icon-right {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
}
.features-item .feat-icon-wrap .icon-right svg {
    fill: #001F3F;
}
.features-item .feat-content .title {
    font-size: 24px;
    line-height: 30px;
  
    margin-top: 15px;
}

.features-item .feat-content .title a{
      color: #001F3F;
}
.features-item .feat-content p {
    font-size: 16px;
    line-height: 26px;
   margin-bottom:0;
}
.features-item .feat-content .title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
}
 .industries-area .industries-content .default-btn {
  margin: 18px auto -6px;
  display: table;
}
.industries-area .industries-content .industries-item {
  margin-top: 15px;
  padding-left:0;
}
.industries-area .industries-content .industries-item li {
  font-size: 13px;
  font-weight: 600;
  color: #212121;
  
  margin-bottom: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  position: relative;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  list-style:none;
}
.industries-area .industries-content .industries-item li i {
  position: absolute;
  top: 13px;
  left: 12px;
  color: #0038c9;
}
.industries-area .industries-list-tab .tabs{
    padding-left:0;
}
.industries-area .industries-list-tab .tabs li {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0 0 60px;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 20px;
    display: list-item;
    list-style: none;
}
.industries-area .industries-list-tab .tabs li:last-child {
  margin-bottom: 0;
}
.industries-area .industries-list-tab .tabs li a {
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    display: block;
}
.industries-area .industries-list-tab .tabs li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  /*background-color: #0038c9;*/
  background: linear-gradient(90deg, #5e34f1 -11.19%, #ff3964 99.51%);
  z-index: -1;
  border-radius: 60px 0 0 60px;
  transition: all 0.5s;
}
.industries-area .industries-list-tab .tabs li i {
    position: absolute;
    left: 15px;
    top: 32px;
    font-size: 36px;
    color: #0038c9;
    line-height: 1;
    transition: all 0.5s;
}
.industries-area .industries-list-tab .tabs li h3 {
  transition: all 0.5s;
}
.industries-area .industries-list-tab .tabs li h3 {
    transition: all 0.5s;
    font-size: 18px;
    margin-bottom: 0;
}
.industries-area .industries-list-tab .tabs li span {
    margin-bottom: 0;
    display: block;
    transition: all 0.5s;
    color: #4d4d4d;
    font-size: 14px;
}
.industries-area .industries-list-tab .tabs li:hover i {
  color: #ffffff;
  transform: rotate(360deg);
}
.industries-area .industries-list-tab .tabs li:hover h3 {
  color: #ffffff;
}
.industries-area .industries-list-tab .tabs li:hover span {
  color: #ffffff;
}
.industries-area .industries-list-tab .tabs li:hover a {
  right: 20px;
}
.industries-area .industries-list-tab .tabs li:hover::before {
  width: 100%;
  border-radius: 60px 0 0 60px;
}
.industries-area .industries-list-tab .tabs li.current i {
  color: #ffffff;
  transform: rotate(360deg);
}
.industries-area .industries-list-tab .tabs li.current h3 {
  color: #ffffff;
}
.industries-area .industries-list-tab .tabs li.current span {
  color: #ffffff;
}
.industries-area .industries-list-tab .tabs li.current a {
  right: 20px;
}
.industries-area .industries-list-tab .tabs li.current::before {
  width: 100%;
  border-radius: 60px 0 0 60px;
}
.industries-area .industries-img {
  text-align: center;
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

.industries-content h3{
    font-size:22px;
}
 .how-work-item {
    position: relative;
    background-color: #f4f6f8;
    border-radius: 30px 30px 30px 0;
    padding: 30px 30px 60px 30px;
    z-index: 1;
}

.how-work-item::before{
	content: '';
	position: absolute;
	bottom: -50%;
	right: 0;
	transform: translateY(20%);
	background: url('../img/how-work-box-arrow-1.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto;
	width: 137px;
	height: 137px;
}

.how-it-work .col-lg-3:last-child .how-work-item::before{
	display: none;
}

.how-it-work .col-lg-3:nth-child(even) .how-work-item::before{
	bottom: auto;
	top: -50%;
	background: url('../img/how-work-box-arrow-2.svg');
	transform: translateY(-20%);
	background-repeat: no-repeat;
}

.how-it-work .col-lg-3:nth-child(even) .how-work-item{
	padding: 60px 30px 30px 30px;
	margin-top: 140px;
}

.how-work-no{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	background-color: #0038c9;
	border: 8px solid #fff;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.how-work-item:hover .how-work-no{
	background-color: var(--primary-color);
}

.how-it-work .col-lg-3:nth-child(even) .how-work-no{
	bottom: auto;
	top: 0;
	transform: translate(-50%, -50%);
}

.how-work-no h3{
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	color: #ffffff;
	margin-bottom:0;
}

.how-work-item .icon-box{
	margin-bottom: 20px;
}

.how-work-item .icon-box img{
	max-width: 40px;
}

.how-work-content h3{
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.how-work-content p {
    margin: 0;
    line-height: 24px;
    font-size: 15px;
}

   #continueslider{
        .service-item {
    background: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 10px;
    margin-top: 30px;
    width:auto;
    gap: 10px;
}
.tp-slide-transtion {
    transition-timing-function: linear;
}
.tp-brand-slide-element {
    width: auto;
    display: inline-block;
}
.service-item .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: #0038c9;
    border: 0;
}
.service-item .icon img{
    width:auto;
    max-width: 24px;
}
.service-item .content {
    flex: 1;
    margin-left: 0;
    padding:0 7px;
}
.service-item .content .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom:0;
    color: #001F3F;
    transition: all 0.3s 
linear;
}
    }
    
      .service-wrap {
    overflow: hidden;
   
}

.th-btn  {
   
   background: linear-gradient(90deg, #0050F2 0%, #019EED 100%);

   
}

#continueslider  .service-item .icon  {
   
    background: linear-gradient(90deg, #5e34f1 -11.19%, #ff3964 99.51%);
   
}






/*===========New Section Section Desgin===============*/

  
               /* -------------------------
   IMAGE WRAPPER + HOVER
-------------------------- */
.img_service {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.img_service img {
    width: 100%;
    transition: transform .5s ease;
}

/* Black Overlay */
.img_service::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .5s ease;
    border-radius: 10px;
    z-index: 1;
}

/* Hover Effects */
.lt-service-sec-2:hover .img_service::before {
    transform: scaleY(1);
    transform-origin: bottom;
}

.lt-service-sec-2:hover .img_service img {
    transform: scale(1.05);
}

/* -------------------------
   CONTENT CARD
-------------------------- */
.content_service {
    text-align: center;
    margin-top: -25px;
    position: relative;
}

.content_service .icon-box {
    position: absolute;
    top: -70px;
    right: 20px;
    width: 70px;
    height: 70px;
    background: #0038c9;
    background: linear-gradient(90deg, #5e34f1 -11.19%, #ff3964 99.51%);
    /*background: linear-gradient(90deg, #5e34f1 -11.19%, #ff3964 99.51%);*/
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    z-index: 2;
}

.icon-box i {
    font-size: 36px;
    color: #fff;
    transition: all .3s ease;
}

/* Icon Rotate */
.lt-service-sec-2:hover .icon-box i {
    color: #0038c9;
    transform: rotateY(360deg);
}

/* Background Card */
.blurb-box {
    background: #fff;
    margin: 20px;
    margin-top: -20px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 60px rgba(0,0,0,.07);
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    z-index: 1;
}

.blurb-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #0038c9;
    background: linear-gradient(90deg, #5e34f1 -11.19%, #ff3964 99.51%);
    transform: scaleY(0);
    transform-origin: top;
    transition: all .5s ease;
    z-index: 0;
}

/* Title */
.blurb-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    color: #0b1422;
    transition: all .5s ease;
    width:fit-content;
    overflow: hidden;
    margin:0 auto;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.blurb-title::before,
.blurb-title::after {
    content: "";
    height: 2px;
    width: 0;
    background: rgba(255,255,255,.9);
    position: absolute;
    bottom: 0;
    transition: all .5s ease;
}

.blurb-title::before { left: 50%; }
.blurb-title::after  { right: 50%; }

/* Description */
.blurb-desc {

    position: relative;
    z-index: 1;
    transition: all .5s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom:0;
    
}

/* Hover Effects on Box */
.lt-service-sec-2:hover .blurb-box::after {
    transform: scaleY(1);
}

.lt-service-sec-2:hover .blurb-title,
.lt-service-sec-2:hover .blurb-desc {
    color: #fff;
}

.lt-service-sec-2:hover .blurb-title::before,
.lt-service-sec-2:hover .blurb-title::after {
    width: 100%;
}

.lt-service-sec-2:hover .icon-box {
    background: #fff;
}

       