/* --- Punit css --- */

.inner-banner {
  height: 300px;
    background: linear-gradient(#9c5ca4d9, #9c5ca485), url('../images/who-we-are-banner.jpg') center / cover no-repeat;
  position: relative;
}

.inner-banner h1 {
  letter-spacing: 1px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.who-we-are {
  background: #f9f9f7;
  overflow: hidden;
  padding-top: 5rem !important;
}

.image-wrapper {
  position: relative;
}

.main-img {
  position: relative;
  z-index: 2;
}

.shape {
  position: absolute;
  width: 250px;
  height: 250px;
  background: linear-gradient(45deg, #0d6efd, #6610f2);
  border-radius: 50%;
  top: -40px;
  left: -40px;
  z-index: 1;
  opacity: 0.2;
}

.icon-box {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.who-we-are-content{
        height: 300px;
    overflow-y: scroll;
}
.who-we-are-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    background-color: #fff;
}

.who-we-are-content::-webkit-scrollbar
{
    width: 4px;
    background-color: #fff;
}

.who-we-are-content::-webkit-scrollbar-thumb
{
    background-color: #004b87;
}
.counter-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  background: linear-gradient(45deg, #0d6efd, #6610f2);
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.counter-icon-2{
        background: linear-gradient(45deg, #26a56a, #198653);
}
.counter-icon-3{
            background: linear-gradient(45deg, #d5a71d, #ffc107);
}
.counter-icon-4{
            background: linear-gradient(45deg, #c1202f, #dc3545);
}
.creative-mvv {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  overflow: hidden;
}

.content-block {
  padding: 30px;
      border-radius: 8px;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, #0d6efd, #6610f2);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.bg-success-gradient {
  background: linear-gradient(45deg, #198754, #20c997);
}

.bg-warning-gradient {
  background: linear-gradient(45deg, #ffc107, #fd7e14);
}

.bg-shape {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: auto;
  opacity: 0.15;
}
.mission-bg{
        background: #f9f9f7;
}
.vision-bg{
        background: #fff;
}
.values-bg{
        background: #f9f9f7;
}
.mission-img img{
    border-radius: 8px;
}
.mission-ul li{
    position: relative;
    list-style: none;
}
.mission-ul li i{
 content: "";
    position: absolute;
    left: -25px;
    transform: rotate(45deg);
    color: #dd8d36;
}
 .country-card{
        background:#004b87;
        border:2px solid #d9973d;
        border-radius:12px;
        padding:15px 25px;
        transition:0.3s;
    }

    .country-card:hover{
        transform:translateY(-3px);
    }

    .country-icon{
        width:45px;
        height:45px;
        background:#ffffff;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:20px;
    }

    .divider{
        height:1px;
        background:#00000040;
        margin:10px 0;
    }

    .country-title{
        color:#ffffff;
        font-weight:600;
        font-size:22px;
    }

    .country-text{
        color:#e4e4e4;
        font-size:15px;
        margin-bottom:0;
    }
    .pressence-img img{
        width: 100%;
            border: 2px solid #004b8717;
    }
/* News Card */
.news-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  transition:0.4s ease;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.news-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

.news-card img{
  height:220px;
  object-fit:cover;
}

/* Sidebar */
.sidebar-box{
  background:#fff;
  padding:25px;
  border-radius:20px;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
  margin-bottom:30px;
}

.sidebar-box h5{
  font-weight:600;
  margin-bottom:20px;
}

.tag{
  display:inline-block;
  padding:6px 12px;
  margin:5px 5px 0 0;
  background:#e9ecef;
  border-radius:50px;
  font-size:13px;
  text-decoration:none;
  color:#333;
  transition:0.3s;
}

.tag:hover{
  background:#9c5ca4;
  color:#fff;
}

.recent-post{
  display:flex;
  align-items:center;
  margin-bottom:15px;
}

.recent-post img{
  width:60px;
  height:60px;
  object-fit:cover;
  border-radius:10px;
  margin-right:10px;
}
.blog-search-btn{
      background: #9c5ca4;
    border-color: #9c5ca4;
}
.blog-search-btn:hover{
      background: #d9973d;
    border-color: #d9973d;
}
.recent-post a, .categories li a{
  color: #000;
}
.blog-inner-image img{
  border-radius: 8px;
}
.read-more-container ul li {
    list-style: disc;
}

.read-more-container ul {
    padding-left: 15px;
    margin-bottom: 15px;
}
.mininnerpagerrimg .card-header-img {
    height: auto;
}
/* --- Punit css End--- */

@media (max-width: 767px){
    .counter-icon {
    width: 60px;
    height: 60px;
        font-size: 24px;
}
}

.bannersec {
    position: relative;
    height: auto;
    overflow: hidden;
}

.bannersec video {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.sound-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50px;
}
.footer-section{
    overflow: hidden;
}
.inner-banner {
  height: 300px;
  position: relative;
}

.inner-banner h1 {
  letter-spacing: 1px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.dg-top-pd{
  padding-top:60px;
}
.dg-bottom-pd{
  padding-bottom:60px;
}
.dg-both{
  padding:60px 0px;
}
.contact-nfo {
    text-align: center;
}

.contactdt ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.contactdt ul li {
    width: calc(33.333% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b9b9b9;
    border-radius: 14px;
    background: #f9f9f7;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contactdt ul li span {
    width: 100%;
}

.contactdt ul li i {
    background: #9c5ca4;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto;
}

.contactdt ul li span strong {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 22px;
}

.contactdt ul li span a {
    text-decoration: none;
    color: #000;
}
.cont-form-wrapper {
    margin-top: 20px;
    background: #eee;
    padding: 20px;
    border-radius: 20px;
}

.cont-form-wrapper .cont-form-control {
    color: #000;
    padding: 10px 15px !important;
}
.cont-form-wrapper .cont-form-control::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.cont-form-wrapper .cont-form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}
.cont-form-wrapper .cont-form-control.cont-form-textarea {
    height: 120px;
}
.cont-form-wrapper .cont-form-control:focus-within,
.cont-form-wrapper .cont-form-control:focus{
    outline: none;
    box-shadow: none;
    border-color:#9c5ca4;
}
.mapbox iframe.googlemaps {
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid #eee;
    height: 520px;
}
.single-img img {
    width: 100%;
    border-radius: 30px;
}

.single-img {
    margin-top: 20px;
}
.bh-tabs-wrapper {
    width: 100%;
}

.bh-tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.bh-tab-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    background: #eee;
    transition: 0.3s;
    border-radius: 60px;
}

.bh-tab-btn.active {
    background: #7a4080;
    color: #fff;
    border-radius: 60px;
}

.bh-tab-panel {
    display: none;
}

.bh-tab-panel.active {
    display: block;
}

.tabdata {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 30px;
}

.sigimg img {
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #ececec;
    padding: 10px;
    max-width: 200px;
}
.sliderimgbox img {
    height: 410px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid #eee;
}

.sliderimgbox {
    margin-bottom: 10px;
}
.logogallerysec .sliderimgbox img{
    height:auto;
}
.singleweelchair video {
    width: 100%;
    border-radius: 30px;
}
.logimg {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #fff;
    border: 5px solid #b15df8;
    padding: 20px;
    margin-top: -80px;
    border-radius: 20px;
    width: 100%;
    max-width: 440px;
}

.innerpagelogosec {
    text-align: center;
    position: relative;
    z-index: 1;
}

.logimg img {
    width: 100%;
}
.why-choose-us-section .row {
    justify-content: center;
}
.locationimgbox img{
    border-radius: 15px;
}
.locationimgbox img {
    border: 5px solid #eee;
}
#viewTicker {
position: fixed;
    bottom: 20px;
    right: 20px;
    background: #9c5ca4;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    z-index: 99;
    font-size: 12px;
}
.singleimgbox img {
    border: 1px solid #9c5ca4;
    border-radius: 30px;
    padding: 10px;
	width: 100%;
    background: #fff;
}
.testicirtificate-box {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.ctitem {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.ctitem h5 {
    font-size: 14px;
    font-weight: bolder;
}

.ctitem img {
    width: 100%;
    border-radius: 10px;
}
.airforce-sec {
padding-bottom: 80px;
    background-size: cover;
    background-position: left bottom;
}
.airforce-sec .about-info {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
/*-- Responsive Start --*/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.contactdt ul li {
    width: 100%;
}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.mobilereverce{
        flex-direction: column-reverse;
}
.mapbox{
    display: none;
}
.singleweelchair {
    margin-top: 30px;
}
.footer-section .footer-shape{
    width: 100%;
}
	.singleimgbox img{
		margin-top:30px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 766px){ 
.contactdt ul li {
    width: 100%;
    margin-bottom: 0px;
}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.mobilereverce{
        flex-direction: column-reverse;
}
.bh-tab-btn {
    width: 100%;
}

.bh-tabs-nav {
    flex-wrap: wrap;
}
.tabdata {
    flex-wrap: wrap;
    text-align: center;
}
.sliderimgbox img{
    height:300px;
}
.mapbox{
    display: none;
}
.singleweelchair {
    margin-top: 30px;
}
#viewTicker {
    position: fixed;
    bottom: 13px;
    right: 14px;
    background: #9c5ca4;
    color: #fff;
    padding: 5px 11px;
    border-radius: 20px;
    z-index: 99;
    font-size: 13px;
}
	.testicirtificate-box {
    flex-wrap: wrap;
}
		.singleimgbox img{
		margin-top:30px;
	}
.intro-container .toggle-label {
    margin: 0 auto !important;
    display: table;
}
}