/*************************
*******Typography******
**************************/

body {
  background: #f2f2f2;
  font-family: 'Heebo', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500; 
  font-family: 'Heebo', sans-serif;
  color:#4e4e4e;
}

h1 {
    font-size: 28px;
    color: #ffffff;
    line-height: 44px;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 24px;
}
h3.heading-3.text-center {
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    color: #710e1a;
    line-height: 27px;
}
.clearfix{
    clear: both;
}
.padding-top-0 {
    padding-top: 0;
    margin-top: 0;
}
a {
  color: #700d18;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

h4.mt-10 {
    margin-top: 20px;
}

h4.form-heading {
    padding: 13px 0 0 0;
}

iframe {
    border-radius: 22px;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
ul {
    list-style-type: none;
}
@media (min-width: 767px) {
    i.fa.fa-phone-square {
        margin-left: 20px;
    }
}
.m-top-15 {
    margin-top: 30px;
}
a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.no-padding {
    padding: 0px;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 200px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
    padding: 0px 0;
}

.center {
  text-align: center;
  padding-bottom: 25px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}



h3.heading {
    color: #000;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 500;
    font-size: 21px;
    margin: 0;
    text-transform: uppercase;
}
h3.heading span {
    font-family: "Mukta Vaani", serif;
    text-transform: uppercase;
    color: #df8f00;
    font-weight: 600;
}

h3.heading-big, .home-list-item h3.heading-big{
	color: rgb(112, 15, 26);
    display: block;
    font-family: Heebo, sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 38.6px;
    margin-top: 0;
}

.count-box {
    margin-bottom: 35px;
}

.team-box {
    margin-bottom: 15px;
}

h4.heading {
    color: #04075D;
    letter-spacing: 2px;
    font-weight: 550;
    font-size: 22px;
}

h5.heading {
    color: #04075D;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
}


h4.sub-heading {
    border-bottom: 1px solid #F2F2F2;
    padding: 3px 0;
}

h4.sub-heading span {
    font-size: 19px;
    padding-bottom: 2px;
    color: #f36238;
    line-height: 26px;
}

.section-header {
    margin-bottom: 25px;
}

p {
    margin: 0 0 10px;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
}

h5 {
    font-size: 15px;
    color: #707070;
    letter-spacing: 0.3px;
    font-weight: 500;
}

/*************************
*******Header******
**************************/
header#header {
    position: relative;
    width: 100%;
}

/*#mainNav.active {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}*/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
    padding: 10px 0 5px 0;
    background: #fff;
    border-bottom: 1px solid #fff;
    line-height: 28px;
}

.top-number{
  color: #fff;
  font-size: 16px;
  text-align: right;
  padding-right: 25px;
}

.carousel-content h4 {
       font-size: 30px;
    font-family: "Mukta Vaani", serif;
    color: #fba100;
    line-height: 40px;
}

.top-number p {
    margin: 0;
    color: #6f0f1a;
    text-align: right;
    font-weight: bold;
}



.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #e5e9e5;
  padding: 7px 0 0px 0;
}
a.navbar-brand img{
    margin-bottom: 5px;
	width: 270px;
}

.navbar-nav>li{
       margin-left: 5px;
    padding-bottom: 13px;
    padding-top: 9px;
    padding-left: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active {
    padding: 5px 0;
    margin: 0 8px;
    border-radius: 0;
    color: #413d3d;
    line-height: 24px;
    display: inline-block;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0.3px;
    font-size: 15px;
}
li.active a {
    border-bottom: 2px solid;
}


.navbar-inverse {
  border: none;
}
nav#mainNav.affix {
    background: #fff;
    width: 100%;
    top: 0;
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

        .navbar-inverse .navbar-nav > .active > a,
        .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > .active > a:focus,
        .navbar-inverse .navbar-nav > .open > a,
        .navbar-inverse .navbar-nav > .open > a:hover,
        .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #710e1a;
            background: none;
        }

        .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: #fbfbfb;
          -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
          -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
          border: 0;
          padding: 0;
          margin-top: 0;
          border-top: 0;
          border-radius: 0;
          left: 0;
          top: 43px;
		  width: 217px;
        }

        .navbar-inverse .navbar-nav .dropdown-menu:before{
          position: absolute;
          top:0;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li > a {
            padding: 8px 15px;
            color: #000;
            font-weight: 500;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
          background-color: #700d18;
          color: #fff;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
          border-radius: 0 0 3px 3px;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li.divider {
          background-color: transparent;
        }

        .navbar-inverse .navbar-collapse,
        .navbar-inverse .navbar-form {
          border-top: 0;
          padding-bottom: 0;
        }
        .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a {
            background-color: #700d18;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #161d0a;
        }
        
.navbar-toggle {
    margin-top: 8px;
    background: #ae0d13;
    border: none;
}
.navbar-inverse .navbar-toggle {
    border-color: #f3653c;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #700f1a;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.affix.navbar-inverse .navbar-nav ul li a:hover {
    color: #fff !important;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}
.padding-right-0 {
	padding-right: 0;
}
.bg-red {
    background: #700f1a;
}
.bg-yellow {
    background: #fdac1a;
}

section#banner-footer-boxes .bg-red, section#banner-footer-boxes .bg-yellow {
    height: 170px;
}
.padding-right-10 {
    padding-right: 10px;
}
.overlay-top {
    position: absolute;
    width: 100%;
    top: -45px;
    z-index: 2;
}

.border-top-left {
    border-radius: 10px 0px 0px 10px;
}

.border-top-right {
    border-radius: 0px 10px 10px 0px;
}


#main-slider .carousel .carousel-content {
    margin-top: 52px;
}
section#banner-footer-boxes {
    position: relative;
	    margin: 0;
    padding: 0;
}

section#banner-footer-boxes h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}
.cta {
    text-align: center;
}

a.btn.btn-plain.btn-box {
    background: #202020;
    padding: 2px 12px;
    color: #fff;
}
a.btn.btn-plain.btn-box:hover {
    background: #ff0000;
}
.text-color-black h4, .text-color-black.inner-text p{
	color: #000;
}
.text-color-white h4, .text-color-white.inner-text p{
	color: #fff;
}
.box-text a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 0;
}

.box-text a:hover {
    color: #b6ff7e;
}
.box-text a.t-color {
	color: #000;
}

section#about {
    margin-top: 175px;
	
}

#main-slider .background-overlay{
background-color: transparent;
    background-image: linear-gradient(270deg, var(--e-global-color-15e46fd) 0%, #2A2A2A 80%);
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}	
	
#main-slider .carousel .slide-margin{
  margin-top: 0px;
}
h1.animation.animated-item-1 {
    margin-top: 120px;
}

#main-slider .carousel h2 {
    color: #ffffff;
    line-height: 32px;
    font-size: 22px;
    margin-bottom: 30px;
}

.btn.btn-outline {
    border: 1px solid #fff;
    margin: 30px 5px;
    padding: 9px 30px;
    font-size: 18px;
    background: #26a7ca;
    color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #700d18;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 450px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider.inner-page-banner .carousel .item {
  height: 450px;  
}
#main-slider.inner-page-banner .carousel .carousel-content {
    margin-top: 180px;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #f14c1c;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #f14c1c;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #f14c1c;
   margin: 0 15px 0 0;
   border: 1px solid #f14c1c;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #f14c1c;
  border: 1px solid #f14c1c;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


h4.animation.animated-item-1.h-1 {
    font-size: 31px;
    color: #fff;
    margin: 0px;
    padding: 0;
    line-height: 38px;
}

#main-slider h2.animation.animated-item-1.h-2 {
    margin: 0px !important;
    padding: 0px 0;
    font-size: 23px;
    text-transform: capitalize;
    margin-top: 19px !important;
    line-height: 32px;
}

#main-slider .carousel .carousel-content.carousel-content-2 {
    margin-top: 30px;
}

h1.animation.animated-item-1.h-5.pt-10 {
    padding-top: 12px;
}

.sbt-btn {
    background-color: #fdac1a;
    color: #710e1a;
    padding: 8px 20px;
    cursor: pointer;
    font-family: "Mukta Vaani", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 2px;
    border-radius: 8px;
}

#main-slider h3.animation.animated-item-1.h-3 {
    font-size: 26px;
    color: #fff;
    margin: 0;
    padding-bottom: 18px;
}

#main-slider h2.animation.animated-item-1.h-4 {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    padding: 10px 0 0 0;
    border-top: 1px dashed #F2F2F2;
    padding-top: 25px;
    font-family: 'Candal', sans-serif;
}

h4.animation.animated-item-1.h-1.mb-10 {
    margin-top: 30px;
    font-family: 'Great Vibes', cursive;
    letter-spacing: 1.5px;
    font-size: 35px;
    line-height: 40px;
}

h1.animation.animated-item-1.h-5 {
    font-size: 33px;
    line-height: 43px;
    margin-top: 10px;
    color: #000;
    font-weight: bold;
}
p.person-icon {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
p.person-icon i {
    font-size: 20px;
    color: #1e3c7a;
}
p.person-name {
    color: #1e3c7a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.0px;
    margin-top: -6px;
}
section#comments, #documents, #staffing, #our-team {
    background: #e9e2e3;
    padding-bottom: 60px;
}
.inner-box-img img {
    border-radius: 15px 15px 0 0;
}
.inner-box-name {
    background: #fff;
    padding: 6px;
    text-align: center;
}
.inner-box-name h4 {
    margin-bottom: 0;
}
.inner-box-name p {
    text-align: center;
}

.fac-tab {
    padding: 60px 0;
}
.fac-tab h3.heading-big {
    font-size: 42px;
    line-height: 57px;
    color: #fff;
}
.fac-tab p {
    color: #e7e7e7;
    font-size: 16px;
}
.text-center.mtop-10 a.sbt-btn.view-btn {
    padding: 6px;
    margin-top: 14px;
}
.inner-box.document-box img {
    border: 1px solid #273a7d;
    max-height: 226px;
}
.inner-box.comment-box {
    height: 200px;
}
.data-hide{
    display: none;
}
h1.animation.animated-item-1.h-6 {
    font-size: 50px;
    color: #f00;
    margin-top: 65px;
}
h1.animation.animated-item-1.h-7 {
    color: #120154;
    font-weight: bold;
    font-style: italic;
}
.home-stats-wrapper {
    margin-top: 30px;
}
.stat-item {
    background: #ffffffd4;
    padding: 1px;
    border-radius: 6px;
    text-align: center;
}

.stat-item h6 {
    font-size: 16px;
    color: #434343;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 0 0 0;
}

textarea#f_comment {
    height: 89px;
}

.stat-item h5 {
    font-size: 23px;
    color: #ea3079;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.stat-item h4 {
    font-size: 35px;
    color: #3F51B5;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: none;
    margin-bottom: 2px;
        margin-top: -8px;
}

/***********************
********* Footer ******
************************/
#bottom {
  background: #710e1a;
  font-size: 14px;
  padding: 20px 0 0 0;
}
#bottom p {
    color: #fff;
    text-align: left;
}
#bottom h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 23px;
    color: #fff;
    padding-bottom: 5px;
}

#bottom .widget img {
    width: 215px;
    margin-top: 45px;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #fff;
  font-size: 16px;
}
#bottom ul li a:hover {
    color: #fdac1a;
    text-decoration: underline;
}
#bottom ul li a .fa {
    padding-right: 10px;
}
#bottom .widget {
  margin-bottom: 0;
}

#footer {
    padding-top: 15px;
    padding-bottom: 12px;
    color: #fff;
    background: #58040e;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #700d18;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

/*************** Custom CSS ********************/

nav#mainNav {
    z-index: 99;
}
ul.list-item li {
    list-style-type: none;
    position: relative;
    padding-bottom: 10px;
    text-align: justify;
    color: #000;
    font-size: 16px;
    line-height: 19px;
}
ul.list-item li i {
    color: #1e3c7a;
    position: absolute;
    left: -24px;
    top: 0px;
    font-size: 20px;
}
#footer a:hover {
    text-decoration: underline;
    color: #fff;
}
p.smsg {
    background: #308847;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

@media only screen and (max-width: 500px) {
	
section#about{
    margin-top: 575px;
}	
a.navbar-brand img {
    width: 235px;
}
.no-xs-padding{
    padding: 0px;
}
.top-number {
    padding: 0;
}
.top-number p {
    margin: 0;
    text-align: center;
    font-size: 13px;
}
span.slogan {
    color: #700d18;
    font-size: 18px;
}
section.welcome-content h3.home-sub-heading {
   
    font-size: 14px;
    line-height: 21px;
}
.fac-tab h3.heading-big {
    font-size: 23px;
    line-height: 31px;
}

h3.heading-big, .home-list-item h3.heading-big {
   line-height: 27px;
        font-size: 21px;
}
}

.single-blog-item {
  border: 1px solid #dfdede;
  box-shadow: 2px 5px 10px #dfdede;
  margin: 15px auto;
  padding: 5px;
  position: relative;
  min-height: 490px;
}
.blog-content {
  padding: 15px;
}
.blog-content h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-content h4 a {
    color: #224c9f;
}
.blog-date{
	}
 p.blog-special {
    margin: 0 0 6px 0;
    color: #7b5703;
    font-size: 15px;
    font-weight: 500;
}       
.blog-date {
    position: absolute;
	  background: #337ab7;
    top: 35px;
    left: 5px;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
    font-weight: 500;
}
span.blog-date.blog-page {
    left: 14px;
}
.more-btn, .more-btn:hover {
  background: #26a7ca;
  border-radius: 2px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 30px auto auto auto;
  text-align: center;
  width: 110px;
  color: #f1f1f1;
}
.bg-secondary {
        background: #e9e2e3;
}
.btn.btn-one {
    background: #26a7ca;
    color: #fff;
    padding: 10px 45px;
    border-radius: 3px;
    font-size: 24px;
}
.btn.btn-one.btn-small {
    padding: 4px 12px;
    font-size: 15px;
    margin-top: 7px;
}

.accordion-toggle.collapsed h3 i {
    transform: rotate(180deg);
    top: 5px;
}
.bg-fixed{
    background-attachment: fixed !important;
    
}

#about-us {
    padding: 50px 0;
    background: #fafafa;
}

.about-us-card {
    padding: 30px 30px 0 30px;
    min-height: 338px;
    background: rgba(0, 0, 0, 0.04);
    border: 0px solid #9f9f9f;
}

.about-us-card ul {
    margin-left: 0;
    padding-left: 0;
}


.about-us-card  ul.ul-list-item li i.fa {
    left: -15px;
    top: 8px;
    font-size: 9px;
}

.about-us-card  ul.ul-list-item li{
    text-align: justify;
}

.hospital-block-card {
    padding: 10px 20px;
    min-height: 220px;
    color: #fff;
}

.hospital-block-card h4 {
    font-size: 20px;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
}

.hospital-block-card h4 {
    color: #fff;
}

.hospital-block-card ul.ul-list-item li i.fa{
    color: #fff;
}

.hospital-block-card.card-1 {
    background: #7549B1;
}
.hospital-block-card.card-2 {
    background: #53004B;
}
.hospital-block-card.card-3 {
    background:  #933a16;
}


.about-us-card h4, .service-item-content h4 {
    font-size: 20px;
    color: #700f1a;
    margin-bottom: 4px;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
}

.sbt-btn.sbt-btn-red {
    display: inline-block;
    margin: 15px auto 10px auto;
    background: #720c19;
	color:#fff;
    font-weight: normal;
    letter-spacing: 0;
    padding: 12px 30px;
    border-radius: 7px;
    border: 0;
}

form#implementForm {
    background: #ffffe1;
}

form#volunteerForm {
    background: #fff3f4;
}
form#fundForm {
    background: #ebffeb;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12.bg-red.border-top-right {
    background: #105c10;
}
.sbt-btn.sbt-btn-red:hover {
    color: #000;
    background: #fdac1a;
}

ul.ul-list-item {
    list-style-type: none;
}

ul.ul-list-item li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
}
ul.ul-list-item li i.fa {
    color: #700f1a;
    position: absolute;
    left: -25px;
    top: 4px;
}

/*section#grace-cancer {
    color: #fff;
}*/

.img-mt-10 {
    margin-top: 16px;
}

.service-item, .team-profile {
    background: #f4f4f4;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    min-height: 325px;
    margin-bottom: 25px;
    border-radius: 4px;
	padding: 15px;
	text-align: center;
}

.team-profile-content h4 {
    font-size: 17px;
    color: #3F51B5;
    margin: 3px 0;
}

.team-profile-content p {
    font-size: 14px;
}

.team-profile a {
    background: #673AB7;
    padding: 10px;
    margin: 0 15px;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: #fff;
}

.team-profile {
    min-height: 389px;
}

.team-profile-content {
    min-height: 245px;
}
.team-profile-content  p.profile-qualification {
    font-size: 13px;
    text-align: left;
    line-height: 16px;
    color: #575757;
}

.gallery-image {
    margin-bottom: 20px;
    height: 196px;
    background: #F2F2F2;
    overflow: hidden;
    border: 3px solid #c4bfbf;
}

.service-item-image img {
    width: 100%;
}

.service-item-content, .team-profile-content {
    padding: 3px 10px 0 10px;
}

.contact-address {
    margin: 30px 0;
}
.contact-address h5.heading-5 {
    font-size: 20px;
}

.team-profile-content h5 {
    font-size: 14px;
    margin: 4px 0;
    color: #ed2c76;
    font-weight: 500;
}

.footer-address p {
    font-size: 17px;
    line-height: 23px;
}


.hospital-blocks-wrapper {
    margin-top: 20px;
}


@media (max-width: 767px) {
    #main-slider .carousel h1 {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        margin-top: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #a07102;
    }
    .row.content img {
    margin: 10px auto;
    text-align: center;
    }
    .footer-address img {
    text-align: left;
    margin: 0 0 0 0 !important;
    }
    .team-profile {
    margin-bottom: 15px;
    padding-bottom: 25px;
    min-height: 405px;
    }
    .team-profile-content {
    min-height: 60px;
    }
    section#news-updates p {
        line-height: 34px;
    }
    section#news-updates .left {
    text-align: center;
    }
    p.mc1{
        text-align: left;
        font-size: 18px;
        line-height: 22px;
    }
    .home-list-item{
        border-right: 0px !important;
    }
    .home-list-item h3 {
    font-size: 15px !important;
    }
    .btn.btn-outline{
       margin: 8px 5px; 
    }
    #main-slider .carousel .carousel-content {
    margin-top: 12px;
    }
    h1.animation.animated-item-1.h-5 {
    font-size: 17px !important;
}
    h4.animation.animated-item-1.h-1 {
    font-size: 19px;
    }
    #main-slider h2.animation.animated-item-1.h-2 {
    margin: 0px !important;
    font-size: 19px;
    line-height: 22px;
    
    }
    #main-slider h3.animation.animated-item-1.h-3 {
    font-size: 22px;
    }  
    .stat-item{
        margin-bottom: 12px;
    }
    .stat-item h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    }
    .stat-item h4 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    }
    #main-slider h2.animation.animated-item-1.h-4 {
    margin: 0;
    font-size: 21px;
    line-height: 24px;
    }
    #main-slider .carousel h2 {
        color: #fff;
        line-height: 18px;
        text-align: left;
        font-size: 13px;
        margin: 0;
        margin-bottom: 18px;
    }
	.sbt-btn {
		background-color: #fdac1a;
		color: #f9f9f9;
		padding: 7px 15px;
		cursor: pointer;
		font-family: "Mukta Vaani", Sans-serif;
		font-size: 13px;
		font-weight: 600;
		text-decoration: none;
		line-height: 1em;
		letter-spacing: 2px;
		border-radius: 8px;
	}
    .bg-features {
    margin-bottom: 30px;
    }
/*    .btn.btn-one {
        padding: 10px 15px;
        font-size: 17px;
    }*/
    .navbar-nav {
    margin-top: 1px;
    background: #fff;
        border: 1px solid #F2F2F2;
          -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    }
    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > .active > a {
    color: #000;
    }
    .navbar-inverse .navbar-nav > .open > a {
        color: #26a7ca !important;  
        font-size: 15px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
    box-shadow: none;
    background: #fff;
    margin: 10px 0px 0px 0;
    }
    #main-slider .carousel .item {
        height: 350px;
        background: #000;
    }
    #main-slider .carousel-indicators li {
        display: none;
    }
	a.product-btn {
		display: block;
		font-size: 14px;
		padding: 9px;
		margin-bottom: 10px;
	}
}

#loader {  
    position: fixed;  
    left: 0px;  
    top: 0px;  
    width: 100%;  
    height: 100%;  
    z-index: 9999;  
    background: url('../images/logo.png') 50% 50% no-repeat rgb(249,249,249);  
} 


.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.team-members {
    margin-top: 30px;
}

.team-members .team-profile {
    min-height: 235px;
    margin-bottom: 25px;
}
ul.ul-list-item.doctors-list li {
    font-weight: 600;
    color: #747474;
}
ul.ul-list-item.doctors-list li span {
    font-size: 12px;
}

a.onco-btn {
    background: #d8246a;
    padding: 13px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}
a.onco-btn-1 {
    background: #7549b1;
}
.stat-item h4 span {
    font-size: 17px;
    color: #000;
    display: block;
    vertical-align: top;
}

.form.form-1 {
    background: #fff;
    padding: 10px 16px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.form.form-1 .form-group {
    margin-bottom: 3px;
}
.form.form-1 .form-group label {
    font-size: 12px;
    margin: 3px 0;
    font-style: italic;
    color: #3e3e3e;
    letter-spacing: 0.5px;
}

button.btn.btn-submit {
    margin: 10px 0;
    padding: 5px 23px;
    background: #036;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
}

.form.form-1 .form-group div.radio-div label {
    color: #000000;
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
}

.form.form-1 .form-group div.radio-div label.radio-inline.color-1 {
    color: #d8246a;
    margin-right: 10px;
}

.form.form-1 .form-group div.radio-div label.radio-inline.color-2 {
    color: #7549b1;
}
.os-1.service-item-content {
    margin-top: -28px !important;
}

/**** Popup Video ********/

.grtvideo-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0, 0.85);
	z-index:99999;
}

.grtvideo-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	position:relative;
}

#resourcesVideo .close {
    position: absolute;
    top: -35px;
    right: 0;
    color: #000;
    font-size: 25px;
    cursor: pointer;
    opacity: 1;
    background: #fffefe;
    padding: 10px;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}


/*@media (min-width:767px) {
    .inner-text {
        margin-left: 50px;
    }
}*/

@media (max-width:767px) {
    .contact .info-box:first-child {
    margin-top: 25px;
}
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}
#resourcesVideo.modal {
    margin-top: 3%;
}
#resourcesVideo.modal .modal-body {
    position: relative;
    padding: 4px;
}

.video-image:hover .play-btn {
    display: block !important;
}
.play-btn {
    position: absolute;
    background: #e81616;
    top: 40%;
    left: 43%;
    font-size: 47px;
    padding: 5px 12px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

div#resourcesVideo:focus {
    outline: none;
}

p.msg.msg-success {
    background: #347713;
    padding: 6px;
    color: #fff;
    border: 1px solid #215607;
}

h3.sub-heading {
    font-size: 20px;
    font-weight: 500;
}
.inner-text p {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.img-border {
    border: 2px solid #F2F2F2;
}
.bg-blue {
    background-color: #3bbbe0;
}
.circle-separator {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.abt-related-txt {
    position: relative;
}
.circle-separator {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: -22px;
}
section.abt-related-txt p.txt-white {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 14px 0 0 0;
    margin: 0;
}
/*.text-center.sourcing-data {
    margin-top: -28px;
}*/
.text-center.sourcing-data h3 {
    font-size: 22px;
}
.text-center.sourcing-data p {
    font-size: 16px;
    text-align: center;
}
.bx-sdw {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    margin: 0px !important;
}
.bg-light {
    /* background-color: #f1f1f1; */
}
.source-box.service-box a {
    height: 85px;
    border-left: 4px solid #676768;
}
 a.inner {
    padding: 20px 10px !important;
    text-align: center;
    height: 110px;
}
.d-block {
    display: block;
}
.inner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 31px solid #676768;
    border-right: 30px solid transparent;
    bottom: 0;
    transform: rotate(178deg);
    right: 15px;
}
.row.p-20 {
    padding-top: 20px;
}
span.fa.fa-desktop.d-inline-block.p-10.bg-dark-blue.txt-white {
    font-size: 25px;
    background-color: #3cbbda;
    padding: 15px 0;
    border-radius: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
}
a.inner h3 {
    font-size: 19px;
    margin: 0;
    font-weight: bold;
    color: #0a090a;
}
section#founder {
    background-image: url('../images/bg-half.jpg');
    min-height: 260px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.founder-div {
    padding: 0px 0 0 0;
}
.founder-img-wrapper{
        background: #0c180e;
}

.founder-div img {
    height: 360px;
    text-align: center;
    margin: 0 auto;
}
.founder-name h4 {
    font-size: 40px;
    margin-top: 85px;
}
.founder-name h4 span {
    font-size: 16px;
    font-weight: 600;
    color: #05518b;
}
.clients-list-wrapper h5 {
    font-size: 17px;
    margin: 0 0 30px 0;
}
.clients-section .inner-box {
/*    background: #05518b;*/
    padding: 8px;
    border-radius: 9px;
    box-shadow: rgb(239 143 0 / 16%) 0px 2px 4px 0px, rgb(243 158 245) 0px 2px 10px 0px;
}
.clients-section .inner-box img {
/*    width: 100%;*/
margin: 0 auto;
}
.brand-2 img {
    padding-top: 20px;
}
.clients-list .inner-box {
    min-height: 105px;
}
/*.clients-list-wrapper.m-top-40 {
    margin-top: 70px;
}*/
ul.ul-list-items {
    list-style-type: none;
    padding-left: 15px;
}
ul.ul-list-items li span.fa {
    padding-right: 10px;
}
ul.ul-list-items li {
    line-height: 24px;
    font-size: 16px;
}
.process-wrapper p {
    font-size: 16px;
}
.assignments-section .inner {
    padding: 70px 10px;
    font-weight: 700;
}
section#companies .inner {
    padding: 40px 10px;
    color: #fff;
}
section#companies .inner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 90px solid #fff;
    border-right: 50px solid transparent;
    bottom: 0;
    transform: rotate(180deg);
    right: 14px;
}
section#companies .inner p {
    text-align: center;
}
.bg-rose {
    background-color: #c73298;
}
.bg-rose-light {
    background-color: #e24c7f;
}
.bg-light-blue {
    background-color: #355577 !important;
}
.row.pb-20 {
    padding-bottom: 20px;
}

section#focus, section#resume {
    background: url(../images/mission-bg.jpg) top no-repeat;
    background-size: cover;
    padding: 45px 0px;
}
.bg-fixed {
    background-attachment: fixed !important;
}
section#focus h6, section#resume h6 {
    font-size: 24px;
    color: #fff;
}
section#focus h4, section#resume h4 {
    font-size: 35px;
    padding: 9px 0;
    color: #fff;
}
.form-wrapper h3 {
    font-size: 18px;
    border-bottom: 1px solid #a29e9e;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

section#different p {
    font-size: 16px;
}
section#clients-2 {
    background: #f9f7f7;
}
.mettl-img-wrapper {
    margin-top: -13px;
    margin-bottom: 5px;
}
a.sbt-btn.view-btn:link, a.sbt-btn.view-btn:visited, a.sbt-btn.view-btn:hover, a.sbt-btn.view-btn:active {
    color: #fff;
}
a.sbt-btn.view-btn {
    padding: 5px 20px;
    margin: 3px 0 0 0;
    display: inline-block;
}
h4.media-heading.one_line {
    padding-top: 20px;
}
@media (max-width: 767px) {
   h4.media-heading.one_line {
    padding-top: 0px;
}
    body > section {
        padding: 12px 0;
    }
    .section-header {
        margin-bottom: 0;
    }
    .circle-separator {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        top: -2px;
    }
    section.abt-related-txt p.txt-white {
        color: #fff;
        text-align: center;
        font-size: 17px;
        line-height: 21px;
        padding: 19px 0 0 0;
        margin: 0;
    }
    .source-box {
        margin-bottom: 20px;
    }
    .founder-name h4 {
        font-size: 28px;
        margin-top: 34px;
    }
    h3.heading {
        font-size: 18px;
    }
    h5 {
			font-size: 15px;
            letter-spacing: 0;
            font-weight: 500;
            margin: 11px 3px 15px;
            line-height: 21px;
    }
    h4.sub-heading span {
        font-size: 15px;
        padding-bottom: 0px;
        color: #f36238;
        line-height: 20px;
    }
    .clients-list-wrapper.m-top-40, section#clients .clients-list-wrapper.m-top-40 {
        margin-top: 26px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    section#focus h4, section#resume h4 {
        font-size: 26px;
    }
    h1.animation.animated-item-1.h-5{
        margin-top: 20px;
    }
    
    .clients-list .inner-box {
        margin-bottom: 20px;
    }
    .inner-box.comment-box {
        min-height: 305px;
    }
}

.contactForm .form-msg {
    padding: 10px;
}
.contactForm p.msg.msg-error {
    border: 1px solid #d21a1a;
    padding: 10px;
    background: #ffdede;
}
.contactForm .form-msg p {
    font-size: 14px;
}

.contactForm p.msg.msg-success {
    border: 1px solid #53d21a;
    padding: 10px;
    background: #d4f3d2;
    color: #000;
    font-weight: 600;
}
.inner-box {
    background: #fff;
}
.inner-box.document-box h4 {
    font-size: 18px;
    margin-bottom: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #1e3c7a;
}
.prifile-pic img {
    border: 0px !important;
}

.contact .info-box {
    color: #444444;
    /* background: #f0f2fb; */
    padding: 30px 15px 10px 15px;
    margin-bottom: 20px;
    text-align: center;
}
.contact .info-box p{
    text-align: center;
}
.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #1e3c7a;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #1e3c7a;
    font-weight: 500;
    margin: 20px 0 10px 0;
}
.inner-box.document-box {
    height: 560px;
}

/*section#clients .clients-list-wrapper.m-top-40 {
    margin-top: 150px;
}*/

section#clients .container, section#comments .container {
    overflow: hidden;
    padding-bottom: 11px
}


.divider
{
    position: relative;
    height: 1px;
    margin-bottom: 20px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30%;
    right: 30%;
    width: 40%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(248 166 142), transparent);
}

.socialmediaicons .fa {
    padding: 6px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.socialmediaicons {
    padding: 0px 0px 10px 0px;
}

.socialmediaicons .fa-facebook {
    background: #3B5998;
    color: white;
}
.socialmediaicons .fa-linkedin {
    background: #007bb5;
    color: white;
}
.socialmediaicons .fa-instagram {
    background: #125688;
    color: white;
}
.socialmediaicons .fa-pinterest {
    background: #cb2027;
    color: white;
}
.prifile-pic {
    margin-bottom: 20px;
}
.prifile-pic img {
    border-radius: 50%;
    width: 150px;
}
p.test-message{
    text-align: left;
    margin-bottom: 7px;
}
.profile-desc{
    text-align: center;
}
.implement.offer-radius.offer-primary {
    background: #fffafa;
    border: 2px solid #eee;
    min-height: 360px;
    padding: 12px;
    border-radius: 10px;
}
form#contactForm h3, .text-highlight {
    font-weight: bold;
    color: #1e3c7a !important;
    background: #fff;
    padding: 0 0 10px 0;
    border-left: 0;
    font-style: italic;
    font-family: system-ui;
}
a.text-center.profile-email {
    font-size: 14px;
    margin: 7px 0 0 0px;
    display: block;
}

button.sbt-btn.btn-submit {
    border: 0;
    border-radius: 6px;
    padding: 12px 31px;
    color: #000;
}
form#contactForm label {
    color: #343434;
    margin: 0;
}
.form-control {
    height: 39px;
    font-size: 16px;
}
.service {
    padding: 0 0;
	margin: 0;
}
form {
    background-color: #fff;
    border-radius: 8px;
	box-shadow: 0 6px 7px rgba(87, 100, 126, .21);
    border: 1px solid #d1d0d0;
	padding:10px;
}
.media-heading i {
    background-color: #FDAC1A;
    font-size: 16px;
    border-radius: 50%;
    padding: .5em;
    width: 35px;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.media-body.text-middle p {
    font-weight: 500;
}

.feature-wrap h2, h4.media-heading {
    font-size: 16px;
    font-weight: 600;
    color: #0a090a;
    letter-spacing: 0.5px;
    line-height: 20px;
}
img.img-border {
    border: 0px solid #83c3cd;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    padding: 0 13px;
}
.text-middle{
    vertical-align: middle;
}
.source-box.service-box {
    margin-bottom: 20px;
}

.home-list-icon {
    text-align: center;
}
.home-list-item.staffing-item {
    min-height: 412px;
}


.home-list-item {
    padding: 8px;
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); */
    min-height: 350px;
}
.home-list-item.last-child{
    border-right: 0px solid #c1c1c1;
}
.home-list-item h3 {
text-align: left;
    font-size: 19px;
    color: #f14c1c;
}
.home-list-item p.tagline {
   font-size: 14px;
    line-height: 21px;
}
/*.home-list-item:hover {
    background: #70449b;
    color: #fff;
}*/
.home-list-item img {
    text-align: center;
    margin: 0 auto;
}
.home-list-item h5 {
    font-size: 16px;
    color: #673794;
}
.home-list-item p.address {
    font-size: 15px;
    color: #035b90;
}
.home-list-icon i {
    font-size: 50px;
    height: 100px;
    width: 100px;
    margin: 5px;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    background: #344464;
}


h3.heading span.color-pink {
    color: rgb(217, 35, 101);
}


/* Slik */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.service-item-image {
    margin: 10px 0 0 10px;
    border-radius: 5px;
    width: 98%;
    text-align: center;
}
.service-item-image i.fa {
    font-size: 40px;
    color: #275699;
}
.home-list-item.test-item {
    background: #fff;
    min-height: 170px;
    border-radius: 15px;
	margin-top: 40px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.quote i {
    font-size: 60px;
    color: #cdcdcd;
}
.home-list-item h5{
	margin-bottom: 0;
}
.home-list-item.test-item h6 {
    font-style: italic;
	color:#939393;
	margin: 0;
	
}
h3.heading-left {
    font-size: 30px;
    line-height: 37px;
    color: #1f3c64;
}

.c-icon i.fa {
    font-size: 30px;
	color:#fff;
}

.c-icon {
    background: #405c97;
    display: inline-block;
    width: 50px;
    height: 45px;
    text-align: center;
    padding-top: 6px;
    border-radius: 5px;
}

.info-box h3 {
    margin: 10px 0;
}



.social-icons {
    display: flex;
    gap: 15px;
    margin-left: 52px;
}
p.b_email i {
    color: #fdac1a;
    padding-right: 6px;
}
.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
}

.fb {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.insta {
    background-color: #e4405f;
}

.youtube {
    background-color: #ff0000;
}

.icon:hover {
    opacity: 0.8;
}

li.btn-partner-with {
    background: #720c19;
    padding: 0px !important;
    border-radius: 6px;
    color: #fff;
    margin: 10px 15px 15px 28px;
    width: 195px;
}

.navbar-nav>li {
    padding-bottom: 0px;
}

li.btn-partner-with a {
    color: #fff !important;
}

#facilities {
    background: url(../images/vbg.jpg) top no-repeat;
    background-size: cover;
    padding: 0px;
}
.bg-color-overlay {
    background: rgba(38, 39, 50, 0.30);
    padding: 40px 0px;
}
section#facilities h3.heading span, section#facilities h5 {
    color: #fff;
}
section#hero {
    background: #f3e080;
    padding: 45px 0 0 0;
}

.gallery-item {
    margin-bottom: 15px;
}

.gallery-item img {
    border-radius: 8px;
}
span.counter-up {
    font-size: 40px;
    font-weight: bold;
    color: #2C2B2B;
}

.count-box p {
    color: #585858;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 0px;
}

section#page-banner {
    padding: 0px;
    background: linear-gradient(to right, #730c19 55%, #bf6d78 90%);
}

section#page-banner h3 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
}

.img-responsive {
    border-radius: 15px;
}

section#c-banner {
    background: #e9e2e3;
}

section#c-banner .count-box{
	    margin-bottom: 0;
}
form#contactForm label.radio-inline, form#contactForm label.checkbox-inline {
    margin-right: 10px; 
  }
.form-inner-text {
    border-bottom: 1px solid #bfbaba;
    padding: 0 15px;
}

p.fund-heading {
    font-size: 17px;
    color: #720d18;
}
p.c-sub-heading {
    font-size: 16px;
    font-weight: 600;
}

p.c-sub-heading-2 {
    color: #a30d20;
    font-size: 17px;
    margin: 25px 0 10px;
    display: block;
}

p.c-sub-heading-3 {
    font-size: 19px;
    color: #6f0e16;
    font-weight: 500;
}
.offer {
    background: #fff4e4;
    border: 1px solid #cdcdcd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
    padding: 15px;
    border-radius: 10px;
    height: 160px;
}
h5.lead {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #710d19;
}
h5.lead span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #6e6a6a;
    margin: -7px;
}


p.total_amount {
    font-size: 28px;
    font-weight: bold;
    color: #32448b;
    margin: 0;
    line-height: 35px;
}

.row.no-padding {
    padding: 0 15px;
}

p.c-sub-heading-4.text-black {
    color: #000 !important;
    line-height: 28px;
    margin-bottom: 0;
    padding-bottom: 0;
}
span.color-red {
    color: #f00;
}
p.c-sub-heading-4 span {
    font-size: 17px;
}
i.fa.fa-small {
    font-size: 9px;
    left: -16px !important;
    line-height: 16px;
}

.modal-dialog.modal-md {
    width: 290px;
    text-align: center;
    margin: 0 auto;
    margin-top: 125px;
}

.spinner-border.text-primary img {
    width: 75px;
    margin: 10px auto;
}
h4.modal-title.modal-heading {
    font-size: 19px;
    margin: 10px;
    letter-spacing: 0.8px;
    color: #08620b;
}
.check-circle i {
    background: #1ba90a;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 25px;
    padding: 10px;
    color: #fff;
}
.label.color-black {
    color: #000;
}
.gallery-image-item {
    margin-bottom: 25px;
}

#sticky-sidebar {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 9999;
  width: 100px; /* reduced from 140px */
  font-family: Arial, sans-serif;
}

.sidebar-button {
  display: block;
  text-align: center;
  padding: 8px 0; /* reduced padding */
  color: #fff;
  text-decoration: none;
  margin-bottom: 1px; /* tighter spacing */
  transition: background-color 0.3s ease, transform 0.3s ease;
  border-radius: 4px;
  font-size: 13px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

/* Label style */
.sidebar-button .label {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
}

/* Background colors */
.sidebar-button.volunteer {
  background-color: #700f1a;
}

.sidebar-button.implement {
  background-color: #fdac1a;
  color: #000;
}

.sidebar-button.fund {
  background-color: #105c10;
}

/* Stronger hover effects */
.sidebar-button:hover {
  transform: translateX(-10px); /* more shift */
  opacity: 1;
}

/* Darker hover shades */
.sidebar-button.volunteer:hover {
  background-color: #990f2d;
}

.sidebar-button.implement:hover {
  background-color: #ffb833;
}

.sidebar-button.fund:hover {
  background-color: #138f13;
}
span.brand-text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 6px;
    display: block;
    font-weight: bold;
}

a.product-btn {
    background: #ab2332;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
}

a.product-btn:hover {
    background: #f5bc57;
    color: #000;
}

 #impact-stats {
    position: relative;
    padding: 0px 0;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    background-color: #f2ddc2; /* deep navy */
}

/* City-line / abstract pattern overlay */
#impact-stats::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 260px;

    /* Replace with your actual city-line PNG or SVG */
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'><path fill='%2324C3B6' fill-opacity='0.09' d='M0,128 C360,200 1080,40 1440,128 L1440,320 L0,320 Z'/><circle cx='300' cy='100' r='40' fill='%2324C3B6' fill-opacity='0.08'/><circle cx='1100' cy='120' r='60' fill='%2324C3B6' fill-opacity='0.06'/><path fill='%2324C3B6' fill-opacity='0.03' d='M200,250 Q720,180 1240,250 L1240,320 L200,320 Z'/></svg>");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;

    opacity: 0.35;  /* faint, non-distracting */
    pointer-events: none;
    z-index: 0;
}

/* Ensure content is above overlay */
#impact-stats .container {
    position: relative;
    z-index: 1;
}


/* STAT BOX (no borders, transparent) */
.stat-box {
    padding: 25px 10px;
}

/* ICONS */
.stat-icon {
    width: 55px;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(70%) sepia(44%) saturate(340%) hue-rotate(112deg) brightness(94%) contrast(88%);
    /* Converts SVGs to teal/green, like screenshot */
}

/* NUMBERS */
.stat-number {
    font-size: 30px;
    font-weight: 700;
    color: #700f1a;
    padding: 0;
    margin: 0;
	font-family: serif;
}

/* TITLES */
.stat-title {
    font-size: 16px;
    color: #105c10;
    text-align: center;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.stat-box {
    padding: 9px 10px 0 10px;
}





.ahwaahan-section {
  padding: 0px 0;
  background-color: #ebe9e9;
}

.section-heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #710e1a;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.section-heading-boxes span {
    background: #ebdcc1;
    padding: 4px 12px;
}


.feature-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.feature-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 4px;
}

.feature-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #222;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.feature-box p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.feature-box .btn, .testimonials-section .btn {
  background-color: #700f1a;
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.feature-box .btn:hover, .testimonials-section .btn:hover {
  background-color: #105c10;
}

 .testimonials-section {
  padding: 0px 0;
  background-color: #d2d5d2;
}

.girls-testimonials {
  background-color: #ebe9e9;
}
 

/* Quote Bubble Style */
.testimonial-box {
  background: #f9f9f9;
  border-left: 5px solid #fdac1a;
  padding: 25px 20px;
  border-radius: 6px;
  position: relative;
  margin: 0px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 390px;
  border-radius: 50px;
}

 

.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.media-wrapper {
  margin-bottom: 15px;
}

.testimonial-message {
  font-style: italic;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  min-height: 75px;
}

.testimonial-author {
    font-weight: 600;
    color: #105c10;
    display: block;
	text-align: center;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
 

 

/* Tabs Container */
.nav-tabs {
    border-bottom: 0px solid #ddd;
}

/* Default Tab Button */
.nav-tabs > li > a {
       background: #f8f8f8;
    color: #555;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 0;
    padding: 12px 60px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Hover Effect */
.nav-tabs > li > a:hover {
    background: #e9e9e9;
    color: #333;
}

/* Active Tab */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #105c10;
    color: #fff;
    border: 1px solid #105c10;
    border-bottom: none;
}

/* Make active tab connect smoothly to content */
.tab-content {
    border: 1px solid #ddd;
    padding: 25px 15px;
    border-radius: 0 0 6px 6px;
    background: #d2d5d2;
}

/* For mobile-friendly stacking */
@media (max-width: 768px) {
    .nav-tabs > li {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
}

h5.home-sub-heading.h-6 {
    font-size: 25px;
    text-align: center;
    color: #0b5a0b;
	line-height: 32px;
}


.mv-section {
    padding: 60px 0;
}

/* Card */
.mv-card {
    background: #fff;
    border-radius: 4px;
    padding: 45px 25px 30px;
    margin-top: 40px;
    position: relative;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
	min-height: 215px;
}

/* Top tab */
.mv-tab {
    position: absolute;
    top: -42px;
    left: 0;
    padding: 10px 25px;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.mv-yellow {
    background: #fdac1a;
    color: #000;
}

.mv-green {
    background: #105c10;
}

/* Icon */
.mv-icon {
    font-size: 45px;
    margin-bottom: 15px;
}

/* Text */
.mv-card p {
    font-size: 16px;
    color: #515151;
    line-height: 20px;
	margin-top: 30px;
}

.consortium-section {
    padding: 60px 0;
    background: #f4f7f9;
}

.section-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 21px;
}

.home-sub-heading {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}



/* Card base */
.consortium-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px 15px 25px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}


.consortium-card ul.ul-list-item li{
	text-align: left;
}
.consortium-card img {
    margin-top: 0;
    padding: 0;
}
.consortium-card div.card-tab {
    padding: 7px 14px !important;
}
.consortium-card div {
    padding: 0;
}

section.bg-secondary.target-audience img {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.consortium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.18);
}

.consortium-card.s-box.cb-card.cb-card-boys.s-card img {
    width: 270px;
    margin: 0 auto;
}
.consortium-card.s-box.cb-card.cb-card-boys.s-card img.img-responsive.imag-big {
    width: 100%;
    margin-bottom: 0;
}

/* Card Tab */
.card-tab {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 24px;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.card-yellow {
    background: #fdac1a;
    color: #000;
}
.card-green {
    background: #105c10;
}
/* List with icons */
.card-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    text-align: left;
}
.text-center .img-center {
    margin: 0 auto;
}

/*****************************************************/
 
.members-section {
    padding: 0px 0;
    background: #f4f7f9;
}

 
.member-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: center;
	min-height: 515px;
}

.member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.member-card img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}

.member-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.member-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
}

.member-card ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    color: #555;
}

.member-card ul li {
    margin-bottom: 5px;
}

section.bg-secondary.bg-about {
    padding: 30px 0;
	background: #f2f2f2;
}

.member-form-content {
	margin-top: 27px;
    background: #501119;
    height: 330px;
    padding: 22px;
}

.inner-text.member-form-content h4, .inner-text.member-form-content ul li, .inner-text.member-form-content ul li i {
    color: #fff;
}

.inner-text.member-form-content ul {
    margin-top: 30px;
}

.curriculum-boxes {
    margin-top: 20px;
    margin-bottom: 40px;
}

.topic-box {
    background: #fff;
    border-radius: 12px;
    padding: 15px 12px;
    text-align: center;
    min-height: 250px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.topic-box h4 {
    font-size: 14px;
    font-weight: 600;
    min-height: 45px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Icon style */
.topic-icon {
    max-width: 85%;
    margin: 0 auto;
    display: block;
}

/* Colors matching your sample banner */
.box-blue {
    background: linear-gradient(to bottom, #cfe6ff, #ffffff);
}

.box-purple {
    background: linear-gradient(to bottom, #dec8ff, #ffffff);
}

.box-peach {
    background: linear-gradient(to bottom, #ffe1c6, #ffffff);
}

.box-sky {
    background: linear-gradient(to bottom, #c7d8ff, #ffffff);
}

/* Hover effect */
.topic-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}
section#impact-stats img.stat-icon {
    width: 30px;
    margin: 0;
}

section.bg-secondary.target-audience {
    padding: 20px 0 0px 0;
}



 

.vm-section {
    background: #700f1a;
}

.bg-white {
    background: #fff;
}


.icon-box {
  text-align: center;
  border-radius: 10px;
  background: #f9dfc4;
  transition: 0.3s;
  margin-bottom: 0px;
}

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


.ig-wrapper .row {
    margin: 0;
}



.icon-img img {
  width: 130px; /* adjust size */
  height: auto;
  margin-bottom: 15px;
}

.icon-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.icon-box-girls .icon-img img {
    width: 100px;
    height: 100px;
	border-radius: 50%;
}

.icon-box.icon-box-girls {
    padding: 0;
    border: 0;
}

.icon-box.icon-box-girls .icon-box-inner {
    background: #fff;
    margin: 15px;
    padding-top: 15px;
    min-height: 189px;
	border-radius: 10px;
}


.ig-wrapper .box-bg-color {
    background: #f9dfc4;
    border-radius: 26px;
    padding: 5px 15px;
	margin-bottom:10px;
}

.box-bg-color .divider.div-transparent {
    margin-bottom: 5px;
}

.consortium-card.cb-card {
    padding: 0 0 15px 0;
    min-height: 590px;
}

h4.card-heading.ch-2 {
    background: #fdac1a;
    color: #000;
}
h4.card-heading.ch-3 {
    background: #105c10;
}

h4.card-heading {
    background: #700f1a;
    padding: 15px;
    text-align: center;
    color: #fff;
}
h4.card-heading i {
    padding-right: 5px;
}
h5.box-heading {
    font-size: 20px;
    text-align: center;
    color: #105c10;
}

.icon-box p {
    font-size: 15px;
    color: #1c1c1c;
    text-align: center;
}

 
.consortium-card.cb-card ul.ul-list-item {
    margin: 0 22px;
}

section.bg-primary.bg-girls-trainings{
	background: #954a53;
}
section.bg-primary.bg-girls-trainings h2.section-heading.text-center {
    color: #fff;
}
section.bg-primary.bg-girls-trainings h5.home-sub-heading.h-6 {
    color: #ffa400;
}

.icon-box.icon-box-boys {
border: 1px solid #abd5f3;
    border-radius: 10px;
    background: #dbf1ff;
	
	}
	
.icon-box.icon-box-shakt {
    background: #f5f4ef;
}

.icon-box.icon-box-shakt {
    background: #f5f4ef;
    text-align: center;
    min-height: 275px;
}

.icon-box.icon-box-shakt img.img-responsive {
    margin: 0 auto;
}
.row.icon-box-shakti-wrapper .col-lg-2.col-md-2.col-sm-2 {
    padding: 5px;
}

.consortium-card.s-box.cb-card.cb-card-boys {
    min-height: 438px;
}

img.img-responsive.imag-big {
    width: 100%;
	margin-bottom: 0;
}

.boys-icon-box .icon-box-inner {
    border: 1px solid #eee;
    padding: 15px 20px;
    background: #f3f8ff;
    border-radius: 15px;
    min-height: 275px;
    text-align: center;
}

.boys-icon-box .icon-box-inner p {
    text-align: center;
}

.consortium-card.cb-card.cb-card-boys {
    min-height: 405px;
}
 

.boys-icon-box .icon-box-inner .icon-img img {
    width: 110px;
    padding: 2px;
}

.member-card.mb-height2 {
    min-height: 415px;
}

.implement.boys-section.offer-radius.offer-primary {
    min-height: 417px;
}

.implement.boys-section.offer-radius.offer-primary p {
    margin: 12px;
}



.social-icons.header {
    margin-left: 140px;
}
.bank-primary h4 {
    color: #fff;
}
.bank-primary {
    background: #105c10;
    padding: 15px 25px;
    border-radius: 15px;
    color: #ffffff;
}

@media only screen and (max-width: 500px) {
	.section-heading {
		font-size: 21px;
		line-height: 30px;	
	}
	.testimonial-box {
		margin-bottom: 10px;
	}
	.social-icons {
		margin-bottom: 15px;
		margin-top: -10px;
	}
	.hide-mobile {
		display: none;
	}
	.radio-inline+.radio-inline{
		margin-left: 0;
	}
	.social-icons.header {
		margin-left: 0;
		margin-top: 5px;
	}
	section#impact-stats.home-page {
		margin-top: 311px;
	}
	h5.home-sub-heading.h-6 {
		font-size: 15px;
		line-height: 21px;
	}
	.feature-box h3 {
		font-size: 18px;
	}
	.mv-card {
		margin: 20px;
        margin-bottom: 30px;
	}
	section.bg-primary.vm-section {
		padding-bottom: 0;
		margin-bottom: -45px;
	}
	.mv-tab{
		top: -30px;
		padding: 5px 25px;
		font-size: 18px;
	}
	.card-tab{
		width: 100%;
		font-size: 15px;
	}
	div#sticky-sidebar {
		display: none;
	}
	img.stat-icon {
		width: 40px !important;
	}
	
	.stat-number {
		font-size: 24px;
	}
	.stat-box {
		padding: 5px 10px;
	}
	h4 {
		font-size: 16px;
		line-height: 22px;
	}
	section#page-banner h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.topic-box {
		margin-bottom: 25px;
	}
	.carousel-content h4 {
        font-size: 20px;
        line-height: 23px;
    }
    #main-slider .carousel .item {
        height: 254px;
	}		
}


