.footer-tagline-agnis {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 13px !important;
  font-weight: 500;
  padding: 13px 0;
  color: #FFF !important;
  letter-spacing: 0.5px;
}

.footer-tagline-agnis p {
	font-size: 13px !important;
	color: #FFF !important;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #FF9933, #FFFFFF, #138808) 1; /* Indian tricolor underline */
}

.footer-tagline-agnis a {
  color: #FFF !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-tagline-agnis a:hover {
  color: #FF9933; /* saffron hover effect */
}


.title1 {
  font-size: 65px;
}

.text-justify
{
	text-align: justify !important;
}

.space
{
	padding: 80px 0 !important;
}

.bg1
{
background-color: #fff;
background-image: url( "../agnis-assets/bg/bg1.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.icon.bg-theme-color2.size {
  width: 87px;
}
.breadcrumb-h1 {
  font-size: 18px;
  color: #F9F9F9;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 0px;
}
.btn.btn-custome {
  border-radius: 6px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  background-color: #aa1517;
  color: #fff;
}
.btn.btn-reset {
  border-radius: 6px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  background-color: #ffbf14;
}
.panel-success > .panel-heading {
  background-color: #aa1517;
  border-color: #d6e9c6;
  color: #fff;
    font-size: 20px;
}
.panel-success {
  border-color: #aa1517;
}
.big-text {
  font-size: 18px;
  font-weight: 100;
}



.service-sidebar {
  padding-right: 50px !important;
}
.small-circle  {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 219px;
}
.about-block-three .inner-box .title {
  color: var(--theme-color-dark);
  font-weight: 500;
  font-size: 17px;

  margin-top: 10px;
}
.segments-serve {
    display: flex;
    flex-wrap: wrap; /* allow columns to wrap */
    padding-left: 20px;
    padding-right: 20px;
 
}

.segments-serve .segments-serve-col {
    flex: 0 0 12%;
    max-width: 12%;
    box-sizing: border-box;
    padding-left: 13px;
	padding-right: 0px;
}
.industry-img{
border-radius:50%;
border: 2px solid rgba(166,20,20,1.00);
    padding: 2px;
}
.img-text {
  font-size: 16px;
  line-height: 19px;
  color: #333;
  margin-top: 9px;
  font-weight: 500;
  text-align: center;
}
.heading {
  font-weight: 500;
}




/*=========================================================================================*/



@media (max-width: 767px) 
{
	
	.service-sidebar {
  padding-right: 0px !important;
}
	
	
.fun-fact-section .sec-title {
  margin-bottom: 65px;
}
	.counter-block .count-box .count-text {
  font-size: 40px;
}
  .icon.bg-theme-color2.size {
  width: 149px;
}
    .page-title .title {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 1px;
  margin-top: 72px;
}
    .blog-details__tags a {
  position: relative;
  font-size: 14px;
  background-color: var(--theme-color2);
  color: var(--theme-color-dark);
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
  margin-bottom: 10px;
}
    .heading {
  font-size: 27px;
 font-weight: 500;
}
 
    .segments-serve .segments-serve-col {
        flex: 0 0 50%;  /* 2 columns per row on mobile */
        max-width: 50%;
    }
    .sidebar-widget.service-sidebar-single {
 
  margin-top: 12px;
}
    @media (max-width: 480px) {
  .breadcrumb-h1 {
    font-size: 16px;
    padding-top: 8px;
  }
}
    
}
