@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Hindi:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #5c5c5c;
}

a {
  color: #cda45e;
  text-decoration: none;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}


@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

.back-to-top i {
  font-size: 28px;
  color: #cda45e;
  line-height: 0;
}

.back-to-top:hover {
  background: #cda45e;
  color: #1a1814;
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 16px;
  transition: all 0.5s;
  z-index: 996;
}


#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li + li {
  padding-left: 10px;
}

.bg-green{
background:#408107	
}
.smi{
	color:#bc8b24;
	    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 997;
  top: 35px;
    padding:0 0 3px 0
}

#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 90px;
}

/*** Header ***/

/*
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}
*/

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 0px;
    padding-top: 1.25rem;
    padding-bottom: 0rem;
    color: #fff;
    text-align: center;
	background-color: rgba(64, 129, 7, 0.7);
	width:100%;
}

.carousel-caption h1{
	font-size:1.95rem	
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

#header-carousel .carousel-item{
max-height:650px	
}

@media (max-width: 893px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}

#header-carousel .carousel-item h1{
	font-family: 'Tiro Devanagari Hindi', serif;
}

.saveoursah {
font-family: 'Poppins', sans-serif;
font-weight:300
}

.green{
	color:#408107
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 35px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -5px;
        left: 0;
        background: #408107;
        visibility: visible;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #bc8b24;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #408107;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  max-height:300px
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}


.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
        visibility: hidden;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0); 
}



.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #bc8b24;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: #fff;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #cda45e;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  position: relative;
  padding: 0px 0 50px 0;
}

.about p{
	font-family: 'Tiro Devanagari Hindi', serif;
	font-size:20px
}

.about .about-img {
  position: relative;
  transition: .5s;
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}


.about .about-img:hover {
  transform: scale(1.1);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content{
position:relative	
}


.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  	margin-top:10px
}



.about .abt-text{
position:absolute;
z-index:1;
width:110%;
top:10%;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
height:80%;
background:#fff;
padding:25px;
  border: 5px solid transparent;
  border-image: linear-gradient(45deg, #408107 , #bc8b24);
  border-image-slice: 1;
  border-radius: 10px;  /* will have no effect */
}

.about .abt-text .green{
background:#fff;
color:#408107;
display:block;
width:278px;
height:40px;
padding:5px
}



.about .abt-text:hover{
  border: 5px solid transparent;
  border-image: linear-gradient(45deg, #bc8b24 , #408107);
  border-image-slice: 1;
  border-radius: 10px;  /* will have no effect */
}

.about .abt-text:hover .green{
background:#408107;
color:#fff;
display:block;
width:278px;
height:40px;
padding:5px
}



@media (max-width: 1024px) {

.about .abt-text{
position:absolute;
z-index:1;
width:110%;
top:0%;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
height:100%;
background:#fff;
padding:5px;
  border: 5px solid transparent;
  border-image: linear-gradient(45deg, #408107 , #bc8b24);
  border-image-slice: 1;
  border-radius: 10px;  /* will have no effect */
}

.about p{
	font-family: 'Tiro Devanagari Hindi', serif;
	font-size:19px
}

}


@media (max-width: 893px) {

.about .abt-text{
position:absolute;
z-index:1;
width:150%;
top:0%;
left:-40px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
height:100%;
background:#fff;
padding:2px;
  border: 5px solid transparent;
  border-image: linear-gradient(45deg, #408107 , #bc8b24);
  border-image-slice: 1;
  border-radius: 10px;  /* will have no effect */
}

.about p{
	font-family: 'Tiro Devanagari Hindi', serif;
	font-size:17px
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
  right:-60px
}

.carousel-caption h1 {
    font-size: 1.55rem;
}
   
.saveoursah {
font-family: 'Poppins', sans-serif;
font-weight:500
}
   

}

@media (max-width: 767px) {

.about .abt-text{
position:relative;
z-index:1;
width:100%;
top:10%;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
height:100%;
background:#fff;
padding:25px;
  border: 5px solid transparent;
  border-image: linear-gradient(45deg, #408107 , #bc8b24);
  border-image-slice: 1;
  border-radius: 10px;  /* will have no effect */
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
  right:39px
}

.about p{
	font-family: 'Tiro Devanagari Hindi', serif;
	font-size:20px
}

.about .about-img:hover {
  transform: scale(1);
}

.carousel-caption h1 {
    font-size: 1.35rem;
}

.saveoursah {
font-family: 'Poppins', sans-serif;
font-weight:500;
font-weight:15px
}
   

}

@media (max-width: 600px) {

.about .abt-text{
position:relative;
z-index:1;
width:99%;
top:10%;
left:0px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
height:100%;
background:#fff;
padding:25px;
  border: 5px solid transparent;
  border-image: linear-gradient(45deg, #408107 , #bc8b24);
  border-image-slice: 1;
  border-radius: 10px;  /* will have no effect */
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
  right:3px
}

.about p{
	font-family: 'Tiro Devanagari Hindi', serif;
	font-size:20px
}

.about .about-img:hover {
  transform: scale(1);
}


}
@media (max-width: 478px) {
.carousel-caption h1 {
    font-size: 1.15rem;
}

}

@media (max-width: 320px) {

.about .content h3 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 10px;
}

.about .abt-text .green{
background:#fff;
color:#408107;
display:block;
width:238px;
height:40px;
padding:5px
}

.about .abt-text:hover .green{
background:#408107;
color:#fff;
display:block;
width:238px;
height:40px;
padding:5px
}

}

/*--------------------------------------------------------------
# Success Stories
--------------------------------------------------------------*/
.success-stories {
  padding: 30px 30px 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
}

.success-stories .container {
  position: relative;
}

.success-stories p{
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 20px;	
}

@media (max-width: 1024px) {
	
.success-stories p{
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 18px;	
}
	
}

@media (max-width: 893px) {
	
.success-stories p{
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 20px;	
}
	
}

.success-stories h3{
font-family: 'Tiro Devanagari Hindi', serif;
color:#408107;
margin-bottom:0rem
}

.success-stories .line3 {
    border-top: 3px solid #408107;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px auto;
    width: 30px;
    position: relative;
}

.success-stories .line3:after{
 position: absolute;
        content: '';
        height: 2px;
        bottom: 0px; 
      left: 50%;
      margin-left: -20px;        
      width: 30px;
      background: #7db948;
}


.stories-slider .line2 {
    border-top: 3px solid #bc8b24;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px;
    width: 30px;
    position: relative;
}

.success-stories .stories-slider .story-item img {
box-shadow: rgba(100, 100, 111, 0.6) 0px 2px 9px 0px;
border:5px solid #bc8b24
}

/*
.success-stories .swiper-container{
padding-bottom:70px	
}
*/

.success-stories .ss-heading{
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}

@media (max-width:320px) {
.success-stories .ss-heading{
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}	
	
}

.btn1 {
            background-color: #bc8b24;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            position: relative;
            border-radius: 0 !important;
            border: none;
            transition:all 0.3s ease 0s;
			margin-top:5px;
        }
        .btn1:hover,
        .btn1.active:hover{
            color: #ffffff;
        }
        .btn1:before{
            content: "";
            position: absolute;
            top: -7px;
            left: 0;
            background-color:#408107;
            width: 30%;
            height: 3px;
            transition:all 0.3s ease 0s;
        }
        .btn1:after{
            content: "";
            position: absolute;
            bottom: -7px;
            right: 0;
            background-color:#408107;
            width: 30%;
            height: 3px;
            transition:all 0.3s ease 0s;
        }
        .btn1:hover:before,
        .btn1:hover:after,
        .btn1.active:before,
        .btn1.active:after{
            width: 100%;
        }

        @media screen and (max-width: 575px){
            .btn1{
                margin-bottom: 50px !important;
            }
        }

@media (min-width: 1024px) {
  .success-stories {
    background-attachment: fixed;
  }
}

.success-stories .stories-carousel {
  padding: 30px;
}


.success-stories .story-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #408107;
}


/*

.success-stories .story-item a{
background: #bc8b24;
    border: 0;
    padding: 10px 25px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}	
*/

.success-stories .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.success-stories .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(92, 92, 92, 0.4);
  opacity: 1;
}

.success-stories .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}

.success-stories .sec-para{
	display:block
}

@media (max-width: 1024px) {
.success-stories .sec-para{
	display:none
}
}

/*--------------------------------------------------------------
# A Step Forward
--------------------------------------------------------------*/
.step-forward {
  padding: 30px 30px 50px 30px;
  box-shadow: 20px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
}

.step-forward .container {
  position: relative;
}
/*
.step-forward .ss-img::before {
    content: "";
    position: absolute;
    width: 45%;
    height: 90%;
    top: 8px;
    left: 0;
    background: #408107;
    opacity: 0.7;
    z-index: -1;
    transition: .5s;
}

.step-forward .ss-img::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 88%;
    bottom: 83px;
    left: 33px;
    background: #bc8b24;
    opacity: 0.7;
    z-index: -1;
    transition: .5s;
}

*/

.step-forward p{
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 18px;	
}

.step-forward h3{
font-family: 'Tiro Devanagari Hindi', serif;
color:#408107;
margin-bottom:0rem
}

/*
.step-forward i {
background: #408107;
    display: inline-block;
    border-radius: 50%;
    width: 26px;
    height: 26px;
font-size:22px;
color:#fff;
}
*/

.step-forward .line3 {
    border-top: 3px solid #408107;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px auto;
    width: 30px;
    position: relative;
}

.step-forward .line3:after{
 position: absolute;
        content: '';
        height: 2px;
        bottom: 0px; 
      left: 50%;
      margin-left: -20px;        
      width: 30px;
      background: #7db948;
}



.step-forward .ss-heading{
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}

@media (max-width:320px) {
	.step-forward .ss-heading{
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}

}

.timeline-item{
margin-bottom:40px	
}

@media (max-width: 1024px) {
.timeline-item{
margin-bottom:20px	
}	
}


@media (max-width:893px) {
.timeline-item{
margin-bottom:40px	
}	

.step-forward img{
margin-bottom:40px	
}
}

.timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: #7db948;
  color: #408107;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-with-icons .timeline-icon i{
font-size:35px;
padding-top:0px
}

/*--------------------------------------------------------------
# Challenges
--------------------------------------------------------------*/
.challenges {
  padding: 10px 30px 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.challenges .container {
  position: relative;
}

.challenges img{
	max-height:300px
}

.challenges p{
        font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 24px;
padding-top:20px	
}

.challenges h3{
font-family: 'Tiro Devanagari Hindi', serif;
color:#408107;
margin-bottom:0rem;
padding-top:20px
}

.challenges .ss-heading{
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}

/*--------------------------------------------------------------
# Join Hands
--------------------------------------------------------------*/
.join-hands {
  padding: 30px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.join-hands .container {
  position: relative;
}

.join-hands p{
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 20px;	
	padding-top:10px;
	line-height:1.8em
}

.join-hands img{
	border: 5px solid transparent;
    border-image: linear-gradient(45deg, #408107, #bc8b24);
    border-image-slice: 1;
}

.join-hands h3{
font-family: 'Tiro Devanagari Hindi', serif;
color:#408107;
margin-bottom:0rem
}

.green-text{
	color:#408107;
	font-weight:bold;
	  font-family: "Open Sans", sans-serif;
}

.join-hands .line3 {
    border-top: 3px solid #408107;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px auto;
    width: 30px;
    position: relative;
}

.join-hands .line3:after{
 position: absolute;
        content: '';
        height: 2px;
        bottom: 0px; 
      left: 50%;
      margin-left: -20px;        
      width: 30px;
      background: #7db948;
}

.join-hands a {
	color:#bc8b24;
	text-decoration:underline
}

.join-hands a:hover{
	color:#408107
}

.join-hands .ss-heading{
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}


@media (max-width:320px) {
	.join-hands .ss-heading{
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.partners {
  padding: 30px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #eeeded
}

.partners .container {
  position: relative;
}

.partners p{
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 20px;	
}

.partners h3{
font-family: 'Tiro Devanagari Hindi', serif;
color:#408107;
margin-bottom:0rem
}

.partners .line3 {
    border-top: 3px solid #408107;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px auto;
    width: 30px;
    position: relative;
}

.partners .line3:after{
 position: absolute;
        content: '';
        height: 2px;
        bottom: 0px; 
      left: 50%;
      margin-left: -20px;        
      width: 30px;
      background: #7db948;
}



.partners .ss-heading{
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}

@media (max-width:320px) {
.partners .ss-heading{
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}	
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
	padding:30px 0 50px 0;
	background:#f7f7f7
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 150px;
  border-top:4px solid #7db948;
    padding: 20px 20px 30px 20px;
	  background: #f7f7f7;
	  border-radius:10px
}

.testimonials .line3 {
    border-top: 3px solid #408107;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px auto;
    width: 30px;
    position: relative;
}

.testimonials .line3:after{
 position: absolute;
        content: '';
        height: 2px;
        bottom: 0px; 
      left: 50%;
      margin-left: -20px;        
      width: 30px;
      background: #7db948;
}



.testimonials .testimonial-item h3 {
  font-size: 18px;
  color: #fff;
  background: #7db948;
  text-align:center;
    margin: 0 15px 0 15px;
  padding: 10px;
  width:30%;
  position:absolute;
  bottom:-20px;
    border-radius:10px
}



.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #bc8b24;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 70px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(92, 92, 92, 0.4);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}

.testimonials .ss-heading{
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}

@media (max-width:320px) {
.testimonials .ss-heading{
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Tiro Devanagari Hindi', serif !important;
    color: #bc8b24;	
}
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #cda45e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  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 #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.contact .php-email-form input::-webkit-input-placeholder, .contact .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #cda45e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d3af71;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #cccccc;
  padding: 0px 0 20px 0;
  font-size: 15px;
  font-weight:600
}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/*
.bordered_1px {
    border-top: 2px solid rgba(167, 166, 166, 0.5);
    padding-bottom: 30px;
    display: block;
    overflow: hidden;
    width: 100%;
}
*/

#footer .footer-top {
  background: #fff;
  padding: 30px 0 20px 0;
}

#footer .footer-top img{
max-height:100px	
}

#footer .footer-top .footer-info {
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}



#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

#footer .footer-top img{
max-height:100px;
text-align:center;
display:block;
}

#footer .footer-top .sec{
max-height:100px;
text-align:center;
display:block;
margin: 0 auto
}


#footer .footer-top1 {
  background: #eeeded;
  padding: 30px 0 20px 0;
}





@media (max-width:893px) {
#footer .footer-top1 .sec{
max-height:100px;
text-align:center;
display:block;
margin: 0
}	
	
}

#footer .footer-top1 .footer-info {
  margin-bottom: 10px;
}

#footer .footer-top1 .social-links{
display:block
}

#footer .footer-top1 .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #cda45e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top1 .social-links a:hover {
  background: #7db948;
  color: #fff;
  text-decoration: none;
}



/*--------------------------------------------------------------
# About Sahyadri page
--------------------------------------------------------------*/
.about-sahyadri{
	padding: 50px 30px 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
}


.about-sahyadri p{
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 18px;	
}

.about-sahyadri h3{
font-family: 'Tiro Devanagari Hindi', serif;
color:#408107;
margin-bottom:0rem
}


.innerpg-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/about-save-our-sahyadri.jpg) center center no-repeat;
    background-size: cover;
	min-height:350px
}

.innerpg-header h1{
font-family: 'Tiro Devanagari Hindi', serif !important;
    color:#bc8b24;
margin-bottom:0px;
padding-bottom:0px;
}

.innerpg-header .line3 {
    border-top: 3px solid #7db948;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px;
    width: 30px;
    position: relative;
}



.add-mar{
margin-top:100px	
}

#tabs ul {
  margin: 0;
  padding: 0;
}

#tabs h4{
font-size:19px;
font-weight:600
}

#tabs ul li {	
  display: inline-block;
  padding-left:0px;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  width: 100%;
  text-transform: capitalize;
   padding-top:22px;
  display: inline-block;
  background: #e6e5e5;
  font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size:16px;
    color: #717171;
    font-weight:600;
    transition: all 0.3s;
	  border-top: 4px solid #faf8f8;
	  text-align:center
}



@media (max-width:1024px){
	#tabs ul li a {
   padding:12px 15px;
}
}



#tabs ul li a i {
  float: right;
  margin-top: 5px;
  margin-left:10px
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
   border-top: 4px solid #bc8b24
}
#tabs ul .ui-tabs-active span {
  color:#454545;
}
.tabs-content {
  text-align: left;
  display: inline-block;
  position: relative;
    transition: all 0.5s;
	  background: #e6e5e5;
	  padding:30px
}

.tabs-content{
	text-align:justify
}

.tabs-content .ig {
box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    }
	
.tabs-content .tick{
max-height:30px;
border:none
}	

.tabs-content h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform:inherit;
  font-family: 'Raleway', sans-serif;
  color:#398cbb;
}
@media (max-width:1024px){
	#tabs h4 {
  font-size: 13px !important;
}
}

@media (max-width:893px){
	#tabs h4 {
  font-size: 20px !important;
}
}

.tabs-content h5 {
font-weight: 600;
    font-size: 24px;
    color: #408107;
	display:none
  
}

.tabs-content h6 {
font-weight: 600;
    font-size: 22px; 
    color: #408107;
margin-top:20px	
}

.tbc-line {
    border-top: 3px solid #bc8b24;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px auto;
    width: 30px;
    position: relative;
	display:none
}

@media (max-width:893px){
.tabs-content h5 {
  display:block
}

.tbc-line {
    border-top: 3px solid #bc8b24;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px auto;
    width: 30px;
    position: relative;
	display:block
}	
}




.forspacing{
}

.tabs-content h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform:inherit;
  font-family: 'Raleway', sans-serif;
  color:#398cbb;
  padding-bottom:10px !important
}

.tabs-content h3::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #5F656F;
    left: calc(50% - 20px);
	margin-top:10px
}

.tabs-content .line {
    border-top: 2px solid #f3b21a;
    margin:0px auto 10px 0px;
    display: block;
    max-width:40px;
}

#tabs .icon {
    max-height: 50px;
    margin-right: 10px;
}

@media (max-width:320px){
#tabs ul li a {
   padding:12px 5px;
}	

	
.tabs-content .tick{
max-height:30px;
border:none
}	
}









/*--------------------------------------------------------------
# Principles of sustainable development page
--------------------------------------------------------------*/
.principles-sus-dev{
	padding: 30px 30px 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
}


.principles-sus-dev p{
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 18px;	
}

.principles-sus-dev h3{
font-family: 'Tiro Devanagari Hindi', serif;
color:#408107;
margin-bottom:20px
}

.agri-tech{
	font-family: "Open Sans", sans-serif;
}

.ex-mar{
	margin-top:70px !important
}

@media (max-width:767px){
	.ex-mar{
	margin-top:0px !important
}
	
}

#tabs1 ul {
  margin: 0;
  padding: 0;
}

@media (max-width:767px){
	#tabs1 ul {
  margin: 0 0 50px 0;
  padding: 0;
}
}

#tabs1 ul li {
  margin-bottom:2px;
  display: inline-block;
  width: 100%;
  background:#cccccc;
  margin-bottom:10px
  
}


#tabs1 ul li:last-child {
  margin-bottom: 0px;
}
#tabs1 ul li a {
  width: 100%;
  text-transform: capitalize;
   padding:7px 30px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
    font-size:16px;
    line-height: 24px;
    color: #717171;
    font-weight:600;
    transition: all 0.3s;
    border: 1px solid #ddd;
}

@media (max-width:893px){
	#tabs1 ul li a {
  width: 100%;
  text-transform: capitalize;
   padding:7px 20px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
    font-size:16px;
    line-height: 24px;
    color: #717171;
    font-weight:600;
    transition: all 0.3s;
    border: 1px solid #ddd;
}
}

@media (max-width:767px){
	#tabs1 ul li a {
  width: 100%;
  text-transform: capitalize;
   padding:7px 30px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
    font-size:16px;
    line-height: 24px;
    color: #717171;
    font-weight:600;
    transition: all 0.3s;
    border: 1px solid #ddd;
}
}

#tabs1 ul li a:hover{
  background:#eeeded !important;
color: #717171 !important;  
}

#tabs1 ul li a i {
  float: right;
  margin-top: 5px;
}
#tabs1 ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs1 ul .ui-tabs-active a {
   border-left:5px solid #408107;
   border-right:5px solid #408107;
}

#tabs1 ul li a:hover {
  color:#fff;
  background:#398cbb
}


#tabs1 ul .ui-tabs-active span {
  color:#454545;
}

#tabs1 .tabs-content1 .icon {
    max-height: 60px;
	display:block;
	margin:auto
}

.tabs-content1 .tick{
max-height:30px;
border:none
}	


.tabs-content1 {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  position: relative;
    transition: all 0.5s;
}

.tabs-content1 p {
text-align:justify	
}

.tabs-content1 h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom:5px;
  text-transform:inherit;
  font-family: 'Raleway', sans-serif;
}


.tabs-content1 h3 {
    font-weight: 600;
    font-size: 26px;
    color: #408107;
	text-align:center
}


.line-abt {
    border-top: 3px solid #bc8b24;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px auto;
    width: 30px;
    position: relative;
}


.tabs-content1 a{
color:#ff9c3c;	
}


.tabs-content1 a:hover{
color:#398cbb	
}


/*
---------------------------------------------
Contact Page
---------------------------------------------
*/

.contact{
		padding: 50px 30px 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
}

.contact .font-weight-bolder{
font-size:19px;
color:#f01d24
}



.con-info1 .con-info-content1 {
	background-color: #fff;
	padding:20px 5px 20px 15px;
	font-size:17px;
	height:250px;
	border-top:3px solid #bc8b24  
}



.ex-pad{
	padding-left:40px;
	padding-right:40px
}

.address h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform:inherit;
  font-family: 'Tiro Devanagari Hindi', serif !important;
  color:#797979;
  padding-left:0px;
  padding-bottom:10px !important
}

.address h3::after {
     content: "";
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background: #bc8b24;
    left: 0px;
	margin-top:5px
}

.address .icon {
    max-height: 50px;
}


.email h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform:inherit;
  font-family: 'Tiro Devanagari Hindi', serif !important;
  color:#797979;
  padding-left:0px;
  padding-bottom:10px !important
}

.email h3::after {
    content: "";
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background: #bc8b24;
    left: 0px;
	margin-top:5px
}

.email .icon {
    max-height: 50px;
}


.phone h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform:inherit;
  font-family: 'Tiro Devanagari Hindi', serif !important;
  color:#797979;
  padding-left:0px;
  padding-bottom:10px !important
}

.phone h3::after {
    content: "";
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background: #bc8b24;
    left: 0px;
	margin-top:5px
}

.phone .icon {
    max-height: 50px;
}

.nm{
margin-left:20px	
}

@media (max-width:1024px){

.phone .icon {
    max-height: 30px;
}

.email .icon {
    max-height: 30px;
}

.address .icon {
    max-height: 30px;
}	

.nm{
margin-left:10px	
}

.email h3{
	padding-bottom:0px !important
}

.phone h3{
	padding-bottom:0px !important
}

.address h3{
	padding-bottom:0px !important
}

.con-info1 .con-info-content1 {
	background-color: #fff;
	padding:20px 5px 20px 15px;
	font-size:17px;
	height:190px;
	border-top:3px solid #bc8b24  
}

.ex-pad{
	padding-left:0px;
	padding-right:0px
}

	
}





@media (max-width:893px){

.phone .icon {
    max-height: 50px;
}

.email .icon {
    max-height: 50px;
}

.address .icon {
    max-height: 50px;
}	

.nm{
margin-left:10px	
}

.email h3{
	padding-bottom:10px !important
}

.phone h3{
	padding-bottom:10px !important
}

.address h3{
	padding-bottom:10px !important
}

.con-info1 .con-info-content1 {
	background-color: #fff;
	padding:20px 5px 0px 15px;
	font-size:17px;
	height:auto;
	border-top:3px solid #bc8b24  ;
	margin-bottom:20px
}
	
}




.con-info .con-info-content {
    background-color: #fff;
    padding: 25px;
	border-top: 3px solid #bc8b24;
}

.con-info .con-info-content h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform:inherit;
  font-family: 'Tiro Devanagari Hindi', serif !important;
  color:#797979;
  padding:0px
}


.con-info .con-info-content .line3 {
    border-top: 3px solid #408107;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px auto;
    width: 30px;
    position: relative;
}

.con-info .con-info-content .line3:after{
 position: absolute;
        content: '';
        height: 2px;
        bottom: 0px; 
      left: 50%;
      margin-left: -20px;        
      width: 30px;
      background: #7db948;
}


/* Input form */
.form-control {
  box-shadow: none;
  padding: 10px 20px;
  background:#eeeded;
  font-size: 16px;
  border-radius: 12;
  margin:10px;
  border:none
}

  @media (max-width: 320px)
.contact .col-lg-6 {
  padding-left: 0px;
}

.form-control:focus {
  box-shadow: none;
  border: none;
    background: #eeeded;
}

.enquiry .section-title{
	padding-bottom:15px
}


.innerpg-header1 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/contact-us.jpg) center center no-repeat;
    background-size: cover;
	min-height:350px
}

.innerpg-header1 h1{
font-family: 'Tiro Devanagari Hindi', serif !important;
    color:#bc8b24;
margin-bottom:0px;
padding-bottom:0px;
}

.innerpg-header1 .line3 {
    border-top: 3px solid #7db948;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px;
    width: 30px;
    position: relative;
}



/*--------------------------------------------------------------
# References page
--------------------------------------------------------------*/
.references{
	padding: 50px 30px 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
}


.references p{
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 18px;	
}

.references table{
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 18px;
background:#fff;
overflow-y:scroll;
border:#000
}

.references table i{
font-size:24px;
color:#bc8b24
}

.references table i:hover{
	color:#408107
}

.ref-table th {
    background:#bc8b24;
    color: #fff;
	font-size:22px
}

.references h3{
font-family: 'Tiro Devanagari Hindi', serif;
color:#408107;
margin-bottom:0rem
}


.innerpg-header2 {
    background: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url(../img/references-sahyadri.jpg) center center no-repeat;
    background-size: cover;
	min-height:350px
}

.innerpg-header2 h1{
font-family: 'Tiro Devanagari Hindi', serif !important;
    color:#bc8b24;
margin-bottom:0px;
padding-bottom:0px;
}

.innerpg-header2 .line3 {
    border-top: 3px solid #7db948;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px;
    width: 30px;
    position: relative;
}
