html{
        overflow-x: hidden;
}
body{
    margin: auto;
    overflow-x: hidden;
font-family: "Inter", sans-serif !important;
    
}

p{
    margin-bottom: 0;
}



.social_chat_block {
    border: 1px solid #23537c;
    border-radius: 30px;
    width: 172px;
    position: fixed;
    bottom: 10px;
    right: 2%;
    background: #ffffff;
    /* border: solid 1px #58585c24; */
    z-index: 9;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    padding-left: 25px;
    /* transform: skewX(-15deg); */
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* border-radius: 50px; */
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.social_chat_block span {
    font-size: 18px;
    position: relative;
     top: 3px; 
    transform: skewX(15deg);
    font-weight: 600;
    color: #23537c;
}.ftr-hand {
    width: 28px;
    transform: skewX(15deg);
    margin-left: 8px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}.social_chat_block strong img {
    width: 28px;
    float: right;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}


.float-sm-new {
   background: #0c0c16;
    /*text-transform: uppercase;*/
    padding: 8px 8px 11px 23px;
    width: 242px;
    position: fixed;
    right: -170px;
    z-index: 11;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
   top: 41%;
    height: 50px;
    text-align: left;
    line-height: 34px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

}

.float-sm-new img {
    margin-right: 15px;
    margin-left: 5px;
    width: 30px;
}

.float-instt {
   color: #fff!important;
    text-decoration: none;
    text-align: center;
    line-height: 38px!important;
    vertical-align: top!important;
    font-size: 15px;
    text-decoration: none;
}

.float-sm-new:hover {
    right: 0
}

.float-sm-new2 {
    top: calc(40% + 60px);
    /*top: 50%;*/
    background-color:#d8033d;
}

.float-sm-new2 img{
    width: 30px !important;
}
.float-sm-new3 {
    top: 320px
}

.float-sm-new4 {
    top: 375px
}










.header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 11;;
}
.main-hdr{
    width: 100%;
    float: left;
    padding-top: 52px;
  
  position: relative;
}
.logo{
    width: 100%;
    float: left;
    padding-top: 18px;
    padding-bottom: 18px;
}
.logo img{
    width: 100%;
    float: left;
    max-width: 150px;
}
.head-menu{
    
    width: 100%;
    float: left;
}
.red{
    width: auto;
    float: left;
    padding-left: 13px;
    padding-top: 4px;
}
.red img{
    width: 100%;
    float: left;
    max-width: 27px;
}

/*222*/







/* ✅ Floating small-slider aligned above active dot */


/*222*/




.owl-carousel .owl-nav.disabled {
    display: none;
}


.slider-ban .owl-dots {
    position: absolute;
    bottom: 36px;
    right: 9%;
    display: flex;
    gap: 18px;
    z-index: 10;
}
.slider-ban .owl-dots button span {
    background: white;
    width: 95px;
    height: 3px;
    display: block;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #a5a7a7;
}

.small-slider {
    position: absolute;
    bottom: 55px; /* Just above dots */
    left: 0;
    transition: left 0.4s ease;
    z-index: 20;
    width: 95px;
}


.small-slider .item {
    width: 100%;
}
.small-slider .item img {
    width: 100%;
}

.small-img {
  width: 95px !important;
  height: auto;
}
.banner {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -113px;

}
.banner img{
    width: 100%;
    float: left;
    position: relative;
}
.bnt-tex{
    width: 100%;
    float: left;
    position: absolute;
    top: 255px;
}
.bnt-tex h2,.bnt-tex h1{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 67px;
    font-weight: 400;
    line-height: 116%;
    padding-bottom: 30px;
}
.read-more {
    float: left;
}

.read-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 191px;
    height: 49px;
    padding: 0 6px 0px 13px;
    background: #FFFFFF;
    color: #F30344;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 42px;
    box-sizing: border-box;
    overflow: hidden;
    transition: color 0.3s ease;
}

/* Animated hover background */
.read-more a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #F30344;
    z-index: 0;
    transition: width 0.4s ease;
    border-radius: 42px;
}

.read-more a:hover::before {
    width: 100%;
}

/* Text should appear above background */
.read-more .btn-text,
.read-more .cir {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, background 0.3s ease;
}

/* On hover, change text and .cir styles */
.read-more a:hover .btn-text {
    color: #FFFFFF;
}

.read-more a:hover .cir {
    background: #FFFFFF;
}

/* Circle arrow container */
.read-more .cir {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #F30344;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Arrow image */
.read-more .cir img {
    max-width: 12px;
    width: 100%;
    height: auto;
    transition: filter 0.3s ease;
}

/* Optional: Invert arrow color on hover (if using a red arrow image) */
.read-more a:hover .cir img {
    filter: invert(1);
}





.section2{
    width: 100%;
    float: left;
    padding: 146px 0;
}
.stin-main{
    width: 100%;
    float: left;
}
.allbx{
    float: left;
    background: #F30344;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.stion-allbx h6{
    width: auto;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 16px;
}
.stion-allbx{
    width: 16%;
    float: left;
}
.section2-pera{
    width: 84%;
    float: left;
    padding-left: 63px;
    margin-top: -11px;
}

.section2-pera1 {
  padding-bottom: 36px;
  width: auto;
  float: left;
  border-bottom: 1px solid #D7D7D7;
}

.section2-pera1 span {
  font-size: 37px;
  font-weight: 400;
  line-height: 151%;
  transition: color 0.3s ease;
}

.section2-pera1 p {
  float: left;
  width: 100%;
  font-size: 42px;
  font-weight: 400;
  line-height: 140%;
  color: #575757;
}







.cound{
    width: auto;
    float: left;
    padding-top: 45px;
    padding-right: 118px;

}
.cound h4{
    width: 100%;
    float: left;
    text-align: left;
   
    margin-bottom: 0;

    
}
.cound h5{
    width: 100%;
    float: left;
    text-align: left;
    color: #606060;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}



.counter-box {
    /* font-size: 75px; */
    /* font-weight: 600; */
    height: 84px;
    display: inline-flex
;
    align-items: flex-start;
    /* white-space: nowrap; */
    /* font-variant-numeric: tabular-nums; */
    gap: 0;
    overflow: hidden;
    /* background: linear-gradient(to bottom, #80C747 0%, #343E2C 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    user-select: none;
    position: relative;
}
.number-block {
    display: flex
;
    flex-direction: column;
    transition: transform 2.5s ease-in-out;
    padding: 0;
    margin: 0;
}
.suffix-container {
    font-weight: 400;
    font-size: 80px;
    background: #DC093E;
    background: linear-gradient(246deg, rgba(220, 9, 62, 1) 0%, rgba(101, 9, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.suffix-container span {
    margin-left: 0.02em;
}



.number-block div {
    font-size: 80px;
    font-weight: 400;
    background: #DC093E;
background: linear-gradient(246deg, rgba(220, 9, 62, 1) 0%, rgba(101, 9, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 100px;
    display: flex;
    overflow: hidden;
    gap: 0;
    position: relative;
}



.counter-box {  
}
.digit-wrapper {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    height: 100px;
    min-width: 1ch;
}
.digit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 1s ease-in-out;
}
.digit div {
    height: 100px;
    line-height: 100px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #DC093E;
background: linear-gradient(246deg, rgba(220, 9, 62, 1) 0%, rgba(101, 9, 30, 1) 100%);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.digit-wrapper {
    display: inline-flex
;
    position: relative;
    overflow: hidden;
    height: 100px;
    min-width: 1ch;
}
.suffix {
    display: inline-block;
    margin-left: 7px;
    /* position: relative; */
    margin-top: 15px;
}
.section3{

    width: 100%;
    float: left;
    background: #060606;
    padding-top: 165px;
    padding-bottom: 99px;
    position: relative;
    overflow: hidden;
}
.s3-innsideimg {
  width: auto;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
}

.s3-innsideimg svg {
  width: 690px;
  float: left;
}

.cls-2 {
  stroke: #870927;
  fill: transparent;
  transition: fill 3s ease-in-out, stroke 3s ease-in-out;
}

.s3-innsideimg:hover .cls-2 {
  fill: #f30344;
  stroke: #f30344;
}



.stion3-hd{
    width: 100%;
    float: left;
}
.llsqr{
    margin-top: 4px;
    width: 13px;
    height: 13px;
    float: left;
    background: #F30344;

}
.inx-all h2{
    padding-left: 8px;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    background: #FFFFFF;
background: linear-gradient(120deg, rgba(255, 255, 255, 1) 5%, rgba(102, 102, 102, 1) 100%);
 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stion3-hd h3{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 116%;
    padding-top: 24px;
    padding-bottom: 46px;
}
.stion3-hd h3 span {
  background: linear-gradient(90deg, #ffffff, #f30344, #ffffff);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}


.body3main{
    width: 100%;
    float: left;
}
.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 544px;
}
.accordion .tabs.is-active {
    flex: 4;
    flex-shrink: 0;
}
.accordion .tabs.is-active .tab-header {
    width: 0;
    visibility: hidden;
    opacity: 0;
}


.accordion .tabs .tab-header {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    color: black;
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.accordion .tabs .tab-header .text > div {
    position: absolute;
    transform: rotate(270deg);
    transform-origin:center;
    width: 100%;
    bottom: 96px;
    font-weight: 500;
    font-size: 24px;
    color: white;
    /* line-height: 29px; */
}

.accordion .tabs .tab-header .text > section {
    position: absolute;
    transform: rotate(270deg);
    transform-origin:center;
    width: 100%;
    top: -40px;
    font-weight: 500;
    font-size: 24px;
    color: white;
    /* line-height: 29px; */
}














.accordion .tabs.is-active .tab-content {
    visibility: visible;
    opacity: 1;
}
.accordion .tabs .tab-content {
    visibility: hidden;
    opacity: 0;
    color: white;
    position: relative;
    width: 100%;
}
.accordion .tabs.is-active .tab-content .tab-content-wrapper {
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: left;
  padding: 30px 27px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url('../images/CardItem.png');
    background: #484E54;*/
background: linear-gradient(140deg, rgba(72, 78, 84, 0.93) 0%, rgba(38, 42, 41, 0.93) 100%);

}
.accordion .tabs .tab-content .tab-content-wrapper {
    position: absolute;
    z-index: 3;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s 0.3s;
}
.accordion .tabs .tab-content .tab-img {
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
}
.accordion .tabs .tab-content .tab-img img {
    width: 100%;
    height: 544px;
    object-fit: cover;
}
.accordion .tabs.is-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 2;
}
.accordion .tabs + .tabs {
    border-left: 0.1rem solid #8F8F8F;
}
.accordion .tabs2 {
    background: url(../images/wws2.webp);
    background-position: center;
}
.accordion .tabs {
    flex: 1;
   background: #65091E;
background: linear-gradient(130deg, rgba(101, 9, 30, 1) 5%, rgba(220, 9, 62, 1) 100%);

    background-size: cover;
    background-repeat: no-repeat;
   /* padding: 25px;*/
    display: flex
;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    width: 96%;
  /*  margin: 0px 2% 0px 0px;*/
}
.tab-para1 {
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    padding-bottom: 14px;
    margin-bottom: 0;
}
.tab-para {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 146%;
    margin-bottom: 0px;
}
.section4{
    width: 100%;
    float: left;
  background: #FEE8EE;
background: linear-gradient(150deg, rgba(254, 232, 238, 1) 0%, rgba(254, 232, 238, 1) 28%, rgba(252, 196, 211, 1) 70%, rgba(249, 128, 160, 1) 100%);
padding: 100px 0;
}
.section4main{
    width: 100%;
    float: left;
}
.sertion4-hd {
    width: 51%;
    float: left;
}
.s-4 h2{
background: #000000;
background: linear-gradient(100deg, rgba(0, 0, 0, 1) 0%, rgba(102, 102, 102, 1) 100%);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sertion4-hd h3{
width: 100%;
float: left;
text-align: left;
color: #060606;
font-weight: 400;
margin-bottom: 0;
font-size: 55px;
line-height: 120%;
padding-top: 24px;
}
.sertion4-hd h3 span {
 background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}










.sertion4-p {
    padding-left: 55px;
    padding-top: 60px;
    width: 49%;
    float: left;
}
.sertion4-p p{
    width: 100%;
    float: left;
    text-align: left;
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 151%;
    padding-bottom: 25px;
}
.s4-a a{
width: 161px;
height: 49px;
color: #F30344;
border: 1px solid #F30344;
background: transparent;


}
.section5{
padding: 100px 0;
    width: 100%;
    float: left;
}
.section5-hd{
    width: 100%;
    float: left;
}

.s-5 {
    display: flex;
    align-items: center;       /* Vertically center .llsqr and h2 */
    justify-content: center;   /* Horizontally center the whole block */
                  /* Space between square and text */
}

.s-5 h2{

    background: #000000;
    background: linear-gradient(100deg, rgba(0, 0, 0, 1) 0%, rgba(102, 102, 102, 1) 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.section5-hd h3{
    width: 100%;
    float: left;
    text-align: center;
    color: #060606;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 24px;
    padding-bottom: 50px;
}
.section5-hd h3 span {
background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}











.section5-fimg{
    width: 55%;
    float: left;
    position: relative;
        overflow: hidden;
}
.section5-fimg:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.section5-fimg:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}













.stn5-imgtext{
    width: auto;
    float: left;
    position: absolute;
    bottom: 0;
    left: 24px;
}
.stn5-imgtext h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 15px;

}
.stn5-imgtext p{
    width: 100%;
    float: left;
    text-align: left;
    color: #A4A4A4;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding-bottom: 24px;
}
.colorfullimg{
    width: 30%;
    float: left;
    position: relative;
    overflow: hidden;
}

.colorfullimg:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.colorfullimg:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}









.colorfullimg img{
    width: 100%;
    float: left;
    max-width: 314px;
}
.colorfullimg-atag h6 {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 13px;
}
.Frame57 {
    width: auto;
    float: left;
    position: absolute;
    left: 40px;
    top: 148px;
}
.Frame57 h5{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
}

.colorfullimg-atag{
   
    width: auto;
    float: left;
    position: absolute;
    bottom: 120px;
    left: 26px;
}
.colorfula a::before{
    border: 1px solid white;
}
.colorfula a{
background: white;
width: 123px;
height: 38px;
font-size: 13px;
}

.read-more .st-5rd {
    width: 25px;
    height: 25px;
}
/*.clier{
    padding-bottom: 55px !important;
}*/
.cints {
    width: 100%;
    float: left;
    padding-top: 55px;
}
.clints-img{
    width: 100%;
    float: left;
}
.clints-img img{
    width: 100%;
    float: none;
    margin: auto;
    display: flex;
    text-align: center;
    max-width: 90%;
}
.clint-carousel .owl-dots{
    display: none;
}
.service-carousel .owl-dots{
    display: none;
}
.cints h6{

    width: 100%;
    float: left;
    text-align: center;
    color: #060606;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 24px;
    padding-bottom: 50px;

}
.cints h6 span {
background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}


.section5-fimg img{
    width: 100%;
    float: left;
    max-width: 610px;
}
.stion5-2img{
    width: 45%;
    float: left;
    padding-left: 14px;
    overflow: hidden;
}
.Frame59:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.Frame59:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 46%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.Frame59{
    overflow: hidden;
}
.Frame59 img{
    width: 100%;
    float: left;
    max-width: 521px;
    margin-bottom: 17px;
}

.stion5-2innimg{
       /* margin-bottom: 17px;*/
}
.lift-lastimg{
    width: 70%;
    float: left;
    overflow: hidden;
    position: relative;
}
.lift-lastimg:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.lift-lastimg:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.lift-lastimg img{
    width: 100%;
    float: left;
    max-width: 860px;
    height: 390px;
    object-fit: cover;
}
.testimoni-carousel .owl-dots{
    display: none;
}
.testimoniyal{
    width: 100%;
    float: left;
    background-image: url(../images/bg222.webp);
    padding-top: 124px;
    padding-bottom: 98px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-main{
    border: 1px solid #2f1b21;
    width: 100%;
    float: left;
    padding: 35px 22px;
    background: #140609;
background: linear-gradient(170deg, rgba(20, 6, 9, 1) 0%, rgba(23, 23, 25, 1) 100%);

}
.testimonial-main p{
    width: 100%;
    float: left;
    text-align: left;
    color: #FCEAEA;
    font-size: 15px;
    font-weight: 400;
padding-bottom: 55px;
    line-height: 30px;

}
.testimonial-main img{
    width: 100%;
    float: left;
    max-width: 67px;
     margin-top: 7px;
}
.text-names{
    width: 78%;
    float: left;
    padding-left: 15px;
}
.text-names h4{
    width: 100%;
    float: left;
    text-align: left;
    color: #FCEAEA;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-top: 7px;
}
.text-names h4 span{
    font-size: 16px;
    font-weight: 300;
}
.text-names img{
    width: 100%;
    float: left;
    max-width: 85px;
    margin: 0;

}
.last-section{
    width: 100%;
    float: left;
    padding: 95px 0;
}
.last-smain{
    width: 100%;
    float: left;
    position: relative;
}
.last-smain img{
    width: 100%;
    float: left;

}

.lstbgmob{
    width: 100%;
    float: left;
    display: none;
    position: relative;
}
.lstbgmob img{
    width: 100%;
    float: left;
}



.last-section-text{
    width: auto;
    float: left;
    position: absolute;
    top: 75px;
    left: 38px;

}
.last-section-text h3{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    background: #ffffff;
background: linear-gradient(136deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 17px;
}
.last-section-text h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 500;
    line-height: 116%;
    padding-bottom: 17px;
}
.last-section-text h2 span{
    background: linear-gradient(90deg, #ffffff, #f30344, #ffffff);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}












.lst-stion a{
    width: 227px;

}
.footer{
    position: relative;
    width: 100%;
    float: left;
    background: #060606;
    padding-top: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/footer.webp');

}
/*.star-ftr{*/
/*    width: auto;*/
/*    float: left;*/
/*}*/
.star-ftr img{
    width: auto;
    float: left;
    max-width: 17px;;
}
/* ===== STAR-FTR H3 FIX ===== */
.star-ftr h3 {
    float: none !important;
    width: 100% !important;
    display: block !important;
    clear: both !important;
    font-size: 12px !important;
    font-weight: 200 !important;
    color: #a3a3a3bd !important;
    padding-left: 0px !important;
    margin-bottom: 5px !important;
    line-height: 20px !important;
}

.star-ftr {
    float: left !important;
    width: 100% !important;
    clear: both !important;
    margin-top: 10px !important;
}

.star-ftr h6 span {
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
}

@media only screen and (max-width: 767px) {
    .star-ftr h3 {
        font-size: 11px !important;
        line-height: 18px !important;
        text-align: center !important;
    }

    .star-ftr {
        text-align: center !important;
    }
}
/* ===== END STAR-FTR H3 FIX ===== */

.ftr-mainbx{
    border-top:1px solid #343434;
    border-bottom: 1px solid #343434;

}
.ftrlogo{
    width: 100%;
    float: left;
    padding: 13px 0;
    
}

.ftrlogo img{
    width: 100%;
    float: left;
    max-width: 604px;
}
.ftr-links{
 padding-left: 11px;
    width: 100%;
    float: left;
    padding-top: 47px;
}
/*updated this code with below code
reason: we need 3 col
.add-f1 {
    width: 40%;
    float: left;
}
.add-f2{
    width: 60%;
    float: left;
}
.add-f3{
    position: relative;
    width: 100%;
    float: left;
}*/
/*updated code start here*/
    .ftr-links{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    padding-top: 47px;
}

.ftr-col{
    width: calc(33.33% - 14px);
}
/*updated code end here*/


.ftr-links h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 16px;
}

.ftr-links a{
    width: 100%;
    float: left;
    text-align: left;
    color: #E3E3E3;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
     padding-bottom: 17px;
}
.ftr-links p{
    width: 100%;
    float: left;
    text-align: left;
    color: #E3E3E3;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 17px;
    line-height: 27px;
}
.ftrexh2{
    padding-top: 35px;
}
.ftrexh3{
   padding-top: 66px;
}
.copy{
    width: 100%;
    float: left;
    padding: 33px 0;
}
.copy h2{
    width: 50%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
.copy h3{
     width: 50%;
    float: left;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
.copy h3 a{
    text-decoration: none;
     color: #FFFFFF;
}
.shedow{
    width: auto;
    float: left;
    position: absolute;

}
.shedow img{
    width: 100%;
    float: left;
}
.hed2 {
    padding-bottom: 20px;
}
.inner-pagehd{
    width: 100%;
    float: left;
    padding: 65px 0;
   background: #000000;
background: linear-gradient(100deg, rgba(0, 0, 0, 0.93) 0%, rgba(92, 1, 26, 1) 55%, rgba(243, 3, 68, 1) 100%);
}
.inner-pagehd h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 0;
}
.innerpage-abt{
    padding: 60px 0;
    width: 100%;
    float: left;
}
.innerabthds{
    width: 100%;
    float: left;
}
.innerabthds h3 {
    width: 100%;
    float: left;
    text-align: center;
    color: #060606;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 30px;
}

.innerabthds h3 span {
   background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}













.innerabthds p{
    width: 100%;
    float: left;
    text-align: center;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0 144px 20px;
}
.innerabthds img {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 25px; */
    display: block;
    text-align: center;
    max-width: 1000px;
    height: 360px;
    object-fit: cover;
}
.vmv{
    background: #FEE8EE;
    background: linear-gradient(150deg, rgba(254, 232, 238, 1) 0%, rgba(254, 232, 238, 1) 28%, rgba(252, 196, 211, 1) 70%, rgba(249, 128, 160, 1) 100%);
    width: 100%;
    float: left;
    /* background: #060606; */
    padding: 50px 0;
}
.vmv-main{width: 100%;
    float: left;
    padding: 35px 22px;
    /* background: #140609; 
    *//* background: linear-gradient(170deg, rgba(20, 6, 9, 1) 0%, rgba(23, 23, 25, 1) 100%); */
}
.vmv-main p{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.vmv-main h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
}
.vmv-main img{
    width: 100%;
    float: left;
    max-width: 80px;
    filter: invert(1);
}
.whyus-bx{
    background: #060606;
    width: 100%;
    float: left;
    padding: 90px 0;
}
.whyus-hd{
    width: 100%;
    float: left;
    
}
.whyus-hd p{
    padding: 0 18%;
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.whyus-hd h2{width: 100%;float: left;text-align: center;color: #ffffff;margin-bottom: 0;font-size: 55px;font-weight: 400;padding-bottom: 30px;}
.why-innbx {

    margin-top: 30px;
    /*border-radius: 30px;*/
    padding: 30px 20px;
    width: 100%;
    float: left;
    /* border: 1px solid #bb0935; */
  }
.why-innbx img{
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: 45px;
}
.why-innbx h2{
    padding-top: 15px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
}
.why-innbx p {
    width: 100%;
    float: left;
    text-align: left;
    color: #FCEAEA;
    padding-top: 15px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}
.chingimg{
    width: 100%;
    float: left;
}
.chingimg img {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: ;
    margin-top: 123px;
}
.rit h2,
.rit p {
    float: right;
    text-align: right;
}
.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.products{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.pro-main{
    margin-bottom: 30px;
   width: 100%;
   background: #7a7a7a1c;
    float: left;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.pro-main:hover .pro-main-txt img {
    opacity: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.pro-main img {
    width: 100%;
    margin: auto;
    float: none;
    display: block;
    text-align: center;
}
.pro-main h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 8px;
   margin-bottom: 0;
}
.pro-main p {
   width: 76%;
   float: left;
   text-align: left;
   color: black;
   font-size: 16px;
   font-weight: 400;
 line-height: 151%;
}
.pro-main-txt {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 40px 30px;
    overflow: hidden;
}
.pro-main-txt img {
    position: absolute;
    width: 129px;
    float: right;
    right: -42px;
    top: 0px;
    opacity: 0.2;
}
.service-inn{
    width: 100%;
    float: left;
    padding: 60px 0;
   
}
.inner-abtimg {
    width: 100%;
    float: left;
}





.inner-abtimg img {
    width: 100%;
    max-width: 508px;
    height: 420px;   /* reduce height here */
    margin-top: 20px;
    margin-bottom: 23px;
    margin-left: 46px;
    float: right;
    object-fit: cover;
    display: block;
}

/* Apply same style to both h1 & h3 */
.inner-abtimg h1,
.inner-abtimg h3 {
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
}

/* Gradient only on span */
.inner-abtimg h1 span,
.inner-abtimg h3 span {
  background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}


@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
.inner-abtimg p {
    width:auto;
   
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
      line-height: 30px;
    margin-bottom: 0px;
}
/*homelift*/


.withkyodo{
    width: auto;
    text-align: left;

}
.inn-withkyodo {
    padding-top: 40px;
    width: 50%;
    text-align: left;
    float: left;
}
.inn-withkyodo img{
    margin-bottom: 0px;
    margin-top: 0;
     max-width: 50px;
    width: 100%;
  margin-left: 0;
  float: left;
    
   /* 
    color: #ff9752;
    color: #0070f0;*/
    
}
.benifit-mainimg {
    margin-top: 45px;
    float: right;
}
.moddrize{
    width: 100%;
    float: left;
}
.moddrize h6{
    padding-top: 50px;
    width: 100%;
    float: left;
    text-align: center;
    color: black;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 30px;
}
.inn-withkyodo h6{
 width: auto;
    float: left;
    font-size: 50px;
    font-weight: 700;
    padding-right: 19px;
    margin-bottom: 0;
    color: #45c491;
    padding-top: 15px;
}
.Benefits-product{
    width: 100%;
    float: left;
    margin-top: 40px;
    background: #65091c05;
}
.Benefits-product img {
    width: 100%;
    float: left;
    max-width: 460px;
    height: 300px;
    object-fit: cover;
}
.bnft-prdct-txt {
    padding: 80px 49px 0px 38px;
    width: 58%;
    float: left;
}
.bn-txt2 {
    padding: 45px 49px 0px 38px;
}
.bn-txt3 {
    padding: 65px 49px 0px 38px;
}

.bn-txt4 {
    padding: 57px 49px 0px 38px;
}
.bn-txt5 {
    padding: 67px 49px 0px 38px;
}
.bn-txt6 {
    padding: 20px 49px 0px 38px;
}
.tka{
    padding-top: 10px;
    width: 100%;
    float: left;
}
.tka img {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
    height: 400px;
    object-fit: cover;
}
.Mod-ele{
    width: 100%;
    float: left;
    padding-top: 45px;
}

























.Mod-ele-hdy{
    width: 100%;
    float: left;
    
}
.Mod-ele-hdy h5{
padding-top: 50px;
    width: 100%;
    float: left;
    text-align: center;
    color: black;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
   
}

.Mod-ele-hdy h5 span {
  background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}










.Mod-ele img {
    margin-bottom: 23px;
    max-width: 440px;
height: 320px;;
    float: right;
    width: 100%;
    margin-left: 46px;
    object-fit: cover;
    
}
.Mod-eleh3 h3{
padding-top: 0 !important;
}
.Mod-ele h3 {
    padding-top: 30px;
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 29px;
    font-weight: 400;
    line-height: 135%;
    padding-bottom: 15px;
}
.Mod-ele p {
    width: auto;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}




/*right*/
.Mod-ele-right{
    width: 100%;
    float: left;
    padding-top: 45px;
}


.Mod-ele-right img {
    margin-bottom: 23px;
    max-width: 440px;

    float: left;
    width: 100%;
    object-fit: cover;
    margin-right: 46px;
    
}
.Mod-ele-right h3 {
    padding-top: 30px;
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 29px;
    font-weight: 400;
    line-height: 135%;
    padding-bottom: 15px;
}
.Mod-ele-right p {
    width: auto;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.Mod-btn{
    width: 100%;
    float: left;
}


.Mod-btn .nav {
    border: 0 !important;
    background: #f40345;
    width: 36%;
    padding: 10px;
    border-radius: 10px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px !important;
    margin-bottom: 25px;
}
.Mod-btn .nav-item {
    border-radius: 10px;
}
.Mod-btn .nav-link {
    border-radius: 10px;
    background: #f40345;
    font-size: 15px;
    color: #ffffff;
    border: 0 !important;
    font-size: 15px;
 
    font-weight: 500;
}
.Mod-btn .nav-link.active {
    background:#fff;
    color: #6D6D6D;
}
.Mod-btn .nav-link {
    border-radius: 10px;
   background: #f40345;
    font-size: 15px;
     color: #ffffff;
    border: 0 !important;
    font-size: 17px;
   
    font-weight: 600;
}

.Mod-btn .tab-content p {
    padding-top: 20px;

    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.Mod-btn .tab-content img {
    float: left;
    width: 28px;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
}
.Mod-btn .tab-content h6 {
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #575757;
    padding-left: 44px;
    margin-top: -1px;
    margin-bottom: 0px;
    line-height: 30px;

}
.Mod-btn .tab-content h5 {
   color: #060606;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
    width: 100%;
    float: left;

}






















.bnft-prdct-txt h2{
width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 18px;
    margin-bottom: 0;
}
.bnft-prdct-txt p {
    width:100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 151%;
}


.benefits{
    padding-top: 75px;
}

.inn-withkyodo h5 {
   
    padding-bottom: 12px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    text-align: left;
    font-size: 19px;
    font-weight: 400;
}
.inn-withkyodo p{
    float: left;
    text-align: left;
    line-height: 27px;
}
.inn-withkyodo-text {
    float: left;
    padding-left: 0;
    width: 90%;
}



















.hm-lift{
    width: 100%;
    float: left;
    padding-top: 70px;
}
.inner-hlift {
    width: 100%;
    float: left;
}

.inner-hlift img {
    max-width: 560px;
    margin-top: 26px;
    float: right;
    width: 100%;
    margin-left: 54px;
    /* border-radius: 30px; */
}

.inner-hlift h3 {
    padding-top: 27px;
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
}
.inner-hlift p {
    width: auto;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.inner-hlift h3 span {
  background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}
.tickservice{
    width: 100%;
    float: left;
    
}
.tickservice-pfg img {
    float: left;
    width: 28px;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
}
.tickservice-pfg h4{
    width: 100%;
    font-weight: 500;
    font-size: 15px;
   color: #575757;
    padding-left: 44px;
    margin-top: 2px;
    margin-bottom: 0px;
    line-height: 30px;
}
.tickmain{
    width: 100%;
    float: left;

}
.n-esclater{
    width: 100%;
    float: left;
   
}
.n-esclater h2{
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 500;
    font-size: 32px;
    color: black;
    padding-bottom: 14px;
    margin-bottom: 0;
    line-height: 130%;
}
.n-esclater p{
  width: auto;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-right: 60px;

}
.n-esclater-main{
    padding: 60px 0;
    width: 100%;
    float: left;
    background: #FEE8EE;
    background: linear-gradient(150deg, rgba(254, 232, 238, 1) 0%, rgba(254, 232, 238, 1) 28%, rgba(252, 196, 211, 1) 70%, rgba(249, 128, 160, 1) 100%);


}
.add-peragraph{
    padding-bottom: 30px;
}

/*homelift*/













.service-hdy{
    width: 100%;
    float: left;
}
.service-hdy h2 {
    padding-top: 50px;
    width: 100%;
    float: left;
    text-align: center;
    color: #f40345;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 30px;
}
.service-hdybx {
    /*height: 150px;*/
    /* border-radius: 25px; */
    margin-bottom: 25px;
    width: 100%;
    float: left;
    border: 1px solid #a9a9a97a;
    padding: 25px 20px;
}
.service-hdybx h4 {
    margin-bottom: 0px;
    text-align: left;
    font-size: 19px;
    font-weight: 400;
}
.service-hdybx img {
    width: 100%;
    float: left;
    text-align: left;
    max-width: 45px;
   
}
.service-hdybxtxt {
    float: left;
    padding-left: 24px;
    width: 85%;
}
.service-hdybx p {
    width: 100%;
    /* float: left; */
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 24px;
}
.service-ist{
    padding: 50px 0;
    width: 100%;
    float: left;
     background-image: url(../images/bg222.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.service-ist h4{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 25px;
}
.service-ist-bxs{
   width: 100%;
    float: left;
    padding: 35px 22px;
    background: #140609;
    background: linear-gradient(170deg, rgba(20, 6, 9, 1) 0%, rgba(23, 23, 25, 1) 100%);

}
.service-ist-imgtxt img {
    width: 100%;
    max-width: 500px;
    float: left;
    height: 200px;
    object-fit: cover;
}
.service-ist-imgtxt{
    width: 100%;
    float: left;

}
.service-ist-imgtxt h2 {
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    float: left;
    text-align: left;
    margin-bottom: 0;
    padding: 20px 0;
}
.service-ist-imgtxt p{
width: 100%;
    float: left;
    text-align: left;
    color: #FCEAEA;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px;

}





.contactuspage{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.contactpagemap{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.contactpagemap h2{
    float: left;
    width: 100%;
    color: black;
    font-size: 35px;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 20px;
}







.ct-left h1 {
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 116%;
    padding-top: 24px;
    padding-bottom: 20px;
}
.ct-left h1 span {
  background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
.ct-left p {
    width: 100%;
    float: left;
    text-align: left;
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 151%;
    padding-bottom: 25px;
}
.ct-box {
    float: left;
    width: 49%;
    background: #f41e5805;
    margin-top: 10px;
    padding: 25px 20px;
   /* border-radius: 20px;*/
    margin-right: 1%;
    border: 1px solid black;
}
.ct-box img{
width: 100%;
    float: left;
    max-width: 49px;
}
.ct-box h5 {
    padding-top: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #f30344;
    width: 100%;
    float: left;
}
.ct-box h4 {
    width: 100%;
    color: #000;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    line-height: 180%;
    float: left;
}
.ct-box h4 a{
    text-decoration: none;
      color: #000;
}
.ct-right {
    margin-top: 69px;
    width: 100%;
    float: left;
    padding: 45px;
   /* border-radius: 20px;*/
    background: #060606;
    background-position: center;
}
.ct-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ct-field label {
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    float: left;
}
.ct-field input {
    width: 100%;
    float: left;
    padding: 15px;
    /*border-radius: 10px;*/
    border: 0;
    background: #fff;
    margin-top: 5px;
}
.ct-field textarea {
    height: 153px;
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 10px;
    border: 0;
    background: #fff;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}
#enroll .modal-content {
    /* background: #000; */
    background-size: cover;
    border-radius: 0px;
    background: #655F5F;
    background: #000000;
background: linear-gradient(131deg, rgba(0, 0, 0, 1) 0%, rgba(83, 5, 26, 1) 100%);
 border: none;
}
.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    z-index: 999;
    top: 15px;
    background: #500519 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}
.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 30px;
   /* border-radius: 30px;*/
}

.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.log-field label {
        margin-bottom: 10px;
    font-size: 15px;
    color: #000;
    width: 100%;
    font-weight: 500;
}
.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
   /* border-radius: 10px;*/
    font-size: 15px;
}
.log-sec p {
    font-size: 14px;
    color: #817f7f;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    float: left;
}
.mod-right {
    width: 100%;
    float: left;
    padding: 30px 30px;
}
.mod-right img{
width: 100%;
    max-width: 200px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.mod-right a {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 22px;
    color: #f30344;
    text-decoration: none;
}
.mod-right h6 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}
.time-mod {
    font-size: 20px;
    color: #b3b3b3;
    font-weight: 400;
    margin-top: 30px;
}

.addhphone{
    height: 199px;
}


@media(max-width:400px){
    
    
    .accordion .tabs.is-active .tab-content .tab-content-wrapper{
        background: #424a4f !important;
    }
.accordion .tabs .tab-content .tab-img img {
 
    height: 350px !important;
    
}

        .inn-withkyodo-text {
        width: 100% !important;
    }
.inn-withkyodo h6 {
    padding: 20px 0;
}

.Mod-btn .nav {
    width: 55% !important;
}






.service-ist h6 {
    font-size: 33px !important;
}
    .tab-para1 {
        font-size: 19px !important;
    }





.sb-star {
    top: 28px !important;
    left: 23px !important;
    position: relative !important;
}




.n-esclater h2{
    font-size: 29px;
}


    .ct-left h1 {
        font-size: 35px !important;
    }
        .ct-left h1 br{
display: none;
        }
        .inner-pagehd h2 {
        font-size: 35px !important;
    }
    .service-hdy h5 {
        font-size: 33px !important;
    }
.ftr-links a {
    
        line-height: 20px !important;
    }


.bnt-tex h2 {
        font-size: 35px !important;
    }

    .cound h5 {
        font-size: 18px !important;
    }


    .stion3-hd h3 {
        font-size: 35px !important;
    }

.sertion4-hd h3 {
        font-size: 35px !important;
    }

.section5-hd h3 {
       font-size: 35px !important;
    }
.stn5-imgtext h2 {
     font-size: 24px !important;
}

.stn5-imgtext {
    left: 15px;
}

.stn5-imgtext p br{
    display: none !important;
}

.f-60 {
    height: auto !important;
}

.f-60 h6 {
    width: 100% !important;
    padding: 30px 0 30px 6% !important;
}

.f-60-right {
    width: 100% !important;
}


.colorfullimg-atag {
   
    bottom: 105px !important;
    left: 25px !important;
}
.colorfullimg-atag h6 {
        font-size: 24px !important;
    }
.Frame57 h5 {
    font-size: 24px !important;
}


    .cints h6 {
        font-size: 40px !important;
    }


.last-section-text h2 {
        font-size: 35px !important;
    }


.copy {
    padding: 25px 0 !important;
}

    .innerabthds h3 {
        font-size: 35px !important;
    }


    .inner-abtimg h3 {
        font-size: 37px !important;
    }

.service-hdybxtxt {
    float: left;
    padding-left: 0;
    width: 100%;
    padding-top: 15px;
}

.b2-slide img {
   
    max-width: 100% !important;
    padding: 0 5px !important;
}
.mod-right {
    padding: 0;
}
.log-sec {
    margin-top: 10px;
    padding: 30px 17px;
}

.section2-pera1 span {
    font-size: 30px;
}.section2-pera1 p {
    line-height: 110%;
}
.text-names {
    width: 70%;
}
.text-names h4{
    font-size: 19px;
}
.ftr-mainbx {
       
        padding-bottom: 40px !important;
    }

.star-ftr {
    position: absolute !important;
    bottom: 93px !important;
}


.star-ftr h6 {
    
    font-size: 10px !important;
    padding-bottom: 13px !important;
   
}
.abt-hdybxtxt {
    padding-top: 15px;
    padding-left: 0 !important;
    width: 100% !important;
}



}


@media(max-width:1199px){
.service-hdybx {
    height: auto;
}
}
@media(max-width:575px){



    .float-sm-new {
        top: 40%;
    }
    .float-sm-new2 {
        /*top: 46%;*/
        top:calc(40% + 60px);
    }

.tka img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    height: 188px;
}

.Mod-ele-hdy h5{
    font-size: 35px;
    text-align: left;
}

.Mod-ele img{
    height: 291px;
   
    
    margin-left: 0;
    float: left;
    max-width: 100%;
}
.Mod-ele-right img{
    max-width: 100%;
    margin-right: 0;
    height: 291px;
}
.tickservice-pfg img {
    height: auto !important;
}







    .abt111 {
        padding-bottom: 35px !important;
    }

.add-f1 {
    width: 100%;
    padding-bottom: 30px;
}
.add-f2 {
    width: 100%;
}

.add-f2 a{
    width: 100% !important;
}

.star-ftr h6 br{
    display: none;
}


.star-ftr {
    position: absolute !important;
    bottom: 93px !important;
}


.star-ftr h6 {
    
    font-size: 10px;
    padding-bottom:26px;

}





.n-esclater p{
    padding-right: 0;
}
.n-esclater-main {
    padding: 0px 0 45px 0px;
}
.n-esclater h2 {
    padding-top: 45px;
}



.inner-hlift img {
    
    margin-top: 0px;
    float: none;
    width: 100%;
   margin: auto;
   text-align: center;
   display: block;

}
.inner-hlift h3 br{
    display: none;
}
.inner-hlift p {
    padding-bottom: 70px;
}
.inner-hlift h3{
    font-size: 40px;
    padding-top: 25px;
}






.tickservice{
    padding: 0;
}
.tickservice-hd {
    width:100% !important;
}
.tickservice-hd h2{
    text-align: left !important;
    width: 100% !important;
    font-size: 24px !important;
}
.tickservice-pfg {
    width: 100% !important;
    padding-top: 10px !important;
    padding-left: 0px !important;
}









.colorfullimg-atag{
    bottom: 100px;
}


.whyus-bx {
    padding: 50px 0;
}









.pro-main p {
    width: 100%;
}
.pro-main-txt{
    padding: 40px 23px 40px 30px;
}
    .pro-main:hover .pro-main-txt img {
        opacity: 0.2;
    }

.innerabthds img{
    height: 200px;
}
    .sertion4-hd {
    width: 100% !important;
    float: left;
}.sertion4-p {
    padding-left: 0 !important;
    padding-top: 10px !important;
    width: 100% !important;
    float: left;
}
    .f-60 h6 {
    font-size: 20px;}.f6-carousel {
    width: 29%;}.f7-carousel {
    width: 27%;}
    .ct-box {
    float: left;
    width: 49%;
    background: #f41e5805;
    margin-top: 10px;
    padding: 20px 10px;
    /* border-radius: 20px; */
    margin-right: 1%;
    border: 1px solid black;
}
    .innerabthds p {
        text-align: left;
        padding: 0px 0 30px 0px;
    }
    .inner-abtimg h3 {
   
    font-size: 45px;
        padding-top: 25px;
        padding-bottom: 25px;
}
.service-hdy h5 {
    font-size: 40px;
      text-align: left;
}

    
   
    .whyus-hd p {
        text-align: left;
    padding: 0;}
.innerabthds h3 {
    text-align: left;
    font-size: 45px;
}
.vmv-main {
    padding: 25px 0;
}
.why-innbx {
    padding: 30px 0;
    margin-top: 0;
}
.nav-dropdown{
    margin-left: 0;
}
.rit h2, .rit p {
    float: left;
    text-align: left;
}
.chingimg img{
 margin: 25px 0;;
}
.whyus-hd h2 {
    text-align: left;
    width: 100%;
    float: left;
   
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 20px;
}
.red {
    display: none;
}

    .inner-pagehd h2 {
        font-size: 40px;
    }
    .inner-abtimg img {
float: none;
margin: auto;
display: block;
text-align: center;
    }
.inner-pagehd{
    padding: 50px 0;
}

.ct-left h1{
    font-size: 45px;
}
.ct-right{
padding: 45px 30px;
    margin-top: 25px;
}
.contactpagemap h2 {
    padding-top: 0;
}

.extra-slider{
    display:none;
}
.slider-ban .owl-dots{
     display:none;
}
    .banner img {
        height: 250px;
        object-fit: cover;
    }
.bnt-tex h2 {
   font-size: 45px;

}    .bnt-tex {
    
        position: relative;
        top: unset;
        padding: 30px 0;
    }

.stion-allbx h6 {
    width: auto;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 16px;
}.section2 {
    width: 100%;
    float: left;
    padding: 65px 0;
}.number-block div {
    font-size: 50px;
}.cound h5 {
  
  font-size: 22px;
    
}
.counter-box {
    height: 60px;
}
    

.last-smain {
    display: none;
}
    .lstbgmob {
        display: block;
        padding-top: 35px;
        background: #67091d;
    }
.last-section-text {
        width: 100%;
        float: left;
        position: relative;
        top: unset;
        left: unset;
        background: #67091d;
        padding-bottom: 50px;
        /* padding-left: 25px; */
        padding-top: 40px;
    }
.ftr-mainbx {
    border-top: unset;
    padding-bottom: 45px;
}
.footer {
    padding-top: 45px;
}

.suffix-container {
    font-weight: 400;
    font-size: 50px;
    background: #DC093E;
    background: linear-gradient(246deg, rgba(220, 9, 62, 1) 0%, rgba(101, 9, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stion-allbx {
    width: 100%;
    float: left;
}.section2-pera {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 0;
    }.cound {
        width: 50%;
        float: left;
        padding-top: 36px;
        padding-right: 0%;
    }
#animated-text span {
    font-size: 28px;
}
.cnd2{
    width: 100%;
   
}
.stion3-hd h3 {
 
    font-size: 45px;
   
}
.accordion .tabs .tab-header .text > section{
    top: 28px;
}

.tab-para1{
    font-size: 22px;
}
.tab-para{
    font-size: 14px;
}
.tab-para br{
    display: none;

}

.sertion4-hd h3 br{
    display:none;
}
.sertion4-hd h3 {
    font-size: 45px;  
}
.sertion4-hd h3 br{
    display: none; 
}
.f-60 h6 {
    padding: 76px 0 76px 3%;
}
.section5-hd h3 {
      font-size: 45px;
}

.section5-fimg {
    width: 100%;
    float: left;
    position: relative;
}

.stion5-2img {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 15px;
}.stion5-2img img {
    width: 100%;
    float: left;
    max-width: 100%;
    margin-bottom: 15px;
}.colorfullimg {
    width: 100%;
    float: left;
    position: relative;
}
.f-60 h6 {
    font-size: 20px !important;
}

.f-60 h6{
    padding: 76px 0 76px 4%;
}
.colorfullimg-atag h6{
    font-size: 30px;
}
.Frame57 {
        left: 22px;
        top: 95px;
    }
.section5 {
    padding: 70px 0;
}
.testimoniyal {
    padding-top: 90px;
    padding-bottom: 85px;
}
.testimonial-main p {
    padding-bottom: 40px;
}
.testimonial-main {
    margin-bottom: 28px;
}
.clints-img img{
    max-width: 100%;
}
.cints h6 {
    font-size: 45px;
    padding-bottom: 25px;
}
.cints {
            padding-bottom: 25px;
    padding-top: 25px;
}
    .colorfullimg img {
        width: 100%;
        float: left;
        max-width: 100%;
       
        height: 320px;
        object-fit: cover;
    }.lift-lastimg {
    width: 100%;
    float: left;
    margin-top: 15px;
}.lift-lastimg img {
    width: 100%;
    float: left;
    max-width: 100%;
    height: 300px;
}.last-section-text h3{
    display:none;
}
.ftr-links{
    padding-left:0 !important;
}
.ftr-links a {
    width: 50%;}

.last-section-text h2{
    font-size: 45px;
}
    .banner {
        background: #060606;
    }


    .bnt-tex {
         background: #060606;
       
    }
.last-section {
    padding: 0;
}.copy h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}.copy h3 {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 10px;
    font-weight: 400;
}.ftrexh3 {
    padding-top: 15px;
}.ftr-links {
    padding-left: 28px;
    width: 100%;
    float: left;
    padding-top: 15px;
}    .ftrexh2 {
        padding-top: 25px;
    }


.benifit-mainimg {
    margin-top: auto;
    float: none;
}
.inn-withkyodo {
    width: 100%;
    padding-top: 0;
}
.inn-withkyodo-text {
    width: 87%;
}

.Benefits-product img{
    max-width: 100%;
}
.bnft-prdct-txt {
    padding: 20px 37px 20px 33px;
    width: 100%;
}
.moddrize h6 {
    font-size: 27px;
    text-align: left;
}



}
@media(max-width:991px){
    .red{
        display:none;
    }
}












@media(min-width:576px) and (max-width:767px){
 
.benifit-mainimg {
    margin-top: auto;
    float: none;
}
.inn-withkyodo {
    width: 100%;
}
.inn-withkyodo-text {
    width: 87%;
}

.Benefits-product img{
    max-width: 100%;
}
.bnft-prdct-txt {
    padding: 20px 37px 20px 33px;
    width: 100%;
}
.moddrize h6 {
    text-align: left;
    font-size: 30px;
}


.tka img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    height: 188px;
}

.Mod-ele-hdy h5{
    font-size: 38px;
    text-align: left;
}

.Mod-ele img{
    height: 291px;
   
    
    margin-left: 0;
    float: left;
    max-width: 100%;
}
.tickservice-pfg img {
    height: auto !important;
}
.Mod-ele-right img{
    max-width: 100%;
    margin-right: 0;
    height: 291px;
}
  .abt111 {
        padding-bottom: 35px !important;
    }
.star-ftr {
    position: absolute !important;
    bottom: 93px !important;
}


.star-ftr h6 {
    
    font-size: 10px !important;
    padding-bottom:26px !important;

}

.add-f1 {
    width: 100%;
    padding-bottom: 30px;
}
.add-f2 {
    width: 100%;
}

.add-f2 a{
    width: 100% !important;
}








.n-esclater p{
    padding-right: 0;
}
.n-esclater-main {
    padding: 0px 0 45px 0px;
}
.n-esclater h2 {
    padding-top: 45px;
}
.inner-hlift img {
    
    margin-top: 0px;
    float: none;
    width: 100%;
   margin: auto;
   text-align: center;
   display: block;

}

.inner-hlift p {
    padding-bottom: 70px;
}
.inner-hlift h3{
    font-size: 40px;
    padding-top: 25px;
}










.tickservice{
    padding: 0;
}
.tickservice-hd {
    width:100% !important;
}
.tickservice-hd h2{
    width: 100% !important;
    font-size: 35px !important;
    text-align: left !important;
}
.tickservice-pfg {
    width: 100% !important;
    padding-top: 10px !important;
    padding-left: 0px !important;
}








    .sertion4-hd {
    width: 100% !important;
    float: left;
}.sertion4-p {
    padding-left: 0 !important;
    padding-top: 10px !important;
    width: 100% !important;
    float: left;
}
    .f-60 h6 {
    font-size: 20px;}.f6-carousel {
    width: 29%;}.f7-carousel {
    width: 27%;}
    .ct-box {
    float: left;
    width: 49%;
    background: #f41e5805;
    margin-top: 10px;
    padding: 20px 10px;
    /* border-radius: 20px; */
    margin-right: 1%;
    border: 1px solid black;
}
    .innerabthds p {
        text-align: left;
        padding: 0px 0 30px 0px;
    }
    .inner-abtimg h3 {
   
    font-size: 45px;
        padding-top: 25px;
        padding-bottom: 25px;
}
.service-hdy h5 {
    text-align: left;
    font-size: 40px;
}

    
   
    .whyus-hd p {
        text-align: left;
    padding: 0;}
.innerabthds h3 {
    text-align: left;
    font-size: 45px;
}
.vmv-main {
    padding: 25px 0;
}
.why-innbx {
    padding: 30px 0;
    margin-top: 0;
}
.nav-dropdown{
    margin-left: 0;
}
.rit h2, .rit p {
    float: left;
    text-align: left;
}
.chingimg img{
 margin: 25px 0;;
}
.whyus-hd h2 {
    width: 100%;
    float: left;
  text-align: left;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 20px;
}
.red {
    display: none;
}

    .inner-pagehd h2 {
        font-size: 40px;
    }
    .inner-abtimg img {
float: none;
margin: auto;
display: block;
text-align: center;
    }
.inner-pagehd{
    padding: 50px 0;
}

.ct-left h1{
    font-size: 45px;
}
.ct-right{
padding: 45px 30px;
    margin-top: 25px;
}
.contactpagemap h2 {
    padding-top: 0;
}

.extra-slider{
    display:none;
}
.slider-ban .owl-dots{
     display:none;
}
    .banner img {
        height: 250px;
        object-fit: cover;
    }
.bnt-tex h2,bnt-tex h1 {
   font-size: 45px;

}    .bnt-tex {
    
        position: relative;
        top: unset;
        padding: 30px 0;
    }

.stion-allbx h6 {
    width: auto;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 16px;
}.section2 {
    width: 100%;
    float: left;
    padding: 65px 0;
}.number-block div {
    font-size: 50px;
}.cound h5 {
  
  font-size: 22px;
    
}
.counter-box {
    height: 60px;
}
    

.last-smain {
    display: none;
}
 .lstbgmob {
        display: block;
        padding-top: 35px;
        background: #67091d;
    }
.last-section-text {
        width: 100%;
        float: left;
        position: relative;
        top: unset;
        left: unset;
        background: #67091d;
        padding-bottom: 50px;
        /* padding-left: 25px; */
        padding-top: 40px;
    }
.ftr-mainbx {
    padding-bottom: 38px;
    border-top: unset;
}
.footer {
    padding-top: 45px;
}

.suffix-container {
    font-weight: 400;
    font-size: 50px;
    background: #DC093E;
    background: linear-gradient(246deg, rgba(220, 9, 62, 1) 0%, rgba(101, 9, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stion-allbx {
    width: 100%;
    float: left;
}.section2-pera {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 0;
    }.cound {
        width: 50%;
        float: left;
        padding-top: 36px;
        padding-right: 0%;
    }
#animated-text span {
    font-size: 28px;
}
.cnd2{
    width: 100%;
   
}
.stion3-hd h3 {
 
    font-size: 45px;
   
}
.accordion .tabs .tab-header .text > section{
    top: 28px;
}

.tab-para1{
    font-size: 22px;
}
.tab-para{
    font-size: 14px;
}
.tab-para br{
    display: none;

}

.sertion4-hd h3 br{
    display:none;
}
.sertion4-hd h3 {
    font-size: 45px;  
}
.sertion4-hd h3 br{
    display: none; 
}
.f-60 h6 {
    padding: 76px 0 76px 3%;
}
.section5-hd h3 {
      font-size: 45px;
}

.section5-fimg {
    width: 100%;
    float: left;
    position: relative;
}

.stion5-2img {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 15px;
}.stion5-2img img {
    width: 100%;
    float: left;
    max-width: 100%;
    margin-bottom: 15px;
}.colorfullimg {
    width: 100%;
    float: left;
    position: relative;
}
.f-60 h6{
    padding: 76px 0 76px 4%;
}
.colorfullimg-atag h6{
    font-size: 30px;
}
.Frame57 {
        left: 22px;
        top: 95px;
    }
.section5 {
    padding: 70px 0;
}
.testimoniyal {
    padding-top: 90px;
    padding-bottom: 85px;
}
.testimonial-main p {
    padding-bottom: 40px;
}
.testimonial-main {
    margin-bottom: 28px;
}
.clints-img img{
    max-width: 100%;
}
.cints h6 {
    font-size: 45px;
}
.cints {
    padding-bottom: 25px;
    padding-top: 25px;
}
    .colorfullimg img {
        width: 100%;
        float: left;
        max-width: 100%;
       
        height: 320px;
        object-fit: cover;
    }.lift-lastimg {
    width: 100%;
    float: left;
    margin-top: 15px;
}.lift-lastimg img {
    width: 100%;
    float: left;
    max-width: 100%;
    height: 300px;
}.last-section-text h3{
    display:none;
}
.ftr-links{
    padding-left:0 !important;
}
.ftr-links a {
    width: 50%;}

.last-section-text h2{
    font-size: 45px;
}
    .banner {
        background: #060606;
    }


    .bnt-tex {
         background: #060606;
       
    }
    .whyus-bx {
        padding: 50px 0;
    }
.last-section {
    padding: 0;
}.copy h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}.copy h3 {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 10px;
    font-weight: 400;
}.ftrexh3 {
    padding-top: 15px;
}.ftr-links {
    padding-left: 28px;
    width: 100%;
    float: left;
    padding-top: 15px;
}.ftrexh2 {
    padding-top: 15px;
}
}
@media(min-width:768px) and (max-width:991px){
  
.service-inn .col-lg-2{
    display:none;
}
.moddrize h6 {
    text-align: left;
}

.Benefits-product img {
    max-width: 100%;
}
.bnft-prdct-txt {
    padding: 24px 49px 25px 38px !important;
    width: 100% !important;
}







.inn-withkyodo {
    width: 100%;
}
.benifit-mainimg img{
    max-width: 100% !important;
    margin-left: 0 !important;
}
.benifit-mainimg {
    margin-top: 0;
    float: left;
}
.tka img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    height: 273px;
}

.Mod-ele-hdy h5{
    font-size: 38px;
    text-align: left;
}

.Mod-ele img{
    height: auto;
   
    
    margin-left: 0;
    float: left;
    max-width: 100%;
}
.Mod-ele-right img{
    max-width: 100%;
    margin-right: 0;
}
.Mod-btn .nav {
    width: 58%;
}






.service-hdy h5 {
    text-align: left;
}
.abt-hdybxtxt{
    padding-left: 0 !important;
    width: 100% !important;
    padding-top: 15px !important;
}





.whyus-hd h2 {
    text-align: left;
}
.whyus-hd p {
    padding: 0;
    text-align: left;
    
}
.innerabthds h3{
    font-size: 40px;
       text-align: left;
}
.innerabthds p{
     text-align: left;
}
.star-ftr {
    position: absolute !important;
    bottom: 71px !important;
}


.star-ftr h6 {
    
    font-size: 10px !important;
    padding-bottom:26px !important;

}


  .sb-star {
    top: 10px !important;
    left: 9px !important;
}
.sb-star img {
    max-width: 20px !important;
}


  .add-f1 {
    width: 100%;
    padding-bottom: 30px;
    } 
.add-f2 {
    width: 100%;
}
.ftrexh3 {
    padding-top: 30px;
}

.n-esclater p{
    padding-right: 0;
}
.n-esclater-main {
    padding: 0px 0 45px 0px;
}
.n-esclater h2 {
    padding-top: 45px;
}
.inner-hlift img {
    max-width: 560px;
    margin-top: 0px; 
    float: none;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
}

.inner-hlift h3 {
    padding-top: 40px;
    font-size: 50px;
}
.inner-hlift p {
    padding-bottom: 60px;
}






.tickservice-pfg{
    padding-left: 60px !important;
}
.tickservice{
    padding: 0;
}
.tickservice-hd h2{
   font-size: 40px !important;
        text-align: left !important;
}

.abt111 {
    padding-bottom: 45px !important; 
}
    .text-names {
    width: 76%;
}.footer {
        padding-top: 30px;
    }
    .ftr-mainbx {
        padding-bottom: 50px;
    border-top: unset;
}
    .f7-carousel {
    width: 29% !important;
    float: left;
    height: 150px !important;
    overflow: hidden;
}.f6-carousel {
    width: 29% !important;
    float: left;
    height: 150px !important;
    overflow: hidden;
}.f6-carousel .item img {
    width: 64px !important;
}.f7-carousel .item img {
    width: 64px !important;
}
    .f-60 h6 {
   font-size: 17px !important;
        padding: 21px 0 19px 3% !important;
   
    width: 41% !important;
   
   
}
 .lstbgmob {
        display: block;
        padding-top: 35px;
        background: #67091d;
    }

.last-smain {
    display: none;
}
.testimonial-main {
    margin-bottom: 25px;
}
.testimonial-main p {
    padding-bottom: 35px;
}
.lift-lastimg {
    width: 68%;
    float: right;
}
.section5 {
    padding: 60px 0;
}
.Frame57 {
 
    left: 24px;
    top: 85px;
}
.Frame57 h5 {
    font-size: 27px;
}.f-60 {
    background: linear-gradient(150deg, rgb(244 3 69) 0%, rgb(246 61 112) 28%, rgb(246 57 109) 70%, rgba(249, 128, 160, 1) 100% 100%);
    width: 100%;
    float: left;
    height: 150px !important;
    margin-bottom: 20px;
}
    .inner-abtimg img {
    max-width: 420px;}
    .inner-abtimg img {
    max-width: 328px;
    margin-top: 15px;
    float: right;
    width: 100%;
    margin-left: 35px;
    /* border-radius: 30px; */
}
.inner-abtimg h3 {

    font-size: 40px;
}
    .bnt-tex {
   top: 160px;
}.bnt-tex h2 {
   
   
    font-size: 45px;
    
}
.ct-left h1 {
    font-size: 45px;
}
.small-img {
    height: auto !important;
}
.banner img{
    height: 450px;
    object-fit: cover;
}.stion-allbx {
    width: 30%;
    float: left;
}    .section2-pera {
    width: 100%;
        padding-left: 0;
        margin-top: 0;
        padding-top: 25px;
    }
    #animated-text span {
        font-size: 39px;
    }

.section2 {
    padding: 70px 0;
}

       .cound {
        width: 33.3%;
        float: left;
        padding-top: 39px;
        padding-right: 6%;
    }.accordion .tabs .tab-header .text > section{
    top:0;
}
.stion3-hd h3 {
    font-size: 45px;
}
.tab-para br{
    display: none;
}
.sertion4-hd h3 br{
   display: none;
}
.sertion4-hd h3 {
    font-size: 45px;
}
.sertion4-p {
    padding-left: 39px;
     padding-top: 0px; 
}
.section5-hd h3{
    font-size: 45px;
}
.stn5-imgtext p br{
display: none;
}
.stn5-imgtext h2 {
    font-size: 25px;
}
.colorfullimg-atag {
    width: auto;
    float: left;
    position: absolute;
    bottom: 71px;
    left: 15px;
}.lift-lastimg img {
    width: 100%;
    float: left;
    max-width: 860px;
    height: 259px;
}
    
.last-section-text {
        width: 100%;
        float: left;
        position: relative;
        top: unset;
        left: unset;
        background: #67091d;
        padding-bottom: 50px;
        /* padding-left: 25px; */
        padding-top: 40px;
    }
.last-section {
    padding: 0px;
    background: #060606;
}


.last-section-text h2 {
   font-size: 45px;
}
.ftrlogo img {
  
    max-width: 300px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}.ftr-links{
    padding:0 !important;
}.ftr-links a {
    width: 50%;
}
.cints {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-pagehd h2 {
    font-size: 50px;
}

.innerabthds p {
  padding: 0 0 25px;
}
.chingimg img {
    width: 57%;
    margin-top: 40px;
}
.rit h2, .rit p {
    float: left;
    text-align: left;
}
.nav-dropdown {
    margin-left: 0;
}
.service-ist-imgtxt h2 {
    font-size: 24px;
}
.service-hdybxtxt {
  
    padding-left: 0;
    width: 100%;
    padding-top: 15px;
}




}
@media(min-width:992px) and (max-width:1024px){
  


.moddrize h6 {
    text-align: left;
}


.Benefits-product img {
    max-width: 100%;
}
.bnft-prdct-txt {
    padding: 24px 49px 25px 38px !important;
    width: 100% !important;
}







.inn-withkyodo {
    width: 100%;
}
.benifit-mainimg img{
    max-width: 100% !important;
    margin-left: 0 !important;
}
.benifit-mainimg {
    margin-top: 0;
    float: left;
}
.tka img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    height: 273px;
}

.Mod-ele-hdy h5{
    font-size: 38px;
    text-align: left;
}

.Mod-ele img{
    height: 500px;
   
    
    margin-left: 0;
    float: left;
    max-width: 100%;
}
.Mod-ele-right img{
    max-width: 100%;
    margin-right: 0;
    height: 500px;
}
.Mod-btn .nav {
    width: 58%;
}
.tickservice-pfg img {
    height: auto !important;
    
}







.Mod-ele h3 {
    padding-top: 0;
}
.Mod-ele-right h3 {
    padding-top: 0px;
}
.Mod-btn .nav{
    width: 43%;
}
.tickservice-pfg {
    width: 47% !important;
}






    .service-hdy h5 {
    text-align: left;
}
    
    .abt-hdybxtxt {
   
    padding-left: 0 !important;
    width: 100% !important;
    padding-top: 15px !important;
}
    .star-ftr {
   bottom: -126px;
    position: relative;
}
.ftrlogo img {
    margin-top: 95px;
} 
.f-60 h6 {
    font-size: 19px !important;
}
  .ftr-links a {
    line-height: 22px;
} 
.n-esclater h2{
    font-size: 30px;
}
.inner-hlift h3 br{
    display: none;
}
.inner-hlift img {
    max-width: 430px;
    margin-top: 107px;
}







   .bnt-tex h2{
    font-size: 50px;
   }
.bnt-tex {
    top: 175px;
}
.section2 {
    padding: 90px 0;
}
.main-hdr{
    padding-left: 0;
}

.red{
    display: none;
}
.nav-menu > li > a{
    padding: 0 12px;
}
.stion-allbx {
    width: 19%;
}

.section2-pera {
    width: 100%;
    padding-left: 0px;
   margin-top: 15px;
  
}
.chingimg img{
    margin-top: 180px;
}
#animated-text span{
    font-size: 40px;
}
.tab-para br{
    display: none;
}
.sertion4-hd h3 br{
display: none;
}
.sertion4-hd h3 {
    font-size: 50px;
}
.sertion4-p {
    padding-left: 50px;
    padding-top: 20px;
}

.section5-fimg {
    width: 58%;
}

.stion5-2img {
    width: 42%;
}

.lift-lastimg img {
 
   
    height: 349px;
   
    margin-left: 19px;
}
.Frame57 {
    top: 115px;
}
.testimonial-main p{
    font-size: 14px;
    padding-bottom: 35px;
}
.last-section-text h2{
    font-size: 45px;
}
.last-section-text{
    top: 50px;
}
.ftr-links {
    padding-left: 0 !important;
}
.ftr-links {
    width: 104%;
}
.inner-abtimg img {
    max-width: 435px;
}
.service-hdybxtxt {
    width: 82%;
}

.service-ist-imgtxt h2{
    font-size: 22px;
}
.ct-left h1{
    padding-top: 0px;
    padding-bottom: 10px;
}






}
@media(min-width:1025px) and (max-width:1199px){


.inn-withkyodo-text{

width: 88%;
}
.inn-withkyodo {
    width: 65%;
}
.withkyodo {
    width: 74%;
}
.benifit-mainimg {
    margin-top: 121px;
}
.bnft-prdct-txt {
    padding: 61px 49px 0px 38px;
    width: 50%;
}
.bn-txt2 {
    padding: 19px 49px 0px 38px;
}
.bn-txt3 {
        padding: 40px 49px 0px 38px;
    }
    .bn-txt3 {
       
        width: 50%;
    }
    .bn-txt4 {
        padding: 40px 49px 0px 38px;
    }
.bn-txt5 {
        padding: 19px 49px 0px 38px;
    }


        .bn-txt6 {
        padding: 9px 15px 10px 21px;
    }


.Mod-ele h3 {
    padding-top: 0;
}
.Mod-ele-right h3 {
    padding-top: 0px;
}
.Mod-btn .nav{
    width: 43%;
}
.tickservice-pfg {
    width: 47% !important;
}



.abt-hdybxtxt {
   
    padding-left: 0 !important;
    width: 100% !important;
    padding-top: 15px !important;
}
.star-ftr {
   
    position: relative;
    bottom: -126px;
}

.ftrlogo img {
    margin-top: 95px;
}     
.f-60 h6 {
    font-size: 19px !important;
}
.ftr-links a {
    line-height: 22px;
} 
.inner-hlift h3 br{
    display: none;
}
.inner-hlift img {
    max-width: 430px;
    margin-top: 107px;
}



     .bnt-tex h2{
    font-size: 50px;
   }
.bnt-tex {
    top: 175px;
}
.section2 {
    padding: 90px 0;
}
.main-hdr{
    padding-left: 0;
}

.red{
    display: none;
}
.nav-menu > li > a{
    padding: 0 12px;
}
.stion-allbx {
    width: 19%;
}

.section2-pera {
    width: 100%;
    padding-left: 0px;
   margin-top: 15px;
  
}
.chingimg img{
    margin-top: 180px;
}
#animated-text span{
    font-size: 40px;
}
.tab-para br{
    display: none;
}
.sertion4-hd h3 br{
display: none;
}
.sertion4-hd h3 {
    font-size: 50px;
}
.sertion4-p {
    padding-left: 50px;
    padding-top: 20px;
}

.section5-fimg {
    width: 58%;
}

.stion5-2img {
    width: 42%;
}

.lift-lastimg img {
 
   
    height: 349px;
   
    margin-left: 19px;
}
.Frame57 {
    top: 115px;
}
.testimonial-main p{
    padding-bottom: 35px;
}
.last-section-text h2{
    font-size: 45px;
}
.last-section-text{
    top: 50px;
}
.ftr-links {
    padding-left: 0 !important;
}
.ftr-links {
    width: 104%;
}
.inner-abtimg img {
    max-width: 435px;
}
.service-hdybxtxt {
    width: 82%;
}

.service-ist-imgtxt h2{
    font-size: 22px;
}
.ct-left h1{
    padding-top: 0px;
    padding-bottom: 10px;
}


}


.f-60{
    position: relative;
        background: linear-gradient(150deg, rgb(244 3 69) 0%, rgb(246 61 112) 28%, rgb(246 57 109) 70%, rgba(249, 128, 160, 1) 100% 100%);
    width: 100%;
    float: left;
    height: 245px;
    margin-bottom: 20px;
    overflow: hidden;
}
.f-60 h6 {
   font-size: 22px;
    padding: 69px 12px 51px 6%;
    float: left;
    width: 42%;
    color: #fff;
    margin: 0;
    font-weight: 600;
} 
.f-60 h6 span {
    position: relative;
    font-size: 20px;
    left: 3px;
    top: -3px;
}



.carousel-container {
      height: 300px;
      overflow: hidden;
      position: relative;
      width: 300px;
      margin: auto;
    }
.sb-star{
    top: 40px;
    left: 29px;
    position: absolute;
    width: auto;
    float: left;
}
.sb-star img{
    width: 100%;
    float: left;
    max-width: 25px;
}





    .b2-ext .b2-slide-track {
  -webkit-animation: scroll2-down 39s linear infinite;
  animation: scroll2-down 39s linear infinite;
  display: flex;
  flex-direction: column; /* Stack items vertically */
  height: calc(100% * 20); /* Adjust based on item count */
}

@keyframes scroll2-down {
  0% {
    transform: translateY(calc(-652px * 10)); /* Start from higher point */
  }
  100% {
    transform: translateY(0); /* Scroll down to 0 */
  }
}


.b2-slider {
    left: 0;
    transform: rotate(0deg);
   /* background: #8EB935;*/
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    width: 48%;
    /* padding: 19px 0px; */
    bottom: 0;
}
.b2-slide img{
    width: 100%;
    float: left;
    max-width: 140px;
    margin-bottom: 12px;
}

.b2-slide-track {
  -webkit-animation: scroll2 30s linear infinite;
  animation: scroll2 30s linear infinite;
  display: flex;
  flex-direction: column; /* Vertical layout */
  width: 100%;
  height: calc(100% * 20); /* Adjust to your content height */
}

@keyframes scroll2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100px * 10)); /* Replace 100px with the actual item height */
  }
}

.b2s2{
    float: right;
    width: 48%;
}


.b2s2 .b2-slide-track {
  -webkit-animation: scroll2-down 30s linear infinite;
  animation: scroll2-down 30s linear infinite;
  display: flex;
  flex-direction: column; /* Vertical stacking */
  width: 100%;
  height: calc(100% * 20); /* Adjust as needed */
}

@keyframes scroll2-down {
  0% {
    transform: translateY(calc(-100px * 10)); /* Start higher */
  }
  100% {
    transform: translateY(0); /* Move downward to normal position */
  }
}





    .carousel-inner-vertical {
      display: flex;
      flex-direction: column;
      transition: transform 0.5s ease-in-out;
    }

    .carousel-track img {
      height: auto;
    width: 80px;
      object-fit: cover;
    }

.f-60-right {
    width: 56%;
    float: left;
    height: 245px;
    overflow: hidden;
}.loading img {
    width: 200px;
    animation: reveal-bottom 2s ease-in-out forwards;
    clip-path: inset(100% 0 0 0); /* Start fully hidden from bottom */
}

@keyframes reveal-bottom {
  to {
    clip-path: inset(0 0 0 0); /* Fully revealed */
  }
}

.f7-carousel .item img{
    width:80px;
}
.f7-carousel{
        width: 42%;
    float: left;
    height: 245px;
    overflow: hidden;
    top: 18px;
}
.f6-carousel .item img{
    width:80px;
}
.f6-carousel{
        width: 42%;
    float: left;
    height: 245px;
    overflow: hidden;
}
.abt111 {
  
    float: none;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    padding-bottom: 75px;
}
.abt-hdybx {
    margin-bottom: 25px;
    width: 100%;
    float: left;
    border: 1px solid #a9a9a97a;
    padding: 25px 20px;
}
.abt-hdybx img {
    width: 100%;
    float: left;
    text-align: left;
    max-width: 45px;
}
.abt-hdybxtxt {
    float: left;
    padding-left: 20px;
    width: 85%;
}
.abt-hdybx h3 {
    margin-bottom: 0px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.abt-hdybx p {
    width: 100%;
    /* float: left; */
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 24px;
}

.tickservice-hd{
    width: 100%;
    float: left;
}
.tickservice-hd h2 {
    width: 100%;
    text-align: center;
    color: #060606;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 30px;
}
.tickservice-pfg {
    width: 50%;
    float: left;
    padding-top: 30px;
    /* padding-left: 76px; */
}








@media (min-width: 1200px) {
.star-ftr {
    position: relative;
    bottom: -71px;
}
}







@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }

    .section5-fimg img{
        max-width: 630px;
    }

    .stion5-2img {
        padding-left: 5px;
    }
.lift-lastimg img{
    height: 408px;
}
.colorfullimg img{
    max-width: 330px;
}

.innerabthds img{
    height: 412px;
}

.tickservice {
    padding: 0 86px;
}
.tickservice-pfg {
    width: 50%;
    
}

.f-60 h6 {
    font-size: 22px;
   padding: 71px 12px 51px 6%;
}

.abt-hdybxtxt {
    padding-left: 22px;
    width: 83%;
}

.Mod-ele h3 {
    padding-top: 55px;
}

.epad{

}
.abt-hdybx h3 {
    font-size: 19px;
}
.siimg-mac {
        margin-top: 80px !important;
    }

.float-sm-new2 {
    top: 51%;
    
}
.float-sm-new2 {
    top: calc(41% + 60px);
}
}



.whtsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whtsapp img {
    width: 32px;
   /* height: 32px;*/
}
.mob-whybx{
    display: none;
}



@media(max-width: 991px){
.whyus-bx{
    display: none;
}
.mob-whybx{
    display: block;
}
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}




.s4-a button {
    width: 161px;
    height: 49px;
    color: #F30344;
    border: 1px solid #F30344;
    background: transparent;
}
.read-more button {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 191px;
    height: 49px;
    padding: 0 6px 0px 13px;
    background: #FFFFFF;
    color: #F30344;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 42px;
    box-sizing: border-box;
    overflow: hidden;
    transition: color 0.3s ease;
}
.read-more button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #F30344;
    z-index: 0;
    transition: width 0.4s ease;
    border-radius: 42px;
}


.read-more button:hover::before {
    width: 100%;
}

/* Text should appear above background */
.read-more .btn-text,
.read-more .cir {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, background 0.3s ease;
}

/* On hover, change text and .cir styles */
.read-more button:hover .btn-text {
    color: #FFFFFF;
}

.read-more button:hover .cir {
    background: #FFFFFF;
}




/* Optional: Invert arrow color on hover (if using a red arrow image) */
.read-more button:hover .cir img {
    filter: invert(1);
}






/*newcss*/


.neeservice-inn {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.second-nes{
    width: 100%;
    float: left;
}
.second-nes-hd{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.second-nes-hd h2{
   
    width: 100%;
    float: left;
    text-align: center;
    color: #f40345;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 30px;
}

.second-nes-hd p{
   width: 100%;
    text-align: center;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    
}
.second-nw-imgandhead{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.second-nw-imgandhead p {
    width: 100%;
    text-align: justify;
   color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
   
}
.second-nw-imgandhead img {
    margin-bottom: 23px;
    max-width: 508px;
    
    float: right;
    width: 100%;
    margin-left: 46px;
    /* border-radius: 30px; */
}
.second-nw-imgandhead h3 {
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
   font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
}
.whyyouneed{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.whyyouneed h3{
    width: 100%;
    float: left;
    text-align: left;
    color: #f40345;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 30px;
}
.whyyouneed p{
    width: 100%;
    text-align: left;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.whyyouneed .tickservice-pfg{
width: 100%;
float: left;
padding-bottom: 30px;
}
.included {
    padding-top: 50px;
    width: 100%;
    float: left;
    padding-bottom: 50px;
    background: #f1f1f1e6;
}
.included-hds{
    width: 100%;
    float: left;
}
.included-hds h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #f40345;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 30px;
}
.included-hds p {
    width: 100%;
    text-align: left;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.included-hds .tickservice-pfg{
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.issue{
    padding: 60px 0;
    width: 100%;
    float: left;
}
.issue-main{
     width: 100%;
    float: left;
}
.issue-main h2{
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
}
.issue-main p {
    width: 100%;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.issue-main img {
    margin-bottom: 23px;
    max-width: 508px;
    float: right;
    width: 100%;
    margin-left: 46px;
    /* border-radius: 30px; */
}

.issue-main-second{
    padding-top: 50px;
     width: 100%;
    float: left;
    padding-bottom: 50px;
}
.issue-main-second h2{
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
}
.issue-main-second p {
    width: 100%;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.issue-main-img img {
    margin-bottom: 23px;
    max-width: 508px;
    float: left;
    width: 100%;
    margin-right: 46px;
    /* border-radius: 30px; */
}
.issue-main-second-text{

}
.issue-main-second-text .tickservice-pfg{
padding-bottom: 20px;
}
.cost {
    padding: 30px 20px 0px 30px;
    background: #f1f1f1e6;
    width: 100%;
    float: left;
    border: 1px solid #f40345;
}
.cost h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #f40345;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 30px;
}
.cost p {
    float: left;
    width: 100%;
    text-align: left;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.cost .tickservice-pfg{
width: 100%;
padding-top: 0px;
padding-bottom: 25px;
}
.includedtw{
    background-size: cover;
    background-image: url('../images/Frequency.png');
}
.costtw {
    border: unset;
    background: unset;
    padding: 0;
}
.costmain {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.claddings{
    width: 100%;
    float: left;
}
.claddings h3{
    width: 100%;
    float: left;
    text-align: left;
    color: gray;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.claddings-boxs {
        
    padding: 20px 10px;
    background: #f1f1f169;
    width: 100%;
    float: left;
    border: 1px solid #f40345;
}
.claddings-boxs img{
    width: 20%;
    float:none;
    margin: auto;
    display: block;
    text-align: center;

}
.claddings-boxs h3{
    padding-top: 10px;
    width: 100%;
    float: left;
    text-align: center;
    color: #f40345;
    font-size: 15px;
    font-weight: 500;
}
.claddings p{
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    text-align: left;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.sni-er .tickservice-pfg{
    padding: 30px 0;
}
.sni-er .tickservice-pfg img{
    float: left;
    width: 28px;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
} 
.wtf{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.wtf h3{
width: 100%;
    float: left;
    text-align: left;
    color: #f40345;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 30px;
}
.wtf p{
    width: 100%;
    text-align: left;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.dihc {
    margin-left: 10px;
    height: 175px;
    width: 24%;
    float: left;
    border: 1px solid #f40345;
    padding: 15px;

    /* Flexbox centering */
    display: flex;
    flex-direction: column;      /* stack h6 and p vertically */
    align-items: center;         /* center horizontally */
    justify-content: center;     /* center vertically */
    text-align: center;          /* center text */
}

.dihc h6 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; /* spacing before paragraph */
    padding: 0;
}

.dihc p {
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.aour{
    width: 100%;
    float: left;
}
.sni-er h5{
    padding-bottom: 16px;
    width: 100%;
    float: left;
    text-align: left;
   color: gray;
    font-weight: bold;
    font-size: 17px;

}
.etps img{
    margin-top: 0;
}
.includedtw p{
color: white; 

}
.includedtw .tickservice-pfg h4{
color: white;
}




@media (max-width: 400px){



    .second-nes-hd h2 {
        font-size: 33px !important;

}
.second-nw-imgandhead h3 {
            font-size: 33px !important;
        }


    .whyyouneed h3 {
        font-size: 33px !important;
    }


  
    .included-hds h2 {
        font-size: 33px !important;
    }


    .cost h2 {
        font-size: 33px !important;
    }

.issue-main-second h2 {
     font-size: 33px !important;
}

}





@media (max-width: 575px){




.claddings-boxs{
    margin-bottom: 18px;
}
.dihc{
    width: 90%;
}








        .whyyouneed h3 br{
            display: none;

        }

.etps img {
    margin-bottom: 30px;
}

.second-nes-hd h2{
        font-size: 40px;
        text-align: left;
    }
.second-nes-hd p{
    text-align: left;
}

.second-nw-imgandhead img {

    float: none;
        margin: auto;
        display: block;
        text-align: center;
        margin-bottom: 25px;
}

    .second-nw-imgandhead h3{
        font-size: 40px;
        text-align: left;
    }
.whyyouneed h3 {
 font-size: 40px;
        text-align: left;
}

.included-hds h2{
    font-size: 40px;
        text-align: left;
}
.cost h2 {
    font-size: 40px;
        text-align: left;
}
}




@media(min-width:576px) and (max-width:767px){



.claddings-boxs{
    margin-bottom: 18px;
}
.dihc{
    width: 90%;
}


.etps img {
    margin-bottom: 30px;
}

.second-nes-hd h2{
        font-size: 40px;
        text-align: left;
    }
.second-nes-hd p{
    text-align: left;
}

.second-nw-imgandhead img {

    float: none;
        margin: auto;
        display: block;
        text-align: center;
        margin-bottom: 25px;
}

    .second-nw-imgandhead h3{
        font-size: 40px;
        text-align: left;
    }
.whyyouneed h3 {
 font-size: 40px;
        text-align: left;
}

.included-hds h2{
    font-size: 40px;
        text-align: left;
}
.cost h2 {
    font-size: 40px;
        text-align: left;
}
}



@media(min-width:768px) and (max-width:991px){

.sni-er .tickservice-pfg {
    width: 100%;
}
.dihc {
    margin-left: 10px;
    height: 175px;
    width: 48%;
}
.second-nes-hd h2{
    text-align: left;
}


.second-nes-hd p {
    text-align: left;
}
.second-nw-imgandhead img {
    margin-bottom: 23px;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.issue-main img {
    margin-bottom: 23px;
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.issue-main-img img {
    margin-bottom: 23px;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.issue-main-second-text .tickservice-pfg{
    width: 100%;
}


}

@media(min-width:992px) and (max-width:1024px){

.dihc h6 {
    font-size: 16px;
}

.dihc p {
    font-size: 13px;
}
.dihc {
     margin-left: 0px; 
    height: 175px;
    width: 25%;
}


.sni-er .tickservice-pfg {
    width: 100% !important;
}
.issue-main-second-text .tickservice-pfg{
    width: 100% !important;
}


.included-hds .tickservice-pfg {
    width: 100% !important;
}
.whyyouneed .tickservice-pfg{
width: 100% !important;
}
.second-nes-hd h2{
    text-align: left;
}


.second-nes-hd p {
    text-align: left;
}
.second-nw-imgandhead img {
    margin-bottom: 23px;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.issue-main img {
    margin-bottom: 23px;
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.issue-main-img img {
    margin-bottom: 23px;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.issue-main-second-text .tickservice-pfg{
    width: 100%;
}


}
@media(min-width:1025px) and (max-width:1199px){


.dihc h6 {
    font-size: 16px;
}

.dihc p {
    font-size: 13px;
}
.dihc {
     margin-left: 0px; 
    height: 175px;
    width: 25%;
}
.whyyouneed .tickservice-pfg {
    width: 100% !important;
}.included-hds .tickservice-pfg {
    width: 100% !important;
}
.issue-main-img img {
    margin-bottom: 23px;
    max-width: 430px;
}
.sni-er .tickservice-pfg {
    width: 39% !important;
}
Skodtec

.issue-main-img img {
    margin-top: 60px;
}
}



@media (min-width: 1400px) {
    .issue-main-second-text .tickservice-pfg {
        width: 51%;
    }

    .sni-er .tickservice-pfg {
    width: 52%;
}
}









