@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow:wght@400;700&display=swap');
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
  outline: 0;
}
.img-slik1 {
  position: absolute;
  left: -2px;
  bottom: 0px;
  width: 90px;
}
.img-slik2 {
  position: absolute;
  right: 2px;
  bottom: 0px;
  width: 90px;
}
.img-slik3 {
  position: absolute;
  right: 0px;
  top: -21px;
  width: 90px;
  -webkit-animation: scroll 150s linear infinite;
          animation: scroll 150s linear infinite;
}


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

/*inner banner*/
.bg-inner-header {
  position: relative;
  background-size: cover;
  height: 200px;
}
.bg-inner-header .inner-head-left {
  display: flex;
  height: 200px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.bg-inner-header h2 {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0;
}
.bg-inner-header .inner-head-left ol {
  margin-top: 7px;
  margin-bottom: 0px;
}
.bg-inner-header .inner-head-left li a, .bg-inner-header .inner-head-left li {
  font-size: 11px;
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fff;
}
.bg-inner-header .inner-head-left li a, .bg-inner-header .inner-head-left li {
  font-size: 11px;
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fff;
}

/*inner banner*/


.azadi-logo {
  position: relative;
  padding: 13px 0px;
  float: right;
  max-width: 100%;
}
/*byanujgupta*/
.display-6 {
  font-size: 1.8rem;
}
/*byanujgupta*/
body {
  font-family: 'Poppins', sans-serif;
  color: #544837;
  font-size: 14px;
}
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1200px;
}
.inner-page-scheme {
  padding-bottom: 12rem;
}
.back-btn {
  background-color: #593495;
  padding: 34px 8px 8px 8px;
  display: block;
  width: 99px;
  height: 60px;
  line-height: normal;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-top: 0px;
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  position: relative;
  margin-top: -26px;
}
.back-btn:before {
  content: "";
  position: absolute;
  left: -19px;
  top: 1px;
  border-top: 25px solid transparent;
  border-bottom: 34px solid transparent;
  border-right: 19px solid #593495;
  height: 59px;
}
.back-btn:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -1px;
  border-top: 23px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 14px solid #ffecf6;
  height: 60px;
}
.back-btn:hover {
  color: #fff;
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 10px 0px;
  background-color: #76a90c;
  border-color: #76a90c;
  color: #fff;
  text-align: center;
}
.back-to-top:hover{
  color: #fff;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.btn-primary {
  color: #fff;
  background-color: #ff5400;
  border-color: #ff5400;
}
/*** Button ***/
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn {
  transition: .5s;
  font-size: 13px;
}
.btn.btn-primary, .btn.btn-outline-primary:hover, .btn.btn-secondary, .btn.btn-outline-secondary:hover {
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background: aliceblue;
  border-color: #76a90c;
}
.btn.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-square {
  width: 35px;
  height: 35px;
  background-color: #1DA0F1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: #fff;
  border-radius: 100px;
  margin-top: 20px;
}
.btn-square:nth-child(1) {
  background-color: #3A5897;
}
.btn-square:nth-child(2) {
  background-color: #0A66C2;
}
.btn-square:nth-child(3) {
  background-color: #1877F2;
}
.btn-square:nth-child(4) {
  background-color: #00acee;
}
.btn-square:nth-child(5) {
  background-color: #C4302B;
}
.btn-square:hover {
  color: #fff;
  transform: scale(1.1);
}
.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 9;
  padding: 0px 0%;
  /* border-top: #ffffff 1px solid; */
  /* border-bottom: #d5d5d5 1px solid; */
  background-color: #FF5722  !important;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 16%);
}
.logo-foot-img {
  display: block;
  margin-top: -5px;
}
/*** Navbar ***/
.navbar.shadow-sm .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: 12px;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  margin-top: -6px;
}
.navbar.shadow-sm .navbar-brand img {}
.toplogo-brand {
  display: flex;
}
.navbar-brand {
  padding: 12px 0px;
  transition: .5s;
  z-index: 1;
  position: relative;
  padding-left: 1rem;
}
.navbar-brand img {
  display: block;
}
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
  background-color: rgb(52 52 52 / 84%);
}
.navbar .navbar-brand .logo-desktop {
  max-height: 70px;
}
.navbar .navbar-brand .logo-mobile {
  display: none;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: #ffffff;
  background-color: #76a90c;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #ffffff;
  background-color: #76a90c;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    /* transition: .5s; */
    left: 0px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
    left: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    padding: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
    border: 1px solid #e5e5e5;
  }
  .navbar .dropdown-menu a {
    border-radius: 0px;
  }
  .navbar .nav-item:hover .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    clear: both;
    font-weight: 500;
    color: #000000;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    border-bottom: 1px solid rgb(235 235 235 / 12%);
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar .nav-item:hover .dropdown-menu a:hover {
    color: #000000;
    background: #efefef;
  }
  .navbar .nav-item:hover .dropdown-menu a:last-child {
    border-bottom: 0px
  }
}
/*** Header ***/
a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.carousel-caption-text {
  margin-top: -5rem;
}
    .carousel-caption-text > h1 {
        text-align: left;
        line-height: 33px;
        font-size: 40px;
        color: #fff;
        margin: 0px;
    }
    .carousel-caption-text > p {
        font-size: 19px;
        padding-right: 4rem;
    }
.carousel-caption-text1 {
  /* margin-top: -100px; */
  padding-right: 5rem;
}
.carousel-caption-text1 > h1 {
  text-align: left;
  line-height: 28px;
  font-size: 40px;
  color: #fff;
  margin: 0px;
}
.carousel-caption-text1 > p {
  font-size: 18px;
}
.carousel-caption-text1 > h1 > span {
  font-weight: 700;
  color: #ffc266;
}
.carousel-caption-text1 > h5 {
  text-align: center;
  padding: 15px 0px;
}
.carousel-caption-text1 > h6 {
  font-size: 13px;
  text-align: center;
  line-height: 21px;
}
.carousel-caption-text1 > h5 > img {
  height: 30px;
}
.carousel-caption-text2 {
  text-align: center;
  margin-top: -50px;
}
.carousel-caption-text2 > h1 {
  text-align: center;
  line-height: 40px;
  font-weight: 800;
  font-size: 36px;
}
.carousel-caption-text3 {
  text-align: center;
  margin-top: -50px;
}
.carousel-caption-text3 > h1 {
  text-align: center;
  color: #fff;
  font-size: 35px;
  margin-bottom: 1rem !important;
  font-weight: 700;
}
.carousel-caption-text3 > h1 > b {
  font-weight: 700;
  font-size: 50px;
}
.carousel-caption-text3 > h1 > span {
  font-size: 40px;
  font-weight: 700;
  color: #1dd3eb;
}
.carousel-caption-text3 > p {
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-size: 18px;
}
.carousel-caption-text2 > h1 > span {
  font-weight: 700;
  color: #ff5400;
}
.carousel-caption-text2 > a {
  background: #32146c;
  color: #fff;
  padding: 13px 20px;
  border-radius: 5px;
  display: inline-block;
}
.carousel-caption-text2 > a:hover {
  background: #ff5400;
  color: #fff;
}
.modiji-caption-text1 {
    text-align: left;
    line-height: 32px;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 33%;
    margin-left: -1rem;
}
.modiji-caption-text1 > span {
  font-weight: 700;
  color: #ffc266;
}
.modiji-comma {
    position: absolute;
    top: 106px;
    z-index: 0;
    margin-left: -4rem;
}
.modiji-comma > img {}
.btn-carousel {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
}
.btn-carousel:hover, .btn-carousel:focus {
  color: #fff;
  background: #FF5722 ;
  border-color: #FF5722 ;
  outline: 0;
}
.btn-carousel2 {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}
    .btn-carousel2:hover, .btn-carousel2:focus {
        color: #3e3e3e;
        background: #fff;
        border-color: #fff;
        outline: 0;
    }
.top-btn-center {
  position: relative;
  text-align: right;
  float: right;
  top: 30%;
  padding-right: 3%;
}
.btn-Login {
  color: #fff;
  background-color: #ff5400;
  border-color: #ff5400;
  padding: 7px 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: inline-table;
}
.btn-Login:hover, .btn-Login:focus {
  color: #fff;
  background: #5F60E7;
  border-color: #5F60E7;
  outline: 0;
}
.btn-Find-Schemes {
  color: #fff;
  background: #FF5722 ;
  border-color: #FF5722 ;
  padding: 6px 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: inline-table;
  margin-right: 10px;
}
.btn-Find-Schemes:hover, .btn-Find-Schemes:focus {
  color: #fff;
  background-color: #76a90c;
  border-color: #76a90c;
  outline: 0;
}
.btn-reg {
  color: #fff;
  background-color: #76a90c;
  border-color: #76a90c;
  padding: 13px 28px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  display:block;
}
.btn-reg:hover, .btn-reg:focus {
  color: #fff;
  background: #FF5722 ;
  border-color: #FF5722 ;
  outline: 0;
}

.btn-back {
  color: #fff;
  background-color: #FF5722 ;
  border-color: #FF5722 ;
  padding: 13px 28px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-left: 10px;
}
.btn-back:hover, .btn-back:focus {
  color: #fff;
  background: #76a90c;
  border-color: #76a90c;
  outline: 0;
}

.marquee-title {
    position: relative;
    z-index: 2;
    width: 100%;
    right: 0px;
    margin-top: -159px;
    background: #76a90c;
    color: #ffffff;
    padding: 0px 26px;
    border-radius: 5px;
    /* border: 1px solid #e9e9e9; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
    margin-bottom: 2rem;
}
    .marquee-title > span {
        background: #ffffff;
        color: #000000;
        border-radius: 5px;
        padding: 4px 14px;
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        left: 19px;
        z-index: 1;
        top: -17px;
    }
.marquee-scroll {
    color: #fff;
    padding: 17px 0px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}
.about-tax {
  text-align: left
}
.about-tax p {
  text-align: left;
  line-height: 25px;
  text-align: justify;
  padding-right: 5rem;
}
.about-tax h2 {
  font-size: 20px;
  margin-bottom: 1rem;
  margin-top: 2rem;
  display: block;
}

.about-tax .row-benefits {
  margin-top: 2rem;
}
.about-tax .row-benefits a {
  background-color: #FF5722 ;
  display: inline-block;
  padding: 0px 20px;
  line-height: 42px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}
.about-tax .row-benefits a:hover{
  background-color: #76a90c;
  color: #fff;
}
.about-tax .row-benefits a:last-child{
  background-color: #76a90c;
  color: #fff;
  margin-left: 10px;
}
.about-tax .row-benefits a:last-child:hover{
  background: #FF5722 ;
  color: #fff;
}
.about-tax .row-benefits a img{
  height: 26px;
}
.about-tax .row-benefits a i {
  font-size: 21px;
  padding-right: 7px;
  position: relative;
  top: 2px;
}
.mb-5 {
  margin-bottom: 4rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.center-title {
  font-size: 28px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: inline-block;
  font-weight: 700;
}
.center-title > span {}
.right-img {
    position: absolute;
    right: 0px;
    top: -8rem;
    width: 100%;
}
.left-img3 {
  position: absolute;
  bottom: 90px;
  height: 430px;
}
.left-img {
  position: absolute;
  bottom: 0px;
  height: 500px;
  margin-left: 13rem;
}
.rigthyogiji-img {
  position: absolute;
  bottom: 0px;
  height: 380px;
  margin-left: -100px;
}
.facts-counter {
  background-color: #fff;
  padding: 10px 0px;
  padding-left: 23px;
  border-radius: 10px;
  /* box-shadow: 0px 8px 40px #dfdede; */
  position: relative;
  margin-top: -81px;
  border: 1px solid #dcdcdc;
  height: 79px;
  z-index: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}
.facts-counter ul {
  display: flex;
  padding: 0px;
  margin: 0px;
}
.facts-counter ul li {
  list-style: none;
  width: 33%;
  margin: 0px;
  padding: 0px;
  border-right: 1px solid rgb(0 0 0 / 25%);
  margin-left: 15px;
  padding-right: 15px;
}
.facts-counter ul li:last-child {
  border-right: 0px;
}
.facts-counter ul li:first-child {
  margin-left: 0px;
}
.facts-counter ul li h1 {
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  color: #681484;
  margin: 0px;
  padding: 0px;
}
.facts-counter ul li p {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 3px;
  color: #2e2e2e;
}
.carousel-item {
  height: 600px;
}
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  z-index: 1;
  padding: 0px;
  height: 550px;
}
.carousel-control-prev, .carousel-control-next {
  width: 5%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  /* background-color: var(--primary); */
  /* border: 15px solid var(--primary); */
  border-radius: 50px;
  color: #fff;
  font-size: 40px;
  background-image: none;
}
.page-header {
  background: url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}
.page-header .breadcrumb-item, .page-header .breadcrumb-item a {
  font-weight: 500;
}
.page-header .breadcrumb-item a, .page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #696E77;
}
.page-header .breadcrumb-item a:hover, .page-header .breadcrumb-item.active {
  color: var(--primary);
}
/*** Facts ***/
@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0px;
        padding: 11px 42px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        height: 44px;
        font-weight: 500;
        outline: none;
        color: #fff;
        border-right: 1px solid #ffa487;
    }
  .navbar .navbar-nav .nav-link:last-child {
    border-right: 0px
  }
  .slide-carousel .owl-nav {
    display: none !important;
  }
  .container.facts {
    max-width: 100% !important;
  }
  .container.facts .facts-text {
    padding-left: calc(((100% - 960px) / 2) + .75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 960px) / 2) + .75rem);
  }
}
@media (min-width: 1200px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1140px) / 2) + .75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 1140px) / 2) + .75rem);
  }
}
@media (min-width: 1400px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1320px) / 2) + .75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 1320px) / 2) + .75rem);
  }
}
.container.facts .facts-text {
  background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
  background-size: cover;
}
.container.facts .facts-counter {
  background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
  background-size: cover;
}
.container.facts .facts-text .h-100, .container.facts .facts-counter .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*** benefits-show ***/
.animated.pulse {
  animation-duration: 1.5s;
}
.benefits-left, .benefits-right {
  position: relative;
}
.benefits-left img, .benefits-right img {
  position: absolute;
  padding: 5px;
  border: 1px dashed var(--primary);
  border-radius: 10px;
}
.benefits-left img:nth-child(1), .benefits-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.benefits-left img:nth-child(2), .benefits-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.benefits-left img:nth-child(3), .benefits-right img:nth-child(1) {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%;
}
.benefits-carousel {
  margin: 0px;
  margin-top: -30px;
  padding: 0px 10px;
}
.benefits-carousel .owl-item img {
  height: 110px;
  margin: auto;
  width: 110px;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
  background-color: #fff;
}
.benefits-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.benefits-carousel .owl-dot {
  display: block;
  justify-content: center;
  background: #9AA4FF;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  margin: 0px 3px;
}
.benefits-carousel .owl-dot.active {
  background: #3D3EB9;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  margin: 0px 3px;
}
.benefits-carousel .benefits-item {
  margin: 25px 15px;
}
.benefits-carousel .benefits-item .benefits-back {
  /* border-radius: 10px; */
  /* box-shadow: 0px 10px 10px rgb(221 221 221 / 47%); */
  padding: 25px 20px;
  background: #f5f5f5;
  margin-bottom: 0px;
  border: 1px solid #e1e1e1;
  display: block;
  color: #FF5722 ;
  /* background: rgb(255,103,31); */
  /* background: linear-gradient(197deg, rgba(255,103,31,1) 0%, rgba(255,207,184,1) 20%, rgba(255,236,227,1) 32%, rgba(255,255,255,1) 50%, rgba(235,243,239,1) 65%, rgba(181,211,196,1) 80%, rgba(4,106,56,1) 100%); */
}
.benefits-carousel .benefits-item .benefits-back:hover {
  box-shadow: 0px 0px 14px rgb(0 0 0 / 15%);
  background-color: #fff;
}
.benefits-carousel .benefits-item h3 {
  font-size: 16px;
  margin-top: 8px;
  line-height: 24px;
  color: #000;
}
.benefits-carousel .benefits-item h4 {
  font-size: 13px;
  color: #2F281E;
  background-color: #EBE8FE;
  font-weight: 500;
  padding: 6px 40px;
  border-radius: 100px;
  display: inline-block;
}
.benefits-carousel .benefits-item p {
  font-size: 12px;
  color: #2F281E;
  min-height: 100px;
}
.benefits-carousel .owl-nav {
  position: absolute;
  top: -40px;
  right: 20px;
  display: flex;
}
.benefits-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  text-align: center;
  color: #000;
  line-height: 29px;
  margin-right: 3px;
  border-radius: 0px;
  font-size: 12px;
  border: 1px solid #e1dfdf;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.benefits-carousel .owl-nav .owl-prev:hover {
  background-color: #FF5722 ;
  color: #fff;
  border: 1px solid #FF5722 ;
}
.benefits-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  color: #585858;
  line-height: 29px;
  margin-right: 3px;
  border-radius: 0px;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.benefits-carousel .owl-nav .owl-next:hover {
  background-color: #FF5722 ;
  color: #fff;
  border: 1px solid #FF5722 ;
}
.btn-Launched {
  background-color: transparent;
  border: 1px solid #979797;
  color: #544837;
  display: inline-block;
  font-size: 11px;
  border-radius: 100px;
  padding: 6px 30px;
  font-weight: 500;
}
.btn-Launched:hover, .btn-Launched:focus {
  background-color: #5F60E7;
  border: 1px solid #5F60E7;
  color: #fff;
}
/*** Benefits-youth ***/
/*** Benefits-youth ***/
/*** Testimonial ***/
.testimonial-bg {
  position: relative;
  padding: 5rem 0;
}
.animated.pulse {
  animation-duration: 1.5s;
}
.display-7 {
  font-size: 30px;
  font-weight: 700;
}
.testimonial-item p {
  color: #415e78;
  padding: 0px 30px;
}
.testimonial-item h5 {}
.testimonial-left, .testimonial-right {
  position: relative;
}
.testimonial-left img, .testimonial-right img {
  position: absolute;
  /* padding: 5px; */
  /* border: 1px dashed var(--primary); */
  border-radius: 100%;
}
.testimonial-left img:nth-child(1), .testimonial-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-left img:nth-child(2), .testimonial-right img:nth-child(2) {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.testimonial-left img:nth-child(3), .testimonial-right img:nth-child(1) {
  width: 70px;
  height: 70px;
  bottom: 10%;
  right: 10%;
}
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}
.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #ff5400;
  border-radius: 30px;
  font-size: 14px;
  transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
  background: #3d3eb9;
}
/*** Footer ***/
.footer {
  border-top: 0;
  background: url("../img/foot-bg.jpg") no-repeat center center;
  background-size: cover;
  background-color: #FF5722 ;
  padding-top: 5rem;
  position: relative;
}
.footer p {
  color: #eee;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.footer h5 {
  color: #eee;
  font-size: 20px;
  line-height: normal;
}
.footer h4 {
  color: #eee;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}
.footer .form-control {
  font-size: 12px;
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;
  float: left;
  width: 78%;
  height: 43px;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 0px;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
/* .footer .btn.btn-link::before {

    position: relative;

    content: "\f105";

    font-family: "FontAwesome";

    font-weight: 900;

    color: #A7A8B4;

    margin-right: 10px;

} */
.footer .btn.btn-link:hover {
  color: #76a90c;
  box-shadow: none;
}
.copyedby {
  display: block;
  text-align: left;
}
.poweredby {
  display: block;
  text-align: right;
}
.footer .copyright {
  padding: 25px 0;
  font-size: 13px;
  border-top: rgb(144 166 191 / 29%) 1px solid;
  margin-top: 20px;
  color: #dddddd;
}
.footer .copyright a {
  color: #00ceff;
}
.footer .copyright a:hover {
  color: #FFFFFF;
}
.section-header {
  text-align: center;
  padding-bottom: 30px;
}
.section-header h2 {
  font-size: 24px;
  font-weight: 800;
  position: relative;
  color: #2e3135;
}
.constructions .card-item {
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}
.constructions .card-item .card-bg {}
.constructions .card-item .card-bg img {
  background: #efc17d;
  display: block;
  margin: auto;
  width: 100%;
  /* margin-bottom: -1px; */
}
.constructions .card-item .card-body {
  padding: 14px 5px;
  background: #ffffff;
  text-align: center;
  height: 68px;
}
.constructions .card-item h4 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.constructions .card-item p {
  margin: 0px;
  font-size: 12px;
  white-space: nowrap;
}
.programmes-icon-box {
  display: inline-block;
  padding: 24px 12px;
  text-align: center;
  /* border: 1px solid #FF5722 ; */
  /* background: #FF5722 ; */
  width: 32%;
  float: left;
  margin-right: 10px;
  /* height: 265px; */
  transition: 0.3s;
  border-radius: 10px;
}
.programmes-icon-box span {
  background: #ffffff;
  width: 163px;
  height: 163px;
  padding: 20px 0px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  display: inline-block;
  border-radius: 100%;
  transition: 1s;
  margin-bottom: -6px;
}
.programmes-icon-box spanimg {
  transition: .5s;
  transform: rotateY(0deg);
}
.programmes-icon-box:hover span {
  transform: rotateY(360deg);
}
.programmes-icon-box h4 {
  color: #000;
  font-size: 14px;
  margin: 0px;
  line-height: normal;
  font-weight: 600;
  padding: 10px 24px;
  background: #fbfbfb;
  border-radius: 100px;
  border: 1px solid #ccc;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.programmes-icon-box:hover h4 {
  color: #fff;
  background: #76a90c;
  border: 1px solid #76a90c;
}
.partner-bg {
  display: inline-block;
  width: 100%;
  padding: 5rem 0rem;
}
.partnershadow {
  overflow: hidden;
  height: 11px;
  background-color: #f5f5f5;
  box-shadow: none !important;
  width: 190px;
  margin: auto;
  margin-bottom: 10px;
}
.partnershadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 3px black;
}
.event-inner .carousel-item {
  height: 291px;
  border: 1px solid #ababab;
  overflow: hidden;
  border-radius: 3px;
}
.slide {}
.slide .event-inner-prev {
  background-color: #fff;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 2px;
}
.slide .event-inner-next {
  background-color: #fff;
  height: 30px;
  width: 30px;
  top: 50%;
  right: 2px;
}
.slide .event-inner-prev .carousel-control-prev-icon, .slide .event-inner-next .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  /* background-color: var(--primary); */
  /* border: 15px solid var(--primary); */
  border-radius: 50px;
  color: #000;
  font-size: 29px;
  background-image: none;
  line-height: 45px;
}
.normal, .hover {
  flex: 1;
  padding: 0 25px;
}
.demo-title {
  color: #666;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.module {
  min-width: 100%;
  height: 470px;
  transition: all 0.3s linear 0s;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.module:hover {
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}
.thumbnail {
  position: relative;
  overflow: hidden;
  background: black;
}
.thumbnail img {
  width: 120%;
  transition: all 0.3s;
}
.module:hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
}
.thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #e96220;
  padding-top: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  height: 55px;
  width: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
.date div:first-child {
  font-size: 18px;
  line-height: 1.2;
}
.content {
  position: absolute;
  width: 100%;
  height: 178px;
  bottom: 0;
  background: #fff;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.module:hover .content {
  height: 470px;
  background: rgb(255 255 255 / 98%);
}
.content .category {
  position: absolute;
  top: -41px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  background: #76a90c;
  padding: 10px 15px;
  font-weight: bold;
}
.title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.description {
  color: #666666;
  font-size: 13px;
  line-height: normal;
  height: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module:hover .description {
  height: 100px;
}
.meta {
  margin: 20px 0 0;
  color: #999999;
}
.meta .timestamp {
  font-size: 12px;
  color: #9d9999;
}
.meta .comments {
  font-size: 12px;
  margin-left: 10px;
  color: #9d9999;
}
.news_box {
  background: #f2f3f7;
  padding: 30px 30px;
  display: inline-block;
  border-radius: 5px;
}
.ticker {
    overflow: auto;
    position: relative;
    border: none;
    height: 370px;
    padding: 0px;
    margin: 0px;
}
.ticker li {
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0px;
}
.ticker li aside {
  background: #76a90c;
  float: left;
  padding: 5px;
  width: 60px;
  border-radius: 5px;
  text-align: center;
  margin-right: 11px;
}
.ticker li aside h2 {
  color: #fff;
  font-weight: 700;
  margin: 0px;
  font-size: 20px;
}
.ticker li aside span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.ticker li article p {}
.ticker li article span {
  font-size: 12px;
  color: #000;
}
.newsmore {
  float: right;
}
.news-more-btn {
  display: block;
  text-align: center;
  float: none;
  color: #76a90c;
  font-weight: 400;
  margin: auto;
  padding: 5px 0px;
  border-radius: 3px;
  font-size: 14px;
  padding-bottom: 0px;
  padding-top: 24px;
}
.news-more-btn:hover {
  color: #000;
}
.pull-right-play {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: #f2f3f7;
  padding: 5px;
  height: 34px;
  width: 33px;
  text-align: center;
  border-radius: 3px;
}


/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.counter-grid {
  padding-right: 5rem;
  padding-top: 2rem;
}
.counter-box {
  display: block;
  background: #f5f5f5;
  padding: 20px 20px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #e3e4e9;
  transition: 0.3s;
}
.counter-box:hover{
  transform: scale(1.1);
}
.counter-box img {
  height: auto;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
  width: 50px;
}
.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 500;
}


.counter {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #FF5722 ;
  line-height: 28px;
}



.rightbar-btn {
  background: #FF5722 ;
  padding: 20px 20px;
  border-radius: 6px;
  margin: 25px 0;
}
    .rightbar-btn .btn-primary {
        border-color: #ffffff;
        border-radius: 6px;
        padding: 8px 0;
        padding-left: 50px;
        text-align: left;
        font-size: 19px;
        width: 100%;
        font-weight: 600;
        color: #000000;
        font-size: 15px;
        margin-bottom: 9px;
        background: url(../img/btn-arrow.png) no-repeat left;
        background-position: 18px 14px;
        background-color: #fff;
    }
.rightbar-btn .btn-primary:hover, .rightbar-btn .btn-primary:focus {
  border-color: #76a90c !important;
  color: #fff !important;
  background: url(../img/btn-arrow-w.png) #76a90c no-repeat left;
  background-position: 12px 14px;
}


.left-menu-contant {
  padding-right: 5rem;
  padding-top: 2rem;
}

.left-menu-contant > h6 {
  font-size: 20px;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.left-menu-contant > p {
  font-size: 14px;
  padding-bottom: 1rem;
  margin: 0px;
  line-height: 26px;
}
.left-menu-contant > ul {
  padding-bottom: 2rem;
  margin: 0px;
}

.left-menu-contant > ul > li {
  padding: 10px 0px;
  border-bottom: 1px solid #efefef;
}
.left-menu-contant > ul > li:last-child{
  border-bottom: 0px;
}
.left-menu-contant > ul > li::marker {
  color: #76a90c;
  font-size: 16px;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
}
.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  font-size: 36px;
  line-height: 0;
  color: #76a90c;
  border-radius: 50%;
  border: 2px dotted #76a90c;
  margin-bottom: 15px;
}
.contact .info-item h3 {
  font-size: 18px;
  color: #FF5722 ;
  font-weight: 600;
  margin: 10px 0;
}
.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.contact .php-email-form .form-group {
  padding-bottom: 20px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form select, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form select:focus, .contact .php-email-form textarea:focus {
  border-color: #f68723;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form select {
  height: 44px;
  background-color: #fff;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #f68723;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.submit-btn {
  color: #fff;
  background-color: #76a90c;
  border-color: #76a90c;
  padding: 12px 8px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin: auto;
  width: 170px;
  text-align: center;
  line-height: normal;
  margin-top: 2rem;
}
.submit-btn:hover{
  color: #fff;
  background-color: #FF5722;
  border-color: #FF5722;
}




.accordion-item:first-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion-item:first-of-type .accordion-button {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  box-shadow: 0px 8px 40px #dfdede;
}
.accordion-item h2 {font-size: 14px; font-weight: 600}

.accordion-button:focus {
  box-shadow: none;
}
.accordion-button {
  font-weight: 600;
}

.accordion-body:not(.collapsed) {
 text-align: justify;
  color: #333;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f3f3f3;
}
#sticky {
  width: 100%;
}

#sticky.stick {
  position: fixed;
  top: 14px;
  z-index: 10000;
  width: 375px;
}

.reg{

}
.reg fieldset {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #f7f7f7;
}
.reg legend {
  background-color: #76a90c;
  color: white;
  padding: 8px 22px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
}
.form-control, .form-select {
  display: block;
  width: 100%;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  appearance: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}



/*anujgupta07-07-2023*/