@import url("../fonts/calibri/calibri.css");
@import url("../fonts/josefin-sans/josefin-sans.css");
@import url("../fonts/quicksand/quicksand.css");
@import url("../fonts/raleway/raleway.css");
@import url("../fonts/bhartiya-hindi/bhindi.css");
@import url("../icons/flaticon/flaticon.css");
@import url("../icons/font-awesome/all.min.css");
@import url("../icons/font-awesome/fontawesome.min.css");
@import url("../icons/font-awesome/regular.css");
@import url("../icons/font-awesome/brands.css");
@import url("../icons/font-awesome/solid.css");
@import url("../icons/lineicons/LineIcons.css");
@import url("../icons/lineicons/LineIcons.min.css");
@import url("../icons/pe7-icon/dist/dist/pe-icon-7-stroke.css");
@import url("../icons/pe7-icon/dist/dist/pe-icon-7-stroke.min.css");
@import url("../icons/icofont/icofont.min.css");
@import url("../css/animate.css");
@import url("../css/lightgallery.css");
/* green */
/* orange */
/* light */
/* line */
/* ---------- stylesheet ---------- */
body {
  font-size: 16px;
  font-family: 'Quicksand';
  font-weight: normal;
  width: 100%;
  color: #000; }

/*--------- end of body -------*/
a {
  text-decoration: none;
  color: inherit;
  display: inline-block; }

a:hover {
  text-decoration: none;
  color: inherit; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.7; }

.preloader {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff; }
  .preloader .loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .preloader .loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white; }
  .preloader .loader--dot:first-child {
    background-color: #8cc759;
    animation-delay: 0.5s; }
  .preloader .loader--dot:nth-child(2) {
    background-color: #8c6daf;
    animation-delay: 0.4s; }
  .preloader .loader--dot:nth-child(3) {
    background-color: #ef5d74;
    animation-delay: 0.3s; }
  .preloader .loader--dot:nth-child(4) {
    background-color: #f9a74b;
    animation-delay: 0.2s; }
  .preloader .loader--dot:nth-child(5) {
    background-color: #60beeb;
    animation-delay: 0.1s; }
  .preloader .loader--dot:nth-child(6) {
    background-color: #fbef5a;
    animation-delay: 0s; }
  .preloader .loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto; }
  .preloader .loader--text:after {
    content: "Loading";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite; }
@keyframes loader {
  15% {
    transform: translateX(0); }
  45% {
    transform: translateX(230px); }
  65% {
    transform: translateX(230px); }
  95% {
    transform: translateX(0); } }
@keyframes loading-text {
  0% {
    content: "Loading"; }
  25% {
    content: "Loading."; }
  50% {
    content: "Loading.."; }
  75% {
    content: "Loading..."; } }
/* end of preloader */
body {
  display: block;
  padding: 0;
  margin: 0; }

.d-block {
  display: block; }

.mlr-0 {
  margin-left: 0;
  margin-right: 0; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-50 {
  margin-top: 50px; }

.pl-0 {
  padding-left: 0; }

.plr-0 {
  padding-left: 0;
  padding-right: 0; }

.pr-0 {
  padding-right: 0; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pr-10 {
  padding-right: 10px; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-100 {
  padding-top: 100px !important; }

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.btn-div {
  text-align: center; }

.mp-btn {
  color: #fff;
  margin: 10px 0;
  font-size: 28px;
  font-weight: 600;
  font-family: 'bhindi';
  border: none;
  border-radius: 30px;
  padding: 7px 45px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #006020; }
  .mp-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff7000;
    border-radius: 30px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .mp-btn:hover {
    color: #fff; }
  .mp-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.star-ul {
  margin: 0;
  padding: 0; }
  .star-ul li {
    color: #000;
    padding: 8px 0 8px 25px;
    position: relative;
    list-style: none;
    font-size: 16px; }
    .star-ul li i {
      position: absolute;
      left: 0;
      top: 11px;
      color: #ff7000; }

/*---------- raw material ------------*/
.logo-sec {
  height: 120px;
  text-align: center;
  padding: 5px 0;
  position: relative; }
  .logo-sec a {
    display: inline-block;
    height: 100%; }
  .logo-sec img {
    height: 100%; }
  .logo-sec .shape {
    position: absolute;
    right: -70px;
    z-index: 9;
    top: 0;
    height: 100%; }

/* end logo */
.topbar {
  background-color: #006020;
  width: 100%;
  display: table;
  height: 60px;
  position: relative; }
  .topbar .nav-menu-btn {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 20px;
    display: none;
    cursor: pointer; }
  .topbar .inner-top {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0 10px 80px; }
    .topbar .inner-top .top-search-box {
      padding: 0 0 0 80px;
      position: relative; }
      .topbar .inner-top .top-search-box input {
        border-radius: 30px;
        border: none;
        padding: 3px 35px 3px 15px;
        width: 200px; }
      .topbar .inner-top .top-search-box i {
        position: absolute;
        right: 7px;
        top: 3px;
        color: #8e8e8e;
        border-left: 1px solid #8e8e8e;
        padding-left: 7px; }
    .topbar .inner-top span {
      color: #fff;
      padding: 0 20px; }
      .topbar .inner-top span i {
        padding-right: 5px; }

/* end topbar */
.navigation {
  padding: 10px 0 10px 80px;
  height: 60px;
  background-color: #fff6f7; }
  .navigation ul {
    margin: 0;
    padding: 0;
    display: block;
    display: table;
    height: 100%; }
    .navigation ul li {
      list-style: none;
      display: table-cell;
      vertical-align: middle; }
      .navigation ul li a {
        text-align: center;
        font-family: 'bhindi';
        font-size: 23px;
        font-weight: normal;
        color: #1d1d1d;
        display: inline-block;
        padding: 0 20px;
        line-height: 2; }

/*---------  end of navigation ----------*/
.slider .carousel-control-next,
.slider .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  /*color: #ec3539;*/
  color: #006020;
  font-size: 40px;
  text-align: center;
  opacity: 1; }
  .slider .carousel-control-next:hover,
  .slider .carousel-control-prev:hover {
    color: #ff7000; }
.slider .carousel-item img {
  width: 100%;
  height: 100%; }

/*-------- end slider ------*/
.process {
  background-color: #fff6f7;
  padding: 30px 0 0px; }
  .process .process-box {
    margin-bottom: 20px;
    text-align: center; }
    .process .process-box a {
      display: inline-block; }
      .process .process-box a img {
        height: 100px;
        margin-bottom: 20px; }
      .process .process-box a h3 {
        font-family: 'bhindi'; }

/*-------- end process ------*/
.about-detail {
  background-image: url(../images/about-d-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0; }
  .about-detail .about-d-img {
    position: relative;
    z-index: 0;
    margin-top: 13px; }
    .about-detail .about-d-img img {
      border: 4px solid #006020;
      width: 100%; }
    .about-detail .about-d-img:before {
      height: 100%;
      width: 100%;
      content: "";
      background: #fff;
      border: 4px solid #ff7000;
      position: absolute;
      top: -13px;
      right: -13px;
      z-index: -1; }
  .about-detail .about-sec-detail {
    background-color: #fff;
    max-height: 390px;
    min-height: 390px;
    overflow-y: auto;
    padding: 20px 100px;
    font-family: 'bhindi'; }
    .about-detail .about-sec-detail .main-heading {
      display: block;
      padding-bottom: 5px;
      margin-bottom: 10px;
      border-bottom: 4px solid #a1c4ad; }
      .about-detail .about-sec-detail .main-heading h1 {
        font-size: 36px;
        margin: 0;
        font-weight: 600; }
      .about-detail .about-sec-detail .main-heading .sub-head p {
        margin: 0;
        padding: 0;
        font-size: 23.4px;
        line-height: 1;
        color: #006020; }
    .about-detail .about-sec-detail p {
      font-family: 'bhindi';
      font-family: 'bhindi';
      font-size: 18px;
      line-height: 1.8; }

/*-------- end about-detail ------*/
.panchayat-area {
  background-image: url(../images/bg_india.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0; }
  .panchayat-area .en-heading {
    text-align: center; }
    .panchayat-area .en-heading h1 {
      font-size: 36px;
      font-weight: 600;
      font-family: 'raleway'; }
  .panchayat-area .inner-panchayat {
    background-color: #fff;
    padding: 20px 0; }
    .panchayat-area .inner-panchayat .panchayat-area-img {
      box-shadow: 0 0 7px 0 #040404; }
      .panchayat-area .inner-panchayat .panchayat-area-img .panchayat-head {
        background-color: #ff7000;
        color: #fff;
        text-align: center; }
        .panchayat-area .inner-panchayat .panchayat-area-img .panchayat-head h1 {
          font-size: 36px;
          margin: 0;
          font-family: 'bhindi'; }
    .panchayat-area .inner-panchayat .gallery-slider {
      position: relative; }
      .panchayat-area .inner-panchayat .gallery-slider .panchayat-head {
        background-color: #ff7000;
        color: #fff;
        text-align: center; }
        .panchayat-area .inner-panchayat .gallery-slider .panchayat-head h1 {
          font-size: 36px;
          margin: 0;
          font-family: 'bhindi'; }
      .panchayat-area .inner-panchayat .gallery-slider .slider-arrow {
        position: absolute;
        top: 50%;
        width: 100%; }
        .panchayat-area .inner-panchayat .gallery-slider .slider-arrow .arrow {
          display: inline-block;
          position: absolute;
          background: #fff;
          color: #959595;
          cursor: pointer;
          padding: 10px 5px; }
        .panchayat-area .inner-panchayat .gallery-slider .slider-arrow .arrow_prev {
          left: 0; }
        .panchayat-area .inner-panchayat .gallery-slider .slider-arrow .arrow_next {
          right: 0; }

/*-------- end panchayat area ------*/
.mpys .inner-mpys {
  background-color: #006020;
  padding: 20px; }
  .mpys .inner-mpys .mpys-right {
    min-height: 588px;
    background-color: #fff; }
    .mpys .inner-mpys .mpys-right .desc {
      padding: 15px 20px; }
      .mpys .inner-mpys .mpys-right .desc h1 {
        font-size: 46px;
        font-family: 'bhindi';
        margin: 0;
        color: #ff7000;
        font-weight: 600;
        text-align: center; }
      .mpys .inner-mpys .mpys-right .desc p {
        font-size: 22px;
        font-family: 'bhindi';
        text-align: center;
        line-height: 1.5;
        margin-top: 10px; }
    .mpys .inner-mpys .mpys-right .mpys-user {
      padding: 0 20px;
      text-align: center; }
      .mpys .inner-mpys .mpys-right .mpys-user h1 {
        font-size: 46px;
        font-family: 'bhindi';
        margin: 0;
        color: #ff7000;
        font-weight: 600;
        text-align: center;
        display: inline-block;
        border-top: 3px solid #80cc99;
        padding-top: 20px; }
        .mpys .inner-mpys .mpys-right .mpys-user h1 span {
          color: #000;
          font-family: 'raleway';
          font-size: 34px; }
      .mpys .inner-mpys .mpys-right .mpys-user .user-box {
        padding: 10px; }
        .mpys .inner-mpys .mpys-right .mpys-user .user-box a {
          display: block;
          margin-top: 20px; }
          .mpys .inner-mpys .mpys-right .mpys-user .user-box a .icon {
            position: relative;
            border: 1px solid #000;
            text-align: center;
            height: 150px;
            border-radius: 5px;
            line-height: 150px; }
            .mpys .inner-mpys .mpys-right .mpys-user .user-box a .icon img {
              height: 64px; }
            .mpys .inner-mpys .mpys-right .mpys-user .user-box a .icon i {
              position: absolute;
              right: -38px;
              font-size: 25px;
              top: 44%;
              color: #ff7000; }
          .mpys .inner-mpys .mpys-right .mpys-user .user-box a .content {
            margin-top: 10px;
            text-align: center;
            display: block; }
            .mpys .inner-mpys .mpys-right .mpys-user .user-box a .content span {
              display: block;
              font-size: 11px;
              font-weight: 600;
              font-family: 'arial';
              line-height: 1;
              margin-top: 15px; }
            .mpys .inner-mpys .mpys-right .mpys-user .user-box a .content p {
              display: block;
              margin: 0;
              font-family: 'bhindi';
              font-size: 24px;
              line-height: 1.2; }

/*-------- end of mpys -----*/
.video-section {
  background-image: url(../images/video-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 533px;
  background-position: center;
  padding: 30px 0; }
  .video-section .video-right {
    padding-left: 30px; }
    .video-section .video-right .video-heading {
      background-color: #ff7000;
      text-align: center;
      padding: 5px 0;
      border-bottom: 8px solid #006020;
      margin-bottom: 30px; }
      .video-section .video-right .video-heading h1 {
        font-family: 'bhindi';
        font-size: 36px;
        font-weight: 600;
        color: #fff;
        margin: 0; }
    .video-section .video-right .video-slider {
      background-color: #fff;
      padding: 20px;
      position: relative;
      margin-top: 80px; }
      .video-section .video-right .video-slider .video-slide .v-item {
        padding: 5px; }
      .video-section .video-right .video-slider .slider-arrow {
        position: absolute;
        top: 43%;
        width: 100%; }
        .video-section .video-right .video-slider .slider-arrow .arrow {
          display: inline-block;
          position: absolute;
          color: #000;
          cursor: pointer;
          padding: 10px 5px;
          font-size: 20px; }
        .video-section .video-right .video-slider .slider-arrow .vid_prev {
          left: -20px; }
        .video-section .video-right .video-slider .slider-arrow .vid_next {
          right: 20px; }

/* --------- end video section ---------- */
.team-section {
  display: block;
  width: 100%;
  padding: 20px 0 0; }
  .team-section .team-sec-heading {
    margin-top: 26px; }
    .team-section .team-sec-heading .team-heading {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      background-color: #006020;
      position: relative; }
      .team-section .team-sec-heading .team-heading h1 {
        font-size: 36px;
        color: #fff;
        font-family: 'bhindi';
        font-weight: 600;
        margin: 0;
        padding: 5px 50px; }
      .team-section .team-sec-heading .team-heading:before {
        content: '';
        position: absolute;
        left: -35px;
        bottom: 0;
        top: 0;
        border-right: 25px solid #006020;
        border-top: 25px solid #006020;
        border-left: 35px solid transparent;
        border-bottom: 25px solid #006020; }
      .team-section .team-sec-heading .team-heading:after {
        content: '';
        position: absolute;
        right: -35px;
        bottom: 0;
        top: 0;
        border-right: 35px solid transparent;
        border-top: 25px solid #006020;
        border-left: 25px solid #006020;
        border-bottom: 25px solid #006020; }
      .team-section .team-sec-heading .team-heading .line-left {
        position: absolute;
        left: 0;
        width: 25px;
        background: #fff;
        height: 5px;
        top: 25px;
        z-index: 9;
        border-radius: 0px 5px 5px 0px; }
      .team-section .team-sec-heading .team-heading .line-right {
        position: absolute;
        right: 0;
        width: 25px;
        background: #fff;
        height: 5px;
        top: 25px;
        z-index: 9;
        border-radius: 5px 0px 0 5px; }
  .team-section .line {
    height: 5px;
    width: 100%;
    display: block;
    background: #ff7000;
    margin-bottom: -30px; }
  .team-section .team-slider {
    position: relative;
    margin: 20px 0; }
    .team-section .team-slider .team-slide .team-item {
      padding: 20px; }
      .team-section .team-slider .team-slide .team-item .team-inner {
        text-align: center;
        display: block;
        position: relative;
        border: 1px solid #eee;
        border-radius: 5px; }
        .team-section .team-slider .team-slide .team-item .team-inner img {
          border-radius: 5px;
          border-left: 5px solid #006020;
          border-right: 5px solid #006020; }
        .team-section .team-slider .team-slide .team-item .team-inner .desc {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: #f1fff7;
          box-shadow: 0 0 3px 1px #d6d6d6;
          border-radius: 0px 0px 5px 5px;
          padding: 8px 0 0; }
          .team-section .team-slider .team-slide .team-item .team-inner .desc h2 {
            font-family: 'bhindi';
            font-size: 26px;
            font-weight: 600;
            margin: 0;
            padding: 0;
            line-height: 0.8; }
          .team-section .team-slider .team-slide .team-item .team-inner .desc p {
            font-family: 'bhindi';
            font-size: 20px;
            margin: 0;
            padding: 0; }
    .team-section .team-slider .slider-arrow {
      position: absolute;
      top: 40%;
      width: 100%; }
      .team-section .team-slider .slider-arrow .arrow {
        display: inline-block;
        position: absolute;
        background: #e3e6e4;
        color: #959595;
        cursor: pointer;
        padding: 10px 5px; }
      .team-section .team-slider .slider-arrow .team_prev {
        left: 0px; }
      .team-section .team-slider .slider-arrow .team_next {
        right: 0px; }

/* --------- end team section ---------- */
.map-section {
  line-height: 0;
  margin: 0;
  padding: 0; }

/* --------- end map section ---------- */
.footer-section {
  padding: 50px 0;
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 510px; }
  .footer-section .f-heading {
    color: #fff;
    margin-bottom: 20px;
    padding-left: 50px; }
    .footer-section .f-heading h1 {
      font-family: 'bhindi';
      font-size: 36px;
      font-weight: 600; }
  .footer-section .locations ul {
    display: block;
    margin: 0;
    padding: 0; }
    .footer-section .locations ul li {
      list-style: none;
      margin-bottom: 12px; }
      .footer-section .locations ul li a {
        display: inline-block;
        font-size: 18px;
        position: relative;
        padding-left: 50px;
        line-height: 1.7;
        color: #fff; }
        .footer-section .locations ul li a i {
          position: absolute;
          left: 10px;
          font-size: 20px;
          top: -2px; }
  .footer-section .footer-logo {
    text-align: center; }
    .footer-section .footer-logo img {
      height: 180px; }
  .footer-section .social-footer {
    margin-top: 20px;
    text-align: center; }
    .footer-section .social-footer ul {
      display: block;
      margin: 0;
      padding: 0; }
      .footer-section .social-footer ul li {
        list-style: none;
        display: inline-block;
        text-align: center;
        margin: 10px 10px; }
        .footer-section .social-footer ul li a {
          display: inline-block;
          border-radius: 100%;
          background-color: #fff;
          height: 40px;
          width: 40px;
          line-height: 40px;
          font-size: 18px;
          cursor: pointer;
          transition: all 1s ease-in-out 0s; }
        .footer-section .social-footer ul li .facebook {
          color: #3c5a99; }
          .footer-section .social-footer ul li .facebook:hover {
            background: #3c5a99;
            color: #fff;
            transition: all 300ms ease 0s;
            transform: scale(1.2); }
        .footer-section .social-footer ul li .twitter {
          color: #26a6d1; }
          .footer-section .social-footer ul li .twitter:hover {
            background: #26a6d1;
            color: #fff;
            transition: all 300ms ease 0s;
            transform: scale(1.2); }
        .footer-section .social-footer ul li .youtube {
          color: #cb0c0c; }
          .footer-section .social-footer ul li .youtube:hover {
            background: #cb0c0c;
            color: #fff;
            transition: all 300ms ease 0s;
            transform: scale(1.2); }
  .footer-section .footer-form {
    background-image: url(../images/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 412px;
    padding: 0 30px 20px;
    border-radius: 10px; }
    .footer-section .footer-form heading {
      text-align: center; }
      .footer-section .footer-form heading h2 {
        font-family: 'bhindi';
        font-size: 32px;
        color: #fff;
        font-weight: 600; }
    .footer-section .footer-form form .form-group {
      margin-bottom: 30px; }
      .footer-section .footer-form form .form-group .form-control {
        background: #555;
        border: 1px solid #fff;
        color: #fff; }
        .footer-section .footer-form form .form-group .form-control:focus {
          box-shadow: none;
          outline: none; }
        .footer-section .footer-form form .form-group .form-control::placeholder {
          color: #fff;
          opacity: 1;
          font-family: 'bhindi';
          font-size: 24px;
          /* Firefox */ }
      .footer-section .footer-form form .form-group .submit-btn {
        background: #555;
        color: #fff;
        font-family: 'bhindi';
        font-size: 26px;
        font-weight: 600;
        padding: 3px 30px;
        border: 1px solid #fff;
        border-radius: 4px;
        cursor: pointer; }

/* --------- end footer-section ---------- */
copyright {
  background: #ff7000;
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px 15px;
  font-weight: 600; }

/* --------- end copyright ---------- */
.bread-crumb {
  background-image: url(../images/bread-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  min-height: 250px; }
  .bread-crumb .heading h1 {
    font-family: 'bhindi';
    font-weight: 600;
    font-size: 36px;
    color: #ff7000;
    display: inline-block;
    border-bottom: 4px solid #a1c4ad; }
  .bread-crumb .bread-link ul {
    display: block;
    margin: 0;
    padding: 0; }
    .bread-crumb .bread-link ul li {
      display: inline-block;
      list-style: none; }
      .bread-crumb .bread-link ul li a {
        display: inline-block;
        color: #000;
        font-size: 22px;
        font-family: 'bhindi'; }
      .bread-crumb .bread-link ul li:last-child a {
        color: #006020; }

/* --------- end bread-crumb ---------- */
.about-section {
  padding: 50px 0; }
  .about-section .left-about p {
    margin-top: 30px;
    line-height: 2; }
  .about-section .left-about .main-heading h1 {
    font-size: 46px;
    font-weight: 600;
    font-family: 'bhindi';
    position: relative;
    display: inline-block;
    color: #ff7000; }
    .about-section .left-about .main-heading h1:before {
      border: 2px solid #a1c4ad;
      content: '';
      width: 50px;
      position: absolute;
      left: 0;
      bottom: -8px; }
  .about-section .about-img {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding: 15px;
    transition: all 1.2s ease-in 0s;
    -webkit-transition: all 1.2s ease-in 0s;
    -moz-transition: all 1.2s ease-in 0s;
    -O-transition: all 1.2s ease-in 0s;
    overflow: hidden; }
    .about-section .about-img::before {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      border: 4px solid #858585;
      bottom: 0;
      z-index: -1;
      right: 0; }
    .about-section .about-img:hover img {
      transform: scale(1.2);
      transition: all 1.2s ease-in 0s;
      -webkit-transition: all 1.2s ease-in 0s;
      -moz-transition: all 1.2s ease-in 0s;
      -O-transition: all 1.2s ease-in 0s; }

.team-leader {
  padding-bottom: 50px; }
  .team-leader .about-d-img {
    position: relative;
    z-index: 0;
    margin-top: 13px; }
    .team-leader .about-d-img img {
      border: 4px solid #006020;
      width: 100%; }
    .team-leader .about-d-img:before {
      height: 100%;
      width: 100%;
      content: "";
      background: #fff;
      border: 4px solid #ff7000;
      position: absolute;
      top: -13px;
      right: -13px;
      z-index: -1; }
  .team-leader .about-sec-detail {
    font-family: 'bhindi';
    padding: 0 15px; }
    .team-leader .about-sec-detail .main-heading {
      display: inline-block;
      padding-bottom: 5px;
      margin-bottom: 10px;
      border-bottom: 4px solid #a1c4ad; }
      .team-leader .about-sec-detail .main-heading h1 {
        font-size: 36px;
        margin: 0;
        font-weight: 600; }
      .team-leader .about-sec-detail .main-heading .sub-head p {
        margin: 0;
        padding: 0;
        font-size: 23.4px;
        line-height: 1;
        color: #006020; }

/* --------- end about page ---------- */
.gallery-sec {
  padding: 50px 0; }
  .gallery-sec .gallery-heading {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background-color: #006020;
    position: relative;
    margin-bottom: 10px; }
    .gallery-sec .gallery-heading h1 {
      font-size: 36px;
      color: #fff;
      font-family: 'bhindi';
      font-weight: 600;
      margin: 0;
      padding: 5px 50px; }
    .gallery-sec .gallery-heading:before {
      content: '';
      position: absolute;
      left: -35px;
      bottom: 0;
      top: 0;
      border-right: 25px solid #006020;
      border-top: 25px solid #006020;
      border-left: 35px solid transparent;
      border-bottom: 25px solid #006020; }
    .gallery-sec .gallery-heading:after {
      content: '';
      position: absolute;
      right: -35px;
      bottom: 0;
      top: 0;
      border-right: 35px solid transparent;
      border-top: 25px solid #006020;
      border-left: 25px solid #006020;
      border-bottom: 25px solid #006020; }
    .gallery-sec .gallery-heading .line-left {
      position: absolute;
      left: 0;
      width: 25px;
      background: #fff;
      height: 5px;
      top: 25px;
      z-index: 9;
      border-radius: 0px 5px 5px 0px; }
    .gallery-sec .gallery-heading .line-right {
      position: absolute;
      right: 0;
      width: 25px;
      background: #fff;
      height: 5px;
      top: 25px;
      z-index: 9;
      border-radius: 5px 0px 0 5px; }
  .gallery-sec .gallery-images ul {
    margin: 0;
    padding: 0; }
    .gallery-sec .gallery-images ul li {
      list-style: none;
      margin-bottom: 20px; }
      .gallery-sec .gallery-images ul li a {
        display: inline-block;
        text-align: center;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        border: 3px solid #006020;
        overflow: hidden;
        border-radius: 3px; }
        .gallery-sec .gallery-images ul li a:hover img {
          transform: scale(1.1);
          transition: all 300ms ease-in-out 0s;
          -webkit-transition: all 300ms ease-in-out 0s;
          -moz-transition: all 300ms ease-in-out 0s;
          -o-transition: all 300ms ease-in-out 0s; }
  .gallery-sec .gallery-images p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600; }

/* ---------- end of gallery page ---------*/
.contact-section {
  padding: 100px 0 50px; }
  .contact-section .contact-top .top-box {
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 30px 15px;
    border-radius: 10px;
    min-height: 340px; }
    .contact-section .contact-top .top-box .iconbox {
      position: relative;
      z-index: 1;
      height: 150px;
      width: 150px;
      line-height: 150px;
      border-radius: 50%;
      background: #fdfcfc;
      margin: auto auto 30px;
      border: 1px dashed #e8e8e8;
      box-shadow: inset 8px 8px 17px rgba(191, 191, 191, 0.07); }
    .contact-section .contact-top .top-box h2 {
      font-size: 30px;
      font-weight: 600;
      font-family: 'bhindi';
      color: #282828; }
    .contact-section .contact-top .top-box a {
      font-size: 18px;
      font-weight: 500;
      color: #006020; }
    .contact-section .contact-top .top-box p {
      margin: 0;
      font-weight: 500;
      color: #006020; }
  .contact-section .contact-bottom {
    padding: 50px 0 0; }
    .contact-section .contact-bottom .main-heading h1 {
      font-size: 46px;
      font-weight: 600;
      font-family: 'bhindi';
      position: relative;
      display: inline-block;
      color: #ff7000; }
      .contact-section .contact-bottom .main-heading h1:before {
        border: 2px solid #a1c4ad;
        content: '';
        width: 50px;
        position: absolute;
        left: 0;
        bottom: -8px; }
    .contact-section .contact-bottom .main-heading p {
      margin-top: 10px; }
    .contact-section .contact-bottom form .form-group {
      margin-bottom: 2rem; }
      .contact-section .contact-bottom form .form-group .form-control {
        background: #fff;
        border: 1px solid #555;
        color: #555; }
        .contact-section .contact-bottom form .form-group .form-control:focus {
          outline: none;
          box-shadow: none;
          border-color: #ff7000; }
        .contact-section .contact-bottom form .form-group .form-control::placeholder {
          color: #555;
          opacity: 1;
          font-family: 'bhindi';
          font-size: 24px;
          /* Firefox */ }
      .contact-section .contact-bottom form .form-group .mp-btn {
        padding: 4px 30px;
        font-size: 26px; }

/* -------- end of contact page ------------- */
.team-page {
  padding: 100px 0 50px; }
  .team-page .card {
    border: 1px solid #006020;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s; }
    .team-page .card .card-block {
      padding: 15px; }
      .team-page .card .card-block .card-title {
        display: inline-block;
        border-bottom: 3px solid #a1c4ad;
        padding-bottom: 5px;
        border-radius: 3px;
        font-family: 'bhindi'; }
        .team-page .card .card-block .card-title h2 {
          font-size: 30px;
          font-weight: 600;
          margin: 0; }
        .team-page .card .card-block .card-title p {
          margin: 0;
          padding: 0;
          font-size: 20px;
          line-height: 1;
          color: #006020; }
      .team-page .card .card-block .card-detail p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
        color: #000; }
        .team-page .card .card-block .card-detail p span {
          font-family: 'bhindi';
          font-size: 22px;
          min-width: 100px; }
        .team-page .card .card-block .card-detail p b {
          padding-right: 5px; }
        .team-page .card .card-block .card-detail p sub {
          bottom: -14px;
          font-size: 36px;
          letter-spacing: 1px;
          color: #7A7A7A; }
    .team-page .card:hover img {
      transform: scale(1.1);
      transition: all 300ms ease-in-out 0s;
      -webkit-transition: all 300ms ease-in-out 0s;
      -moz-transition: all 300ms ease-in-out 0s;
      -o-transition: all 300ms ease-in-out 0s; }
  .team-page .pagination-team {
    margin-top: 30px; }
    .team-page .pagination-team ul li a {
      color: #006020;
      font-size: 20px;
      padding: .5rem 1rem;
      font-weight: 500;
      border: 1px solid #9f9f9f; }
      .team-page .pagination-team ul li a:hover {
        background-color: #006020;
        color: #fff; }
      .team-page .pagination-team ul li a:focus {
        outline: none;
        box-shadow: none; }
    .team-page .pagination-team ul .active a {
      background-color: #006020;
      border-color: #006020; }

/* end of team page */
.vid-section {
  padding: 100px 0 50px; }
  .vid-section .video-box {
    margin-bottom: 30px; }

/* end of video section*/
.whatsapp {
  background: #05740a;
  color: #fff;
  display: inline-block;
  padding-right: 10px;
  font-size: 20px;
  position: fixed;
  right: -152px;
  width: 200px;
  top: 30%;
  z-index: 999;
  border-radius: 5px 0 0 5px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out; }
  .whatsapp a {
    display: inline-block;
    cursor: pointer; }
    .whatsapp a span {
      display: inline-block;
      vertical-align: middle; }
      .whatsapp a span i {
        font-size: 34px;
        padding: 5px 8px 7px 10px;
        background: #4caf50;
        border-radius: 5px 0 0 5px; }
  .whatsapp:hover {
    right: 0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out; }

/* end of whatsapp */
.panjikaran-modal .modal-dialog {
  margin-top: 200px; }
.panjikaran-modal .modal-header {
  margin: 0;
  padding: 3px 15px;
  position: relative; }
  .panjikaran-modal .modal-header h5 {
    font-size: 30px;
    font-family: 'bhindi';
    color: #ff7000;
    line-height: 1.3; }
  .panjikaran-modal .modal-header .close {
    position: absolute;
    right: 15px;
    top: 13px; }
.panjikaran-modal .modal-body .desc p {
  font-size: 24px;
  color: #006020;
  font-weight: 600; }
  .panjikaran-modal .modal-body .desc p span {
    font-size: 30px;
    font-family: 'bhindi';
    color: #000; }

/* panjikaran modal */
.s-karyalay .modal-body .desc p {
  font-size: 18px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 8px;
  color: #333; }
.s-karyalay .modal-body .desc .call {
  border-bottom: none; }
  .s-karyalay .modal-body .desc .call a {
    padding: 0 5px;
    color: #333; }
    .s-karyalay .modal-body .desc .call a i {
      margin-right: 5px;
      color: #ff7000; }

/* s-karyalay modal */
.registration .modal-dialog {
  margin: 1.75rem auto; }
.registration .modal-body form .form-group {
  margin-bottom: 2rem; }
  .registration .modal-body form .form-group .form-control {
    background: #fff;
    border: 1px solid #555;
    color: #555; }
    .registration .modal-body form .form-group .form-control:focus {
      outline: none;
      box-shadow: none;
      border-color: #ff7000; }
    .registration .modal-body form .form-group .form-control::placeholder {
      color: #555;
      opacity: 1;
      font-family: 'bhindi';
      font-size: 24px;
      /* Firefox */ }
  .registration .modal-body form .form-group .mp-btn {
    padding: 4px 30px;
    font-size: 26px; }
  .registration .modal-body form .form-group .custom-file .form-control {
    background: #fff;
    border: 1px solid #555;
    color: #555; }
    .registration .modal-body form .form-group .custom-file .form-control:focus {
      outline: none;
      box-shadow: none;
      border-color: #ff7000; }
  .registration .modal-body form .form-group .custom-file .custom-file-label {
    background: #fff;
    border: 1px solid #555;
    color: #555; }
    .registration .modal-body form .form-group .custom-file .custom-file-label:after {
      font-family: 'Quicksand';
      font-size: 18px;
      border-left: 1px solid #555; }
    .registration .modal-body form .form-group .custom-file .custom-file-label:focus {
      outline: none;
      box-shadow: none;
      border-color: #ff7000; }
  .registration .modal-body form .form-group .custom-file .custom-file-label.selected {
    background: #fff;
    border-color: #ff7000;
    color: #555;
    box-shadow: none;
    outline: none; }

/* end of registration*/
.margdarshan .modal-dialog {
  margin: 1.75rem auto; }
.margdarshan .modal-body .marg-box .card {
  border: 1px dashed #aeaeae;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s; }
  .margdarshan .modal-body .marg-box .card .card-block {
    padding: 15px; }
    .margdarshan .modal-body .marg-box .card .card-block .card-title {
      display: inline-block;
      border-bottom: 3px solid #a1c4ad;
      padding-bottom: 5px;
      border-radius: 3px;
      font-family: 'bhindi'; }
      .margdarshan .modal-body .marg-box .card .card-block .card-title h2 {
        font-size: 30px;
        font-weight: 600;
        margin: 0; }
      .margdarshan .modal-body .marg-box .card .card-block .card-title p {
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 1;
        color: #006020; }
    .margdarshan .modal-body .marg-box .card .card-block .card-detail p {
      font-size: 16px;
      line-height: 1.5;
      margin: 0;
      color: #000; }
      .margdarshan .modal-body .marg-box .card .card-block .card-detail p span {
        font-family: 'bhindi';
        font-size: 22px;
        min-width: 100px; }
      .margdarshan .modal-body .marg-box .card .card-block .card-detail p b {
        padding-right: 5px; }
  .margdarshan .modal-body .marg-box .card:hover img {
    transform: scale(1.1);
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s; }
  .margdarshan .modal-body .marg-box .card:hover {
    background-color: #f5f5f5;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s; }
.margdarshan .modal-body .marg-box p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #000; }
  .margdarshan .modal-body .marg-box p span {
    font-family: 'bhindi';
    font-size: 22px;
    min-width: 100px; }
  .margdarshan .modal-body .marg-box p b {
    padding-right: 5px; }

/*# sourceMappingURL=style.css.map */
