/* CSS Document */
.back
{
background-color:#FF8080;
color:#FFFFFF;
font-size:16px;
height:40px;
}
.atxt
{
font-size:16px;
text-decoration:none;
}
#borderimg { 
  border: 5px solid gray;
  padding: 5px;
   
     margin-top: 20px;
  padding-bottom: 5px;
  
 
}

.aipan-bg {
	background-image: url(../images/apain-art.png);
	 background-color: #F7F2F2; 
	/*background-size: cover;
	background-repeat: no-repeat;*/
}
.aipan-bg2 {
	background-image: url(../images/aipan-art2.png);
	 background-color: #F7F2F2; 
	/*background-size: cover;
	background-repeat: no-repeat;*/
}
.design-bg {
	background-image: url(../images/design.png);
	 background-color: #F7F2F2; 
	 height:75px;
	/*background-size: cover;
	background-repeat: no-repeat;*/
}

.design-bg-blue {
	background-image: url(../images/design-blue.jpg);
	 background-color: #F7F2F2;
	 height:30px;
	background-size: cover;
	background-repeat: no-repeat;
}

.design-bg-brown {
	background-image: url(../images/bg2.jpg);
	 background-color: #F7F2F2;
	 height:75px;
	background-size: cover;
	background-repeat: no-repeat;
}
.copyright-footer-one p{
color:#FFFFFF
}.header-top-area {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}

.bg-primary-color {
    background: #0c59db;
}

.language-select {
    width: 180px;
    height: 40px;
    font-size: 14px;
    padding: 5px 35px 5px 10px; /* leave space for arrow */
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;

    /* Custom dropdown arrow */
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border 0.2s, box-shadow 0.2s;
}

/* Hover effect */
.language-select:hover {
    border-color: #999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Focus state */
.language-select:focus {
    outline: none;
    border-color: #0c59db;
    box-shadow: 0 0 0 3px rgba(12,89,219,0.2);
}

/* Dropdown options */
.language-select option {
    padding: 10px;
    font-size: 14px;
}
.imp-link-swiper-ac img{
height:100px;
}
.imp-link-swiper-ac .rts-single-condition-team .thumbnail img {
	height:125px;
}
.imp-link-swiper-ac .rts-single-condition-team .thumbnail img {
	width: 100%;
}
.imp-link-swiper-ac .rts-single-condition-team .thumbnail  {
	border:#333333 1px solid;
}

.team-sc-main-swiper-wrapper .swiper-button-next {
	right: -100px;
}
.team-sc-main-swiper-wrapper .swiper-button-prev {
	left: -100px;
}
.swiper-button-next, .swiper-button-prev {
	
	top: 40px;
	
}
.photo-text{
height:120px;
}
.blog-single-one .body {
	padding: 20px 10px 20px 20px;
	background: #F7F7F7;
}
.blog-single-one .box {
	height:680px;
}
.table {
font-size:14px;
}
.single-contact--info-wrapper {
	background: #F6D7AE;
}
header.header-one {
background-image: url('../images/header-bg.jpg');
    background-size: cover;
    background-position: center;
}
header.header-one .header--one-main .logo-area {
	padding: 0px 10px 0px 0;
	display: block;
}
/*	.logo-area img{
	width:40%;
	}*/
	/* Ensure the carousel spans the full width of its container */
.carousel {
    width: 100%;
    margin: 0 auto; /* Center the carousel within its container */

}

/* Remove extra padding and margin around the images */
.carousel-item img {
    width: 100%;  /* Ensures the image covers the full width of the item */
     /* Adjusts the height based on the width */
}
.overlay-black-middle::after {

	background-color: #2f395b;
}
/*Client carousel */



.ow-client-logo {

    background-color: #fff;

    display: table;

    width: 100%;

}

.client-logo {

    display: table-cell;

    text-align: center;

    vertical-align: middle;

    padding: 10px;

	border: 1px solid rgba(0,0,0,0.1);

    border-radius: 3px;

}

.news-ticker {
  background: #fff;
  border: 1px solid #dee2e6;
  overflow: hidden;
  height: 45px;
  display: flex;
}

.ticker-title {
  background: #dc3545;
  font-size: 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-right: 3px solid #dc3545;
}

.ticker-wrap {
  overflow: hidden;
  position: relative;
}

.ticker {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker-scroll 105s linear infinite;
}

.ticker-item {
  display: inline-block;
  padding: 0 60px;
  font-size: 15px;
  color: #333 !important;
  border-right: 1px dashed #ccc;
}

.ticker-item a {
 color: #e12a2a !important;
}
.ticker-item:last-child {
  border-right: none;
}

.atxt {
  text-decoration: none;
  color: #007bff;
  font-weight: 500;
}

.atxt:hover {
  color: #0056b3;
  text-decoration: underline;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Pause on hover */
.ticker-wrap:hover .ticker {
  animation-play-state: paused;
}

/* Optional: responsive tweaks */
@media (max-width: 768px) {
  .ticker-item {
    padding: 0 30px;
    font-size: 14px;
  }
  .ticker-title {
    font-size: 13px;
    padding: 0 10px;
  }
}


.new-blink {
    background: red;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 3px;
    margin-right: 6px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}


.owl-carousel .ow-client-logo img {

    height: 80px;

    max-height: 100%;

    width: auto;

    display: inline-block;

	object-fit: cover;

}

.red-bg-wrap {
    background-color:#dc3545;
    color:#fff;
    text-align:center;
    text-transform: capitalize;
}
/* ===== Top Header Links ===== */
.header-top-area span a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: capitalize;
}

/* Web Mail Button Style */
.header-top-area span a[href*="mail.gov.in"] {
  background: #ffd24c;
  color: #0d3d5a;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 15px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.header-top-area span a[href*="mail.gov.in"]:hover {
  background: #ffc107;
  color: #000;
  transform: translateY(-2px);
}

/* Skip to Content Button Style */
.header-top-area a.skip-to-content {
  background: #ffffff1a;
  color: #fff;
  border: 1px solid #ffffff55;
  padding: 7px 15px;
  border-radius: 20px;

  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.header-top-area a.skip-to-content:hover {
  background: #fff;
  color: #0d3d5a;
  border-color: #fff;
  transform: translateY(-2px);
}

/* Optional: subtle hover underline for other links */
.header-top-area span a:not([href*="mail.gov.in"]):not(.skip-to-content):hover {
  color: #ffd24c;
  text-decoration: underline;
}
#languageDropdown{	
	height: 35px;
	width: 114px;
	font-size: 15px;
}
.height-80{
	height:80px;
}
.height-120{
	height:120px;
}
.height-125{
	height:125px;
}
.main-nav-one ul li.has-dropdown a.nav-link {
	padding: 19px 16px !important;
	
}

/* Base: hide all 3rd level menus */
.sub-dropdown > .submenu {
    display: none;
}

/* Only JS-opened submenu is visible */
.sub-dropdown.open > .submenu {
    display: block;
}

/* 🚫 CRITICAL: disable hover behavior entirely */
.sub-dropdown:hover > .submenu {
    display: none !important;
}
/* Force submenu items to expand with wrapped text */
.submenu li {
    height: auto !important;
    min-height: unset !important;
    align-items: flex-start !important;
}

/* Ensure anchor grows with content */
.submenu li a {
    display: block !important;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.4;
}
/* Fix flex-based menu items */
.submenu li {
    display: block !important;
}
.submenu {
    width: max-content;
    min-width: 260px;
    max-width: 420px;
}
.main-nav-one ul li.has-dropdown .submenu li a {
	padding: 12px 18px 12px 5px;
}
.mobile-menu-main nav ul {
	padding: 0 5px;
	display: block;
}

.single-footer-one-wrapper .single-footer-component.second {
	flex-basis: 28%;
}
.btn2{
	position: absolute;
          top: 10px;
          right: 10px;
          width: 35px;
          height: 35px;
          background: #fff;
          border-radius: 50%;
          font-size: 28px;
          line-height: 28px;
          text-align: center;
          opacity: 1;
          z-index: 10;
	
}
.single-solution a:hover{
	color:#fff;
}

h1, h2, h3,  .h1, .h2, .h3 {
	color: #dc3545;
}

.sm-thumbnail-sd{
border-radius: 10px;	
}
.swiper-slide{
	width: 322.5px; margin-right: 10px;
}
.swiper-wrapper {
	transform: translate3d(-2660px, 0px, 0px); transition-duration: 0ms;
}
.implink .swiper-slide{
	height: 22.5px; margin-right: 10px;
}
.implink .swiper-wrapper{
	transform: translate3d(-2660px, 0px, 0px); transition-duration: 0ms;
}
.progress-circle{
transition: stroke-dashoffset 10ms linear 0s; stroke-dasharray: 307.919, 307.919; stroke-dashoffset: 307.919;
}