 /* ===== Section CSS ===== */

        .cta {
    background: 0 0 / cover #9d2531;
    padding: 50px;
    }
    .cta{

    min-height: 245px;
    }
     .cta .cta-btn {
    color: #fff;
    background: #d60a3d;;
    font-weight: bold!important;
}
    
  .location-item {
  background-color: #f8f9fa;
  padding: 10px 15px;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.location-item:hover {
  background-color: #009cea;
  color: white;
  transform: translateY(-2px);
}
.why-herder{
    font-weight: 900;
    font-size: 35px;
}
.grow{
    font-weight: 700;
    font-size: 45px;
}
  /*foot-slider*/
   .carousel-banner {
    height: 300px;
    object-fit: cover;
  }
.cta-sec{
      margin-top:-23px;
  }
  .cta-txt{
      color:white;
      margin-top:20px;
  }
   .twitt{
      width: 10%;
  }
  .twitt-foot{
      width:9%!important;
  }
.copy-ri{
    margin-top: -100px;
}


 @media (min-width: 992px) {
    .carousel-banner {
      height: 500px;
    }
  }
  /*end slider*/
  .hed-banner{
      margin-top: 20px;

  }
  /*.car-slid{
          margin-top: 42px;
  }*/
  #caro .carousel-item {
  
    position: relative;
    display: none;
    float: left;
    width: 100%;
    /*margin-right: -100%;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .1s ease-in-out;
}
/*  .icon-partner{
          margin-left: -2px;
  }*/
  .clients-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

 #clients-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }

  #clients-list li {
    flex: 0 0 auto;
    width: 220px;
    padding: 10px;
  }

  #clients-list img {
    width: 100%;
    height: auto;
    display: block;
  }
  
.mob-banner{
    padding: 25px;
}


.text-place{
    text-align: center;
      
}
.place-part{
      color: #009cea;
    margin-left: -29px;
    font-family: ui-serif;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
    font-size: 37px;
    margin-bottom: 18px;

}
.text-font {
    font-size: 18px;
   
}


   .img-logo{
           width: 164px;
   }   
  
  .head-tx{
      margin-top: -35px;
    font-size: 28px;
    margin-left: 38px;
  }
  .submit-btn{
      margin-left: 175px;
    margin-top: 4px;
  }
  body {
    font-family: Arial, sans-serif;
}

.modal {
    display: none; / Hidden by default /
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
       background-color: #fff;
    margin: 5% auto;
    padding: 2px;
    border: 1px solid #888;
    width: 25%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.seo-cta-section{
    position:relative;
    padding:8px 7px;
    background:linear-gradient(135deg,#009cea,#0078b5);
    overflow:hidden;
}

.seo-cta-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    top:-120px;
    right:-100px;
}

.seo-cta-section::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,0.06);
    border-radius:50%;
    bottom:-80px;
    left:-80px;
}

.seo-cta-content{
    max-width:900px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

.cta-tag{
    display:inline-block;
    padding:10px 20px;
    background:rgba(255,255,255,0.15);
    color:#fff;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.seo-cta-content h2{
    color:#fff;
    font-size:40px;
    font-weight:600;
    line-height:1.2;
    margin-bottom:20px;
}

.seo-cta-content p{
    color:rgba(255,255,255,0.9);
    font-size:18px;
    line-height:1.8;
    max-width:750px;
    margin:0 auto 35px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.cta-btn-primary{
    background:#fff;
    color:#009cea;
    text-decoration:none;
    padding:16px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.cta-btn-primary:hover{
    transform:translateY(-4px);
}

.cta-btn-secondary{
    background:transparent;
    border:2px solid #fff;
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.cta-btn-secondary:hover{
    background:#fff;
    color:#009cea;
}

@media(max-width:768px){

    .seo-cta-content h2{
        font-size:38px;
    }

    .seo-cta-content p{
        font-size:16px;
    }
}

  .text-justify{
      text-align:justify;
      line-height:28px;
  }
  .cta .cta-btn {
    color: #fff;
    background: #d60a3d;;
    font-weight: bold!important;
}
  .services .title {
     font-weight: normal!important;
    }
  .header_ti{
      font-size:24px;
    }
    .icon img{
filter: invert(1);
}
.about .container {
    background-color: #fff!important; 
}
    .header{
      border-color: #0b5959;
    }
   .mr-left{
       margin-left: -20px;
   }
   h4 {
       font-size:18px;
   }
   .sub_header{
       font-size:30px;
       text-align: center;
   }
   .client_para{
       font-weight:normal;
       font-size:14px;
   }
   .cta h3{
       font-size:24px!important;
   }