.banner-bredcrum {
    text-align: left;
    display: inline-block;
    position: relative;
    left: 0;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 8px 13px 7px;
    border-left: 0px solid transparent;
    background: linear-gradient(180deg, #39b54a, #335dab) left / 3px 100% no-repeat, rgba(255, 255, 255, 0.25);
    margin-bottom: 5px;
        color: #fff;
}

.sub-banner-outer .row {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    top: 30%;
    padding-top: 100px;
}

.banner-bredcrum a {
    color: #fff;
}

.banner-bredcrum-tittle h4

 {
    color: #fff;
    font-size: 30px;
        position: relative;
}
.sub-banner-outer .row {
    display: flex;
    flex-direction: column;
}

section.brochure-outer {
    margin-top: 50px;
    margin-bottom: 50px;
}

section.sub-banner-outer {
    object-fit: cover;
    object-position: center;
        height: 310px;
        position: relative;
}

section.sub-banner-outer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.9), transparent);
}


.brochure-outer .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.brochure-grid {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    text-align: center;
}

.brochure-link {
    background-color: #335dab;
    /* color: #fff; */
    border-radius: 10px;
    padding: 15px;
}

a.brochure-link  {
    color: #fff;
}


/* GRA START */

.home-GRA-timeline-outer{
  background: #ffffff;
   color: #000;
  width: 100%;
  padding-bottom: 5px;
}

.home-GRA-timeline-outer h1{
font-size: 36px;
    font-weight: 500;
      
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
   
    margin-top: 0pc;
}
.home-GRA-timeline-outer .time-line-title p{
    text-align: center;
     color: #000;
}

 .GRA-OUTER .GR-advantage{
    position: sticky;
    top: 100px;
    height: max-content;
 }
 .industry-we-serve p{
     color: white;
 }
.GRA-timeline-stage h2{
       color: #000;
       font-size: 22px;
}

/* section wrapper */
.GRA-timeline-section{
  width:90%;
  max-width:1200px;
  margin: 0px;
  position:relative;
}

/* timeline base */
.timeline{
  position:absolute;
  left:50%;
  top:0;
  width:3px;
  height:0%;
  background:#335dab;
  transform:translateX(-50%);
  z-index:1;
}

/* timeline fill */
.GRA-timeline-fill{
  position:absolute;
  left:50%;
  top:0;
  width:3px;
  height:0;
      background: linear-gradient(#335dab, #335dab);
  transform:translateX(-50%);
  z-index:2;
}

/* moving indicator */
.GRA-timeline-indicator {
    position: absolute;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #335dab;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px #335dab;
    z-index: 3;
}

/* timeline stage */
.GRA-timeline-stage{
  display:grid;
  grid-template-columns:1fr 60px 1fr;
  align-items:center;
  min-height:220px;
  opacity:0.15;
  transition:0.4s;
}

.GRA-timeline-stage.active{
  opacity:1;
}

/* left */
.home-GRA-home-GRA-stage-right{
  text-align:right;
  padding-right:40px;
}

.home-GRA-home-GRA-stage-right h2 {
    
    font-size: 32px;
    font-weight: 700;
    display: inline-block; /* IMPORTANT */

    background: linear-gradient(90deg, #39b54a, #335dab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* fallback */
    color: #39b54a;
}

.lines .line::after

 {
    background: linear-gradient(90deg, #39b54a, #335dab);
}

.home-GRA-home-GRA-stage-right span{
  font-size:14px;
  color: black;
}

/* stage dot */
.GRA-stage-dot{
  width:16px;
  height:16px;
  border:2px solid #335dab;
  background:#335dab;
  border-radius:50%;
  margin:auto;
}

.GRA-timeline-stage.active .GRA-stage-dot{
  background:#335dab;
  box-shadow:0 0 16px #335dab;
  animation:pulse 1.6s infinite;
}

/* right */
.home-GRA-stage-right{
  padding-left:40px;
  font-size:16px;
  line-height:1.7;
  transform:translateY(20px);
  transition:0.5s;
}

.GRA-timeline-stage.active .home-GRA-stage-right{
  transform:translateY(0);
}

@keyframes pulse{
  0%{ box-shadow:0 0 6px #335dab; }
  50%{ box-shadow:0 0 24px #335dab; }
  100%{ box-shadow:0 0 6px #335dab; }
}



.flaticon-support-6:before {
    content: "\f1a9";
    color: #335dab;
}
.flaticon-cursor:before {
    content: "\f197";
    color: #335dab;
}
.flaticon-file:before {
    content: "\f16a";
    color: #335dab;
}
.flaticon-document:before {
    content: "\f1b1";
    color: #335dab;
}
.work_progress.style4 .work_progress-number span{
     background-color: #335dab;
}

.my-accordion a:after {
     background-color: #335dab;
}
.my-accordion a:before {
    background-color: #335dab;
}
#scrollUp:hover {
    background-color: #335dab;
}



  
/* GRA-END */



/* gallery start */

 .gallery-page-wrapper {
    margin-top: 30px;
}

.gallery-tabs{
text-align:center;
margin-bottom:40px;
}

.gallery-tab{
padding:15px;
cursor:pointer;
border-bottom:2px solid #ddd;
font-weight:600;
color:#3b5ea7;
}

.gallery-tab.active{
border-bottom:4px solid #2bb24c;
}

.gallery-image-box{
display:none;
}

.gallery-image-box.active{
display:block;
}

.gallery-grid-wrapper{
display:flex;
gap:30px;
flex-wrap:wrap;
justify-content:center;
margin-bottom: 50px;
}

.gallery-grid-item img{
border-radius:20px;
}

.gallery-grid-item {
    border: #ffff 1px solid;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
}

/* gallery end */


/* certificate start */

    .certificate-page-wrapper {
    margin-top: 30px;
}

.certificate-tabs{
text-align:center;
margin-bottom:40px;
}

.certificate-tab{
padding:15px;
cursor:pointer;
border-bottom:2px solid #ddd;
font-weight:600;
color:#3b5ea7;
}

.certificate-tab.active{
    border: 4px solid transparent;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(57, 181, 74, 0.1), rgba(51, 93, 171, 0.1)) padding-box, linear-gradient(90deg, #39b54a, #335dab) border-box;
    color: #fff;
}

.certificate-image-box{
display:none;
}

.certificate-image-box.active{
display:block;
}

.certificate-grid-wrapper{
display:grid;
grid-template-columns: 1fr 1fr 1fr;
gap:30px;
flex-wrap:wrap;
justify-content:center;
margin-bottom: 50px;
}

.certificate-grid-item img{
border-radius:20px;
}

.certificate-grid-item {
    border: #ffff 1px solid;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 64px;
    text-align: center
}

.certificate-content h4 {
    padding: 0px 20px 0px 20px;
}

.certificate-link {
    background-color: #335dab;
    /* color: #fff; */
    border-radius: 10px;
    padding: 15px;
}

.certificate-link a {
    color: #fff;
}

/* certificate end */



/* product page */


.prduct-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.Product-grid {
    margin-top: 50px;
    
    border-radius: 10px;
    overflow: hidden;
}

/* Image */
.casestudy-img img{
    width:100%;
    display:block;
    border-radius: 12px 12px 0px 0px;
}

/* Remove overlay */
.casestudy-img::before {
    display:none;
}

/* Content section */
.product-bottom-content{
    position: static;
    transform: none;
    padding: 20px;
    text-align: left;
     background-color: #f9f9fa;
         border-radius: 0px 0px 13px 13px;
}

/* Title */
.Product-content h4{
    color:#2f4a8a;
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

/* Description */
.Product-content p{
    font-size:15px;
    color:#333;
    line-height:1.5;
}

/* Link */
.Product-link{
    margin-top:15px;
}

.Product-link a{
    color:#3a63f3;
    font-weight:600;
    text-decoration:none;
}

.Product-link a:hover{
    color:#56c064;
}
.product-bottom-content h4 {
    color: #000;
    font-size: 21px;
}

.product-bottom-content p {
    padding-top: 18px;
}

.right-discribtion h4 {
    font-weight: 500 !important;
        padding-bottom: 15px;
        color: #335dab;
            padding-top: 10px;
            font-size: 20px;
}

.right-discribtion ul li::before {
    content: "✔";
    position: absolute;
    left: -4%;
    display: flex;
    align-items: center;
    justify-content: center;
   color: #000;
    font-size: 18px;  
    
}

.right-discribtion ul li {
    padding: 3px;
    position: relative;
}

.right-discribtion p {
    padding-top: 13px;
    margin-bottom: 0px;
}

/* Read More */
.Product-link a{
    color:#ffffff;
    font-size:16px;
    text-decoration:none;
}

.casestudy-img::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    inset: 0;
}

.product-bottom-content a {
    background: linear-gradient(90deg, #39b54a, #335dab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 18px;
}

.product-bottom-content a::after {
    content: " →";
    margin-left: 5px;

    background: linear-gradient(90deg, #39b54a, #335dab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.product-bottom-content a:hover {
    color: #56c064;;
}

section.product-outer {
    padding-bottom: 50px;
    background-color: #fff;
}

/* product page end */

/* single gallery start */

.product-gallery .row {
    display: grid;
 grid-template-columns: 1fr 1fr;
    gap: 30px;
}  
.single-product-outer{
  display:flex;
  flex-direction:column; /* Stack image and thumbnails */
  gap:20px;
  max-width:600px;
  margin:50px 0px;
  align-items:center;
}

/* Bottom thumbnails */
.thumbnail-outer{
  display:flex;
  flex-direction:row; /* Horizontal */
  gap:15px;
  justify-content:center;
  flex-wrap:wrap;
}

.product__thumbnail{
  width:80px;
  cursor:pointer;
  border:2px solid transparent;
  border-radius:6px;
  transition:0.3s;
}

.right-discribtion-button a {
    border: 1px solid #fff;
    background-color: #335dab;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.right-discribtion-button {
    margin-top: 35px;
}

.product__thumbnail:hover{
  transform:scale(1.05);
}

.product__thumbnail.active{
  border:2px solid #335dab;
}

.single-product-outer {
    position: sticky;
    top: 150px;
    height: max-content;
}

/* Big image */
.main-image-outer{
  width:587px;
  height:450px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  box-shadow:0 15px 35px rgba(0,0,0,0.2);
  overflow:hidden;
}

.main-image-outer img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.right-discribtion h2{
    margin-top:50px;
}

section.product-gallery {
    margin-bottom: 40px;
}

.right-discribtion {
    margin-top: 40px;
}

.right-discribtion ul {
    padding-left: 24px;
    list-style-type: none;   
}

.single-product-content-outer .row {
     display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.out-values-contents h3{
  font-size: 22px;
 font-weight: 500;

}

.single-product-content-left {
     display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 40px 0px;
    align-items: center;
    border: 1px solid #335dab;
    padding: 20px;
    justify-content: center;
    
}


.single-product-content-left h3 {
    font-size: 25px;
    color: #335dab;
    text-align: center;
}

.single-product-button a {
    border: 1px solid transparent;
    background: transparent;
    color: #3cb64d;
    font-size: 17px;
    padding: 16px;
    border-radius: 25px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: 'Fira Sans';
    width: 163px;
}

.single-product-button a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 1.5px; /* border thickness */
    background: linear-gradient(90deg, #39b54a, #335dab);
    
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    z-index: -1;
} 
   

.single-product-button a:hover{
     color :#3cb64d;

}

.single-product-button a:after {
   content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 25px !important;
    z-index: -1
}

.single-product-button a:hover:after {
    background:  linear-gradient(90deg, #39b54a, #335dab);
    -webkit-animation: loadingWave 4s linear;
    animation: loadingWave 4s linear;
   
}


@keyframes loadingWave {
    0% {
        clip-path: polygon(0% 100%,100% 100%,99% 100%,81% 100%,64% 100%,46% 100%,29% 100%,14% 100%,0 100%)
    }

    10% {
        clip-path: polygon(0% 100%,100% 100%,100% 90%,84% 94%,66% 95%,47% 94%,31% 95%,14% 96%,0 94%)
    }

    20% {
        clip-path: polygon(0% 100%,100% 100%,100% 74%,81% 72%,63% 72%,44% 75%,33% 77%,16% 78%,0 74%)
    }

    40% {
        clip-path: polygon(0% 100%,100% 100%,100% 53%,85% 55%,67% 58%,44% 54%,30% 48%,15% 47%,0 49%)
    }

    60% {
        clip-path: polygon(0% 100%,100% 100%,100% 24%,86% 25%,69% 29%,53% 34%,37% 38%,18% 40%,0 38%)
    }

    80% {
        clip-path: polygon(0% 100%,100% 100%,100% 22%,84% 29%,67% 31%,45% 27%,26% 17%,12% 14%,0 15%)
    }

    90% {
        clip-path: polygon(0% 100%,100% 100%,100% 5%,86% 10%,73% 10%,55% 6%,33% 3%,15% 5%,0 9%)
    }

    100% {
        clip-path: polygon(0% 100%,100% 100%,100% 0,86% 0,71% 0,55% 0,34% 0,18% 0,0 0)
    }
}

.single-product-button {
    margin-top: 20px;
}

.single-product-content-right h3 {
    color: #335dab;
}

.single-product-content-right {
   display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 40px 0px;
    align-items: center;
    border: 1px solid #335dab;
    padding: 20px;
}

.product-fields p {
    display: flex;
    gap: 12px;
}


li.prosend.btn-product {
    position: relative;
}

span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Remove list style */
.productcontact-form {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 650px;
}

.right-discribtion p b {
    font-weight: 700;
    color: #40b750;
    font-size: 18px;
   
    padding-right: 9px;
}

/* Remove theme default input styles */
.productcontact-form input,
.productcontact-form textarea {
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;
    font-size: 16px;
    padding: 18px 0;
    text-align: left;
     height: 78px;
      color: #dcdcdc !important;
}

/* Only bottom line */
.productcontact-form input[type="text"],
.productcontact-form input[type="email"],
.productcontact-form textarea {
    border-bottom: 1px solid #dcdcdc !important;
    font-size: 16px !important;
   
}

.productcontact-form input[type="email"]{
   
    height: 78px;
    padding: 5px 0px;
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 0;
    margin-bottom: 0;
    border-radius: 35px;
    outline: 0;
}
.section-title .subtitle{
    color:#335dab;
}

/* Textarea styling */
.productcontact-form textarea {
     height: 123px !important;
    resize: none;
        background-color: transparent !important;
        padding-left: 0px !important;
}

.prowork input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email::placeholder{
    font-size: 16px;
}

ul.productcontact-form li input::placeholder
 {
    color: #666 !important;
    font-weight: 400;
}

.productcontact-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder {
    color: #666 !important;
    font-weight: 400;
}


/* Focus effect */
.productcontact-form input:focus,
.productcontact-form textarea:focus {
    border-bottom: 1px solid #3f5fa3 !important;
}

/* Submit button wrapper */
.prosend {
    text-align: center;
}

/* Submit button style */
.prosend input[type="submit"] {
    background: #3f5fa3 !important;
    color: #fff !important;
    border: none;
        padding: 10px 18px 10px 18px;
    font-size: 17px;
    cursor: pointer;
   width: auto;
    height: auto;
    transition: 0.3s ease;
     border-radius: 15px !important;
     font-family: 'Fira Sans';
}

/* Hover effect */
.prosend input[type="submit"]:hover {
    background: #2e4a87;
}


.single-product-navigation {
    
        padding: 0px 0 30px 0px;
}

.single-product-navigation .product-nav-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.single-product-navigation .prev-product {
    text-align: left;
    /* border: 1px solid #335dab; */
    
}

.single-product-navigation .next-product {
    text-align: right;
    /* border: 1px solid #335dab; */
    
}

.single-product-navigation a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #335dab;
    transition: 0.3s ease;
    /* border: 1px solid #335dab; */
    padding: 5px;
    border-radius: 6px;
}

.single-product-navigation a:hover {
    color: #000;
}

/* single gallery end */


/* Leadership section  start */

.leadership-outer {
    margin-top: 50px;
}

.Executive-outer {
    margin-top: 80px;
    margin-bottom: 80px;
}


.leadership-outer .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.Executive-outer .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.col-lg-3.col-md-6 {
    max-width: 100% !important;
}

h3.leadership-main-title {
    text-align: center;
}

.leadership-item {
     box-shadow: 0 3px 10px rgb(217 238 255) !important;
    margin-top: 88px;
    text-align: center;
    background:
        linear-gradient(90deg,#39b54a,#335dab) top / 100% 5px no-repeat,
        #fff;
    min-height: 280px;
    padding: 20px;
    border-radius: 13px;
    cursor: pointer;
}

.leadership_img {
    position: relative;
}

.leadership-content {
    padding: 20px 0;
    text-align: left;
}

.leadership-content h3 {
    margin: 0 0 5px;
    text-align: center;
}

.leadership-content h3  {
    font-size: 20px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.leadership-content p {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}

.leadership-content::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/hello-elementor-child/assets/css/path-to-your-arrow-icon.svg) no-repeat center;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.leadership_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/wp-content/themes/hello-elementor-child/assets/css/path-to-your-diagonal-pattern.png);
    opacity: 0.1;
    z-index: 1;
}

.leadership_img a {
    display: block;
    z-index: 2;
    text-align: center;
    margin-top: -70px;
}

.leadership_img img {
    width: 140px;
    height: 150px;
    border: 1px solid #fff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 2px;
    text-align: center;
    border-radius: 50%;
}
.leadership-item:hover {
    transform: translateY(-10px);
}
/* Leader ship section end */




/* why flo tek start */
 .flaticon-code:before {
    content: "\f1db";
    color: #335dab;
}
.flaticon-design:before {
    content: "\f1bf";
    color: #335dab;
}
.flaticon-bar-chart:before {
    content: "\f168";
        color: #335dab;
}



/* carrier section start */
.lines .line::after{
    background-color: #335dab; 
}

.flaticon-download-1:before {
    content: "\f1b8";
    color: #335dab !important;
}

.flaticon-pen:before {
    content: "\f124";
  color: #335dab !important;
}
.flaticon-internet:before {
    content: "\f163";
     color: #335dab !important;
}


.form-area.style-three .buttons input{
    background-color:#335dab !important; ;
}

.blog-readmore a {
    background-color:#335dab !important; ;
}
.fa-user:before {
    content: "\f007";
    color: #335dab;
}
.fa-calendar:before {
    content: "\f133";
        color: #335dab;

}
.consen-blog-meta-top li a{
    background-color:#335dab !important; 
}
.blog-page-title h2 a:hover {
    color:#335dab !important ;
}

.investor-leadership-outer {
    margin-top: 0px;
}



.investor-leadership-outer .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* products section  start */

.prduct-grid-inner {
    position: relative;
    transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    border-radius: 0 8px 8px 0;
}


.right-discribtion h3 {
   background: linear-gradient(90deg, #39b54a, #335dab);
    color: #fff;
    border-left: 7px solid #335dab;
    padding: 8px;
    border-radius: 19px 0px 0px 19px;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}


.brochure-link a:hover{
     color :#3cb64d;

}


  a.brochure-link {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #39b54a, #335dab);
    color: #fff;
    font-size: 17px;
    padding: 16px;
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: 'Fira Sans';
   
    text-align: center;
} 



a.brochure-link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1.5px;
     background: linear-gradient(90deg, #39b54a, #335dab); 

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    z-index: -1;
}

a.brochure-link:hover {
    color: #000;
}

a.brochure-link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 10px !important;
    z-index: -1;
}

a.brochure-link:hover:after {
    background: #fff;
    animation: loadingWave 4s linear;
}

@keyframes loadingWave {
    0% {
        clip-path: polygon(0% 100%,100% 100%,99% 100%,81% 100%,64% 100%,46% 100%,29% 100%,14% 100%,0 100%);
    }
    10% {
        clip-path: polygon(0% 100%,100% 100%,100% 90%,84% 94%,66% 95%,47% 94%,31% 95%,14% 96%,0 94%);
    }
    20% {
        clip-path: polygon(0% 100%,100% 100%,100% 74%,81% 72%,63% 72%,44% 75%,33% 77%,16% 78%,0 74%);
    }
    40% {
        clip-path: polygon(0% 100%,100% 100%,100% 53%,85% 55%,67% 58%,44% 54%,30% 48%,15% 47%,0 49%);
    }
    60% {
        clip-path: polygon(0% 100%,100% 100%,100% 24%,86% 25%,69% 29%,53% 34%,37% 38%,18% 40%,0 38%);
    }
    80% {
        clip-path: polygon(0% 100%,100% 100%,100% 22%,84% 29%,67% 31%,45% 27%,26% 17%,12% 14%,0 15%);
    }
    90% {
        clip-path: polygon(0% 100%,100% 100%,100% 5%,86% 10%,73% 10%,55% 6%,33% 3%,15% 5%,0 9%);
    }
    100% {
        clip-path: polygon(0% 100%,100% 100%,100% 0,86% 0,71% 0,55% 0,34% 0,18% 0,0 0);
    }
} 



.awsm-job-wrap .awsm-job-item:hover {
    box-shadow: 6px 10px #335dab;
    background-color: #fff;
}

.awsm-job-wrap .awsm-grid-item a {
    background: #fff;
    border-radius: 26px
}

a.awsm-job-item .awsm-job-specification-item {
    color: #4c4c4c;
    font-size: 15px;
     padding-top: 10px;
}

.awsm-job-more-container {
    padding-top: 7px;
    color: #335dab;
    font-size: 16px;
}

.em-theme-main-page .comments-area {
    margin-top: 40px;
    clear: both;
    display: none;
}

.elementor-3919 .elementor-element.elementor-element-715fc7f .elementor-icon-list-items.elementor-inline-items {
    margin-inline: calc(-20px / 2);
}


.consen-blog-index.blog-area.consen-blog-area.blog-grid-item {
    padding: 70px 0 0px !important;
}


.product-box-content h3 {
    display: none;
}

.product-box-content ul {
    display: none;
}

.product-box-content h4 {
    display: none;
}

.product-box-content {
    padding-top: 10px;
    padding-bottom: 10px;
}


.service_box.style6 {
    background: #f7f7f7;
    padding: 26px 27px 46px;
    text-align: center;
    position: relative;
    z-index: 1;
}


.blog-readmore a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #39b54a, #335dab) !important;
    border-radius: 8px;
     -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
              padding: 1.5px; /* border thickness */

    
}

.blog-readmore a {
   background: linear-gradient(90deg, #39b54a, #335dab) !important;
}

.blog-readmore a {
   position: relative;
   z-index: 1;
}



.blog-readmore a:hover {
    
    color : #fff !important;
}

.modal-body-left {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.modal-dialog.modal-dialog-centered {
    max-width: 800px;
    border-radius: 25px;
    overflow: hidden;
}

.modal-body {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 30px;
}


.modal-body-left img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    object-fit: cover;
}

.modal-body-right h4 {
    text-transform: uppercase;
    color: #335dab;
    font-size: 25px;
}


.my-accordion.style-two li p a {
    padding: 0px;
    display: inline;
}

.my-accordion.style-two li p a::before{
display: none;
}

.my-accordion.style-two li p a::after{
display: none;
}


/* .breadcumb-area {
    padding: 120px 0 89px;
    background: url(https://thewebsitedemo.in/floteknew/wp-content/uploads/2025/12/vdvdsfvdfv.jpg) no-repeat center / cover !important;
    position: relative;
        height: 330px;
} */

.breadcumb-inner h2 {
    font-size: 30px !important;
    color: #fff;
    margin-bottom: 30px;
}

.consen-blog-meta-left i {
    color: #335dab !important;
    margin-right: 8px;
    font-size: 15px;
}

.post-details-category a:hover {
    color: #335dab !important;
    border-color: #335dab !important;
}

.comment_forms {
    padding-bottom: 20px;
}

.consen-blog-meta-left {
    display: none;
}

.brpt h2 {
    font-size: 30px !important;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
}

.blog-grid .consen-blog-content-area {
    padding: 20px 25px 25px;
}

.reply_date span.span_right:hover {
    background: #335dab;
}

.reply_date span.span_right {
    float: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #335dab !important;
    padding: 5px 13px;
    transition: .3s;
    border-radius: 3px;
}

.wp-block-search__button {
    margin-left: .625em;
    word-break: normal;
    background: #335dab !important;
    color: #fff;
    font-weight: 500;
    border: 0;
    border-radius: 5px;
}

button.wpcf7-submit.btn.solid-btn {
    background: #335dab !important;
    color: #fff;
    padding: 13px 30px;
    border-radius: 7px;
    transition: .5s;
    border-radius: 30px;
    margin-top: 20px;
}


.counter-section {
    background: linear-gradient(90deg, #39b54a, #335dab);
    padding: 40px 20px;
}

.counter-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    text-align:center;
    color:#fff;
}

.counter-box{
    flex:1;
}

.counter-box h2{
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Rubik';
    color: #fff;
}

.counter-box p{
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Rubik';
}

.about-values {
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, #39b54a, #335dab);
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto; /* center horizontally if needed */
}

.about-values img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid {
    border: 1px solid red !important;
}

 ul.scacontact-form li p {
    line-height: 18px;
} 

.home-industries {
    padding: 10px 0;
}

.industry-grid {
    display: flex;
    flex-wrap: wrap;
}

.home-industries h3 {
    text-align: center;
    padding-bottom: 30px;
}

.industries_box {
    width: 33.33%;
    border: 1px solid #ddd;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: #fff;
}

/* Remove double borders */
.industry-grid .industries_box:nth-child(3n) {
    border-right: 1px solid #ddd;
}
.industry-grid .industries_box {
    border-right: 1px solid #ddd;
}

/* Equal height */
.industry-grid {
    align-items: stretch;
}

.industries_box:hover img {
    transform: scale(1.1);
}

.industries_box img {
        width: 70px;
    height: 70px;
   margin-bottom: 20px;
    object-fit: contain;
    transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
}

/* Heading style */
.industries_box h2 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
}


.testimonials-wrap {
			padding: 0px 0;
		}
		
    .text.pl-4 {
    text-align: center;
	padding-left: 0px;
	    padding-top: 15px;
}


	
.pl-4 {
    
	padding-left: 0px !important; 
}
		.testimonial-box {
		    display: block;
		    position: relative;
		    padding: 30px 20px;
		    background: #fff;
		    border: 1px solid rgba(0,0,0,.03);
		    border-radius: 5px;
		    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
		}
		.user-img {
		    width: 80px;
		    height: 80px;
		    border-radius: 50%;
		    position: relative;
			min-width: 80px;
			background-size: 100%;
		}
		.carousel-testimonial .item {
			padding: 0px 10px 30px 10px;
		}
/* 		.quote {
			position: absolute;
		    top: -23px;
		    color: #2e9da1;
		    font-size: 27px;
		} */
		.name {
			margin-bottom: 0;
		    line-height: 14px;
		    font-size: 17px;
		    font-weight: 500;
		}
		.position {
			color: #adadad;
			font-size: 14px;
		}
		.carousel-testimonial .owl-nav {
			text-align: center;
		}
		.carousel-testimonial .owl-nav button.owl-next, 
		.carousel-testimonial .owl-nav button.owl-prev {
		    padding: 0 12px !important;
		}
		.carousel-testimonial .owl-nav button {
			outline: none;
			padding: 0;
		}
		.carousel-testimonial .owl-nav button.owl-next span, 
		.carousel-testimonial .owl-nav button.owl-prev span {
			display: block;
		    font-size: 40px;
		    width: 25px;
		    height: 25px;
		    vertical-align: 0px;
		    line-height: 16px;
		}
		.carousel-testimonial .owl-nav button.owl-next.disabled, 
		.carousel-testimonial .owl-nav button.owl-prev.disabled {
			opacity: 0.5;
		}

    .testimonial-box {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
}

.user-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.stars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stars img {
    height: auto;
	width : 80px !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .industries_box {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .industries_box {
        width: 100%;
    }
}


/* Mobile */
@media(max-width:768px){

.product-gallery .row{
flex-direction:column;
}

.main-image-outer{
width:100%;
height:auto;
}

.product__thumbnail{
width:60px;
}

}


@media(max-width:768px){

.product-outer .row .prduct-inner{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 60px 20px 20px 20px;
}
.Product-grid {
    margin-top: 10px; 
}


.brochure-outer .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.certificate-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.product-gallery .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.single-product-content-outer .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.single-product-outer {
    position: static;

}

section.product-gallery {
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.single-product-outer {
    margin-top: 60px;
    margin-bottom: 0px;
}

section.single-product-content-outer {
    padding-left: 15px;
    padding-right: 15px;
}

.single-product-content-right {
    
     margin: 0px;
}

/* .banner-bredcrum-tittle h4 {
    color: #fff;
    font-size: 25px;
} */

.product-nav-outer {
    margin-top: 20px;
}

.single-product-navigation .product-nav-outer{
        margin-left: 15px;
    margin-right: 15px;
}
.right-discribtion {
     margin-top: 0px; 
}
.sub-banner-outer .row {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}

.scacontact-form .name-fields p {
  
        display: flex;
        gap: 12px;
        align-content: center;
        flex-direction: column;
    }

.two-col {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px;
    
}
.elementor-3403 .elementor-element.elementor-element-41a8360 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.menu-item-has-children .sub-menu {
    max-height: 165px !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    z-index: 9999;
}

.leadership-outer .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.Executive-outer .row {
    display: grid;
    grid-template-columns:  1fr;
    gap: 30px;
}

.investor-leadership-outer .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.GRA-stage-dot{
        display: none;
}

.counter-container {
    /* max-width: 1200px; */
    margin: auto;
    display: block !important;
    justify-content: space-between;
    text-align: center;
    color: #fff;
}

.industries-image {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.modal-body {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 30px;
}

}





/* mobile */
@media(max-width:768px){
  .timeline,
  .GRA-timeline-fill,
  .GRA-timeline-indicator{
    left:20px;
  }

  .GRA-timeline-stage{
    grid-template-columns:1fr;
    padding-left:40px;
  }

  .home-GRA-home-GRA-stage-right{
    text-align:left;
    padding-bottom:10px;
  }

  .home-GRA-stage-right{
    padding-left:0;
  }
}
.elementor-1691 .elementor-element.elementor-element-0aaf653 {
  margin-left:0px;
}
.elementor-element.elementor-element-2fd9600{
  margin: 0px;
}

/* Mobile menu (meanmenu): allow expanded submenus to show all items without inner scrolling.
 * Overrides the global .menu-item-has-children .sub-menu max-height:165px which was
 * cramping mobile submenus to ~3 items. */
.mean-container .mean-nav .sub-menu,
.mean-container .mean-nav .menu-item-has-children .sub-menu {
    max-height: none !important;
    overflow: visible !important;
    position: static !important;
    width: 100% !important;
}
.mean-container .mean-nav .sub-menu .sub-menu {
    padding-left: 0 !important;
}
