*{
  margin: 0;
  box-sizing: border-box;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../Asset/fonts/gilroy/Gilroy-Bold.eot');
    src: url('../Asset/fonts/gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../Asset/fonts/gilroy/Gilroy-Bold.woff2') format('woff2'),
        url('../Asset/fonts/gilroy/Gilroy-Bold.woff') format('woff'),
        url('../Asset/fonts/gilroy/Gilroy-Bold.ttf') format('truetype'),
        url('../Asset/fonts/gilroy/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
body {
    font-family: "Plus Jakarta Sans";
}

.container{
   max-width:1110px !important;

}
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  align-items: center;
  position: relative;
}
img{
  max-width: 100%;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.header_list {
  display: flex;
  gap: clamp(10px,2vw,26px);
  align-items:center;
}
    .header_list li a {
        color: #fff;
        font-weight: 500;
        text-decoration: none;
    }

    .header_list li.active a {
        color: #fd0205;
        font-weight:600;
    }
    .header_list li:hover a {
        color: #fd0205 !important;
    }
header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: transparent;
    box-shadow: none;
}
.header-common-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 250px);
}

button.getintouch {
    border: 0px;
    padding: 6px 18px;
    background: #FD0205 !important;
    border-radius: 5px;
    color: #fff !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    line-height: 32px;
    text-decoration: none;
    height: 45px;
    font-size: 15px;
    font-weight: 500;
    width: 144px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 12px !important;;
}
.logo {
  width:clamp(150px,9vw,200px);
  max-width: 100%;
}
.get_quote {
    text-decoration: none;
    padding: 10px 20px;
    background: #030340;
    border-radius: 5px;
    color: #fff;
    font-family: "Plus Jakarta Sans";
}
#menu-icon{
  display: none;
  
}
#menu-icon svg{
  width: 20px;
  height: 20px;
}
/*banner*/
.bannerImg {
    margin-top: 20px;
    margin-right: 25px;
}
.bannerText {
    max-width: 469px;
    display: flex;
    flex-direction: column;
    align-self: center;
    flex: 1 1 300px;
}

.bannerSectionInner {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-left:0px;
}
.technologyText.bannerText h2.sub-head-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #262626;
    padding-bottom: 11px;
}

.technologyText.bannerText h2.sub-head-title span {
    color: #FD0205;
}

.banner-list ul {
    display: flex;
    margin: 13px 0px;
}

.banner-list ul li {
    color: #bcb4b4;
    padding-right: 10px;
    list-style-type: disc;
    margin-left: 12px;
    font-size: 15px;
    font-weight: 700;
}

.banner-list ul li span {
    color: #262626;
}

.banner-list ul li:first-child {list-style-type:none;margin-left: 0px;}


.banner-btn .talk-us-btn {
    padding: 6px 25px;
    background: #FD0205 !important;
    border-radius: 5px;
    color: #fff !important;
    margin: 0px !important;
    line-height: 33px;
    text-decoration: none;
    display: block;
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    width: 156px;
    margin-top: 19px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 10px !important;
    align-items: center
}

.banner-btn .know-more {
    padding: 6px 25px;
    background: #fff;
    border-radius: 5px;
    color: #FD0205 !important;
    margin: 0px !important;
    line-height: 0px;
    text-decoration: none;
    display: block;
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    width: 157px;
    margin-top: 19px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #FD0205 !important;
    align-items: center
}

.banner-btn {
    display: flex;
}

.banner-btn a {
    margin-left: 13px;
    display: flex;
}



.banner-btn .talk-us-btn span svg path {
    stroke: #fff;
}



.banner-btn .talk-us-btn span {
    margin-left: 7px;
}

.banner-btn .know-more span {
    margin-left: 7px;
}
.bannerImg img {
    height: 450px;
}

.slick-next,.slick-prev {
    position: absolute;
    left: calc( 50% - 590px);
    top: 50%;
    font-size:0;
    width:36px;
    height:37px;
   /* aspect-ratio:1;
    border-radius:50%;*/
    border:unset;
    /*background:#7e41b5;*/
}
.slick-prev {
    left: unset;
    right: calc( 50% - 590px);
    background: url("../asset/images/slide-right.png") no-repeat;
}
.slick-next {
    background: url("../asset/images/slide-left.png") no-repeat;
}
/*banner*/
/*sponsor*/
.sponsor ul {
    display: flex;
    justify-content: space-between;
}

section.sponsor-wrapper {
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding: 23px 0px;
    margin-top: 25px;
}

/*sponsor*/
/*technology*/
.technologyText.bannerText h2.sub-head-title{background: url('../asset/images/bann-btm.png'); background-repeat: no-repeat; background-position: 5% 100%;}
.technology .solution-product {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

    .technology .solution-product svg {
        margin-bottom: 9px;
    }
.technologySectionInner {
    display: flex;
    justify-content: space-between;
  
}

.technologyText {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 450px;
    align-self:center;
    max-width: 100%;
}
section.technology {
    background: #FFF7F7;
    padding: 60px 0px;
}

    



.tech-tool {
    max-width: 520px;
    width: 100%;
}

.technology .technologySectionInner .solution-product p {
    color: #6F6F6F;
    line-height: 30px;
    font-size: 16px;
}


ul.tech-list li {
    color: #6F6F6F;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 7px;
    background: url(../asset/images/tick.png);
    background-repeat: no-repeat;
    background-position: left 37%;
    padding-left: 25px;
}

.tech-tool-lst {
    padding: 25px 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    width: 250px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.tech-tool-mg {
    margin-bottom: 15px;
}

.tech-tool-lst h4 {
    font-size: 17px;
    line-height: 28px;
    color: #262626;
    font-weight: 800;
    margin-bottom: 10px;
}

.tech-tool-lst p {
    color: #6F6F6F;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    justify-content: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    min-height: 125px;
    max-height: 125px;
}

.technology .technologySectionInner .solution-product {
    background: transparent !important;
    padding: 0px;
}

    .technology .technologySectionInner .solution-product p {
        margin-top: 16px;
    }

    .technology .technologySectionInner .solution-product a {
        padding: 6px 25px;
        background: #FD0205 !important;
        border-radius: 5px;
        color: #fff !important;
        padding-bottom: 0px !important;
        margin: 0px !important;
        line-height: 33px;
        text-decoration: none;
        display: block;
        height: 48px;
        font-size: 15px;
        font-weight: 500;
        width: 135px;
        margin-top: 19px !important;
        display: flex;
        justify-content: center;
        text-align: center;
    }


.video-cont {
    margin-left: 23px;
    display: flex;
    flex-direction: column;
    max-width: 350px;
}

.video-lst {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.technology .technologySectionInner .video-lst a {
    background: transparent !important;
    border: 0px !important;
    margin: 0px !important;
    line-height: 0px;
    height: unset;
    width: unset !important;
    padding-left: 6px;
    color: #0093e6 !important;
    font-size:14px;
}

.video-cont h3 {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    font-size: 16px;
    padding-top: 4px;
}

/*.video-load {
    width: 800px;
    border-radius: 60px;*/
    /* background: #050506; */
    /*padding: 13px;
    height: 400px;
    margin-top: -100px;
}*/
.video-load video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
/*process*/

h2.sub-head-title {
    color: #222222 !important;
    font-weight: 600;
    font-size: 20px;
    font-family: "Plus Jakarta Sans";
    margin-bottom: 18px;
}
.our-process h5.head-title {
    text-align: center;
}

.process-mg {
    width: 189px;
    height: 218px;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
}

section.our-process {
    padding: 70px 0px;
    background: #fff;
}

.process-product h4 {
    font-family: "Plus Jakarta Sans";
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
}

.process-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

    .process-product p {
        font-family: "Plus Jakarta Sans";
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        color: #6F6F6F
    }
.process-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.process-product a {
    color: #FD0205 !important;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.process-product a svg {
    margin-left: 5px;
}

.our-process .col-sm-4 {
    border-right: 1px solid #ccc;
}

.our-process .col-sm-4:last-child {
    border-right: 0px;
}
.our-process .technologyText h5.head-title {
    text-align: left;
}


.our-process .technologySectionInner .solution-product a {
    padding: 6px 25px;
    background: #FD0205 !important;
    border-radius: 5px;
    color: #fff !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    line-height: 33px;
    text-decoration: none;
    display: block;
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    width: 135px;
    margin-top: 19px !important;
    display: flex;
    justify-content: center;
    text-align: center;
}
.our-process .technologySectionInner .solution-product p {
    color: #6F6F6F;
    line-height: 30px;
    font-size: 16px;
}
/*business*/
.business-sol {
    background: url('../asset/images/business-bg.png');
    min-height: 887px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 105px;
}
.busi-card-lst {
    width: 100%;
    background: #fff;
    padding: 16px 21px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.business-card .row {
    display: flex;
    width: 100%;
}

.business-card {
    margin: 35px 0px;
    width: 100%;
}

.busi-card-lst span {
    margin-bottom: 15px;
}

.busi-card-lst h4 {
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.busi-card-lst h4 span {
    color: #6F6F6F !important;
    font-size: 18px;
}

.busi-card-lst p {
    color: #6F6F6F;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}

.business-cont-top {
    display: flex;
    justify-content: space-between;
    border: 0;
}



.business-cont-lft h2 {
    font-size: 28px;
    color: #fff !important;
    font-weight: 600;
}


.business-cont-rgt a.prev-btn {
    margin-right: 10px;
    position: absolute;
    top: -54px;
    left: 94%;
    width: 40px;
}
.business-cont-rgt a.next-btn {
    position: absolute;
    top: -56px;
    width: 40px;
    right: -8px;
}
.business-card .swiper-button-next:after, .business-card .swiper-button-prev:after {
    display: none !important;
}

a.about-btn {
    padding: 6px 25px;
    background: #FD0205 !important;
    border-radius: 5px;
    color: #fff !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    line-height: 33px;
    text-decoration: none;
    display: block;
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    width: 259px;
    margin-top: 19px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto !important;
    margin-bottom: 20px;
}

.business-card .slider .slick-slide {
    margin: 0 15px;
}
/*business*/
/*footer*/
.footer-top-section {
    background: #262626;
    padding: 50px 0px 30px 0px;
}
.foot-left p {
    color: #d1c8c8;
    width: 387px;
    font-size: 15px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 5px;
    max-width:100%;
}


.foot-left ul {
    display: flex;
    margin-top: 7px;
}

    .foot-left ul li a {
        background: #262626;
        width: 30px;
        height: 30px;
        display: flex;
        border-radius: 30px;
        line-height: 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

.foot-lst ul li a {
    font-size: 14px;
    color: #d1c8c8;
    text-decoration: none;
}

.foot-lst ul li {
    padding-bottom: 7px;
}
.foot-lst ul li:last-child {
    padding-bottom: 0px !important;
}

.foot-lst h2 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 18px;
}

.foot-lst ul li p {
    line-height: 22px;
}

.foot-lst ul li a:hover {
    color: #fd0205;
}
.footer-bottom-section {
    background: #262626;
    padding: 25px 0px;
    border-top: 1px solid #484848;
}
.footer-bottom-section p {
    text-align: center;
    color: #d1c8c8;
    font-size: 15px;
    margin-bottom:0px;
}
.foot-lst.contact-lst ul li a {
    display: flex;
}
    .foot-lst.contact-lst ul li a p {
        margin-left: 9px;
        width: 183px;
        margin-bottom: 8px;
        font-size: 14px;
        color: #d1c8c8;
        text-decoration: none;
    }
.foot-lst ul li p {
    line-height: 22px;
}
span.follow-us-title {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 14px;
    display: block;
}
/*footer*/

/*our-team*/
.our-team  .our-team-head p {
    font-size: 16px;
    color: #6F6F6F;
    text-align: center;
    line-height: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.our-team  .our-team-head{margin-bottom:40px;}
.team-profile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.team-wrap .team-data:nth-child(2n) .team-profile {
    flex-direction: row-reverse;
}

.team-mg img {
    max-width: 520px;
    width: 100%;
}

.team-content {
    max-width: 487px;
    width: 100%;
}

.team-content h3 {
    color: #0A1426;
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 5px;
}

.team-content h4 {
    color: #FD0205;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

    .team-content p {
        color: #6F6F6F;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
    }



section.about-value {
    padding: 97px 0px;
    z-index: 99;
    position: relative;
}

section.our-team {
    background: #FFFAFA;
    padding: 57px 0px;
    z-index: 99;
    position: relative;
}

.about-value-top h3 {
    color: #0A1426;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 38px;
}

.about-value-content h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #262626;
}

.about-value-content h4 span {
    color: #FD0205;
}

.about-value-content img {
    margin-bottom: 15px;
}

.about-value-content p {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px;
}

.value-help  span {
    color: #535353;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px;
    display: flex;
}

.value-help ul.tech-list li {
    color: #535353;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.value-help ul.tech-list {
    max-width: 500px;
}

.about-value-content {
    margin-bottom: 35px;
}


.about-us-mg {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: -190px;
    margin-bottom: 30px;
}

.about-us-mg img {
    object-fit: contain;
}



section.about-us h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

section.about-us h2 span {
    color: #fd0205;
}

section.about-us p {
    color: #BCBCBC;
    width: 937px;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 110px;
    text-align: center;
}
.team-wrap .team-data:last-child .team-profile {
    margin-bottom: 0px;
}
.about-header header {
    background: #262626;
    box-shadow: 2px 2px 0px rgb(38 38 38);
    border: 0px !important;
}
.about-header .header_list li a {
    color: #fff;
}

.about-header .header_list li.active a {
    color: #fd0205 !important;
}
.our-team h5.head-title {
    font-weight: 700;
    margin-bottom: 10px;
}
.about-header a#menu-icon svg path {
    fill: #fff;
}
.about-header .header_list {
    background: #262626;
}




.process-section {
    position: relative;
    overflow: hidden;
  }
  .timeline {
    position: relative;
    margin-top: 80px;
    height: 300px;
  }


  .big-num {
    font-size: 100px;
    color: rgba(0,0,0,0.05);
    position: absolute;
    z-index: 0;
  }
  .step:nth-child(1)  { left: 12%;
    top: 40%; }
  .step:nth-child(2) { left: 56%;
    top: 0%; }
  .step:nth-child(3)  { right: -8%;
    top: -77%; }
  .steps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 100%;
  }

  .step {
    text-align: center;
    width: 260px;
    position:absolute;
  }
  .process-section-wrap{
    background: url('../asset/images/process-rgt.png') no-repeat center !important;
    background-position: right top !important;
  }

  .process-section {
    background: url('../asset/images/our-process-line.png') no-repeat center !important;
    background-position: 46% 3% !important;
}

.label {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
  .label h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 800;
    color: #262626;
    text-align: left;
}

.label p {
    font-size: 16px;
    color: #6F6F6F;
    text-align: left;
    font-weight: 500;
}
.step:nth-child(1) .big-num {
    right: 8%;
    top: -120px;
}
.step:nth-child(2) .big-num {
    right: 8%;
    top: -120px;
}
.step:nth-child(3) .big-num {
    right: 5%;
    top: -120px;
}

.step .big-num {
    font-weight: 900;
    font-family: 'Gilroy';
    font-size: 160px;
}

/*solution*/
.about-header.solution-header header.fixed  , .about-header header.fixed{
    background: #262626;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}
.home-banner header {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: unset !important;
    width: 100%;
    left:0px;
}
.home-banner header.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3) !important;
    width: 100%;
    left:0px;
}

.solution-lst {
    justify-content: space-between;
}


.solution-button {
    width: 320px;
    max-width: 100%;
}

.solution-content {
    width: 680px;
    max-width:100%;
    margin-right: 30px;
}

.solution-content .about-value-content p {
    width: 100% !important;
    max-width: 100%;
}

.solution-button button.active {
    background: #FD3537 !important;
    color: #fff !important;
}

.solution-button button {
    background: #F2F2F2 !important;
    color: #535353 !important;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution-button button span {
    float: right !important;
}

.solution-button button.active span svg path {
    stroke: #fff;
}

.solution-header {
    position: relative;
    background: url('../asset/images/solutionbg.png')  !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 380px;
    bottom: 90px;
    z-index: 99;
}
.about-header.solution-header header {
    background: transparent;
    box-shadow: unset !important;
}

.about-header.solution-header section.about-us {
    background: transparent;
    padding-bottom: 83px;
    padding-top: 135px;
    height: 370px;
    display: flex;
    align-items: center;
}

.about-header.solution-header  .header_list {
    background: transparent;
}

.tech-solution {
    display: flex;
}

.tech-userprofile {
    width: 550px;
    max-width: 100%;
    margin-right: 40px;
}

.tech-cont h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #262626;
}

.tech-cont h4 span {
    color: #FD0205;
}

.tech-cont p {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    margin-bottom: 20px;
}

.Sproutly-wrap {
    display: flex;
    margin: 50px 0px;
    
}
.Sproutly-right {
    position: absolute;
    right: -64px;
    top: -106px;
}
section.our-process.our-solutions {
    padding-bottom: 20px;
}
.Sproutly-left-wrap {
    background: #FFE6E6;
    width: 100%;
    padding: 30px;
    border: 1px solid #FD3537;
    border-radius: 20px;
    position: relative;
}
.Sproutly-lst-right {
    z-index: 999;
    position: relative;
}
.Sproutly-lst:last-child {
    margin-bottom: 0px;
}


.Sproutly-left h3 {
    color: #0A1426;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}


.Sproutly-lst {
    display: flex;
    max-width: 700px;
    width: 100%;
    margin-bottom: 18px;
}

.Sproutly-lst-lft {
    margin-right: 15px;
}

.Sproutly-lst-right h5 {
    color: #262626;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 5px;
}

.Sproutly-lst-right p {
    color: #6F6F6F;
    font-size: 15px;
    font-weight: 500;
}
section.solution-farm {
    padding: 20px 0px;
}

.solution-farm h5 {
    color: #0A1426;
    font-size: 30px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    margin-bottom: 54px;
}

.solution-farm .process-mg {
    height: 50px;
    margin-bottom: 25px;
}

section.solution-farm .process-product h4 {
    font-size: 18px;
    color: #262626;
    max-width: 300px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}

section.solution-farm .process-product {
    margin-bottom: 40px;
}
section.solution-farm.solution-farm-ifs .process-product h4 {
    max-width: 400px;
    width:100%;
}
section.solution-farm.solution-farm-ifs .process-product p {
    max-width: 450px;
    width:100%;
}
.Sproutly-adv .busi-card-lst {
    background: #FFE6E6 !important;
}
.business-card.Sproutly-adv {
    margin-top: 0px !important;
}


.slick-dots {
    bottom: 5px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    background: #ccc;
    border-radius: 50%;
    border: none;
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
}

.slick-dots .slick-active button {
    background: #FD0205;
}
.swiper-wrapper{
    height:auto!important;
}

.ourprocesshero-section.ourprocess_warapper .container.pt-4 {
    padding-top: 8% !important;
}
.ourprocesshero-section.ourprocess_warapper .about-us .container {
    padding-top: 8% !important;
}
header.fixed {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color:#000
}
    header.fixed .header_list li a {
        color: #000 !important;
    }
    header.fixed .header_list li.active a {
        color: #fd0205 !important;
    }
.home-header .header_list li a {
    color: #000 !important;
}

.home-header .header_list li.active a {
    color: #fd0205 !important;
}
.video-abt {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
/*    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);*/
}

.video-thumb {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.video-thumb {
    position: relative;
    cursor: pointer;
}

    .video-thumb::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 64px;
        height: 64px;
        background: url(../asset/images/play.png) no-repeat center center;
        background-size: contain;
        transform: translate(-50%, -50%);
        opacity: 0.95;
        transition: transform 0.3s ease;
        z-index: 2;
    }

    .video-thumb:hover::after {
        transform: translate(-50%, -50%) scale(1.1);
    }

.video-load iframe {
    width: 100%;
/*    height: 400px;*/
    border: none;
 
}
.sponsor ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 140px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sponsor ul li img {
/*        width: 154px;
        height: 64px;*/
        object-fit: contain;
        display: block;
    }


/* Base style */
.sponsor-slider {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsor-track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: none;
}

    .sponsor-track li {
        list-style: none;
    }

    .sponsor-track img {
/*        max-height: 50px;
        max-width: 100px;*/
        display: block;
    }

/* Enable auto-scrolling only on mobile */
@media (max-width: 768px) {
    .why-thajes-section h2 {
        font-size: 21px !important;
    }
    .section-title {
        font-size: 21px !important;
    }
    .sponsor ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0px;
        list-style: none;
        padding: 0;
        margin: 0;

    }    .sponsor-track {
        animation: slide-left 2s linear infinite;
    }
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
@media (min-width: 600px) and (max-width: 900px) {
    .card-title-main {
        font-size: 14px !important;
        font-weight: 700;
        color: var(--thajes-dark);
        margin-top: 0;
    }
    .card-subtitle-main {
        font-size: 16px !important;
        font-weight: 600;
        color: var(--thajes-red);
        margin-top: 1rem;
        height: 48px;
    }
    li.contactUs {
        display: block !important;
    }
    .tech-feature-card.card-gradient-border {
        border: 0px solid #FE434A !important;
    }
    .header_list li a {
        font-size: 16px !important;
        padding: 0px 8px;
    }
    button.getintouch {
        display: none;
    }
    .bannerImg {
        display: none;
    }

    .business-cont-rgt a.prev-btn {
        margin-right: 10px;
        position: absolute;
        top: -55px !important;
        /* right: 10%; */
        left: 89%;
    }

    .technology .technologySectionInner .solution-product {
        margin-bottom: 10px
    }

    .tech-tool-lst {
        height: 330px;
    }

    .team-mg {
        display: flex;
        align-items: center;
    }

    .ourprocesshero-section.ourprocess_warapper .about-us .container {
        padding-top: 9% !important;
    }

    .ourprocesshero-section.ourprocess_warapper .container.pt-4 {
        padding-top: 13% !important;
    }

    .ourprocess_warapper .business-cont-rgt a.prev-btn {
        background-color: red;
        border-radius: 100px;
        height: 30px;
        width: 30px;
        top: -13px !important;
    }

    .savebutton {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

    .service_header_card .card {
        background: #fff !important;
        border-radius: 24px !important;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }
    .team-mg img {
        max-width: 311px !important;
        width: 100%;
        height: 220px !important;
    }

    .sponsor li {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sponsor-track {
        animation: slide-left 4s linear infinite;
    }
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

    @media only screen and (min-width: 768px) {
     

        .tech-feature-card {
            gap: 10px;
            border-radius: 16px;
            padding: 16px;
            background-color: #FFFFFF;
            height: 180px !important;
        }

        .bannerImg img {
            height: 400px;
        }
        .business-cont-rgt a.prev-btn {
            top: -57px !important;
            left: 93%;
        }
        .business-sol {
            min-height: 963px !important;
        }
/*        .busi-card-lst {
            min-height: 348px !important;
        }*/
        .ourprocess_warapper .business-cont-rgt a.prev-btn {
            top: -13px !important;
        }
      
    }
.cta-section .btn.btn-cta-secondary {
    display:none;
}
.know-more{
    display:none !important;
}
.title_h2 {
    font-size: 28px;
    color: #fff !important;
    font-weight: 600;
}
.red_title {
    font-weight: 600;
    line-height: 22px !important;
    font-size: 28px !important;
    margin-bottom: 18px;
    color: #FD0205;
}
@media only screen and (min-width: 864px) and (max-width: 1100px) {
   
    .busi-card-lst {
        min-height: 338px;
    }
    .about-us .container .row {
        margin-top: 50px;
    }
    .service_header_card .card {
        background: #fff !important;
        border-radius: 24px !important;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }

}
.home-header .header_list li a:hover {
    color: #fd0205 !important;
}