html {
	scroll-behavior: smooth;
	}

	*{
		 font-family: 'Montserrat';
	}
body {
    margin: 0;
  
    font-family: 'Montserrat';

    color: #000;
}
.center{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;

}

.parcenter{
	    position: absolute;
    left: 39%;
    top: 25%;
    z-index: 0;
}

@media only screen and (min-width: 1440px) {
.parcenter{
	    position: absolute;
    left: 42%;
    top: 20%;
    z-index: 0;
}
}

@media only screen and (min-width: 2500px) {
.parcenter{
	    position: absolute;
    left: 45%;
    top: 20%;
    z-index: 0;
}
}


.nav-link {
	    outline: 0;
    display: block;
    /*width: 125px;*/
    margin-left: 46px;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    color: #000!important;

    -webkit-transition: ease-out 320ms;
    -moz-transition: ease-out 320ms;
    -ms-transition: ease-out 320ms;
    -o-transition: ease-out 320ms;
    transition: ease-out 320ms;
     line-height: 3;
}


/* Style the active class, and buttons on mouse-over */
.active, .btn:hover {
  background-color: #456734!important;
  color: white;
  line-height: 3;
   /* height: 85px;
       padding: 1px 3px 4px 12px;*/
    width: 150px;
}

.resleft{
	margin-left: 135px!important;
}

@media only screen and (max-width: 600px) {
  .resleft{
	margin-left: 100px!important;
}
}

@media only screen and (max-width: 600px) {
  .resdis{
  	display: none;
  }
}

.mobmenu {
	position: absolute;
    right: 15px;
}

@media only screen and (max-width: 600px) {
  .parcenter{
	    position: absolute;
    left: 12%;
    top: 27%;
    z-index: 0;
}

}

.aboutbg {
	margin-top:30px; 
	background-image:
	 url(img/pgbg.png); 
	  background-repeat: no-repeat;
}


.customTop {
    margin-top: 55%!important;
    width: 320px;
    
}

h1 {
  font-size: 45px;
  word-break: break-all;
  text-transform: uppercase;
}


@media only screen and (max-width: 600px) {

.customTop {
    margin-top: 0px!important;
    width: 320px;
    
}

}

@media only screen and (max-width: 600px) {

.mobTop{
	margin-top: 40px;
}


}

#section2 {
    background-color: #456734;
    color: #fff;
    padding-bottom: 100px;
}

.anim.objscale.show {
    -webkit-transform: scale(1,1);
    -webkit-transform: rotate(0deg);
}
.anim.objscale {
    margin: auto;
    float: none;
    text-align: center;
    -webkit-transform: scale(0.25,0.25);
}
.anim.show {
    opacity: 1.0;
}
.hbox img {
    background: #f2f2f2;
    padding: 5px;
    border: 5px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.show {
    display: block;
}
.anim {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    opacity: 0.0;
}

.hbox {
    padding: 0;
    margin: 0;

}
.hbox {
    width: 33%;
    height: auto;
    display: table-cell;
    padding: 5px;

}

.box-area {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
}


.col-md-4 {
/*	margin-top: 50px;*/
}



/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

.mySlides p{
	text-align: center
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

/* Add padding BETWEEN each column */

.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */


/* The "show" class is added to the filtered elements */
.show {
  display: block;
}


/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

.card .h4{
  font-size: 20px;
}

.contactsec  p {
   /* text-align: justify;*/
    margin: 0;
    padding: 0;
}

#footer {
    background: #333;
    color: #fff;
    height: 150px;
}
.footer {
    height: 50px;
    
    margin: auto;
}

.resfooter {
	line-height: 17vh;
}


@media only screen and (max-width: 600px) {

.resfooter {
	line-height: 4;
}



}

@media only screen and (max-width: 600px) {

.hidenn{
	display: none;
}


}


@media only screen and (max-width: 600px) {

.top23{
	margin-top: 30px
}


}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #456734;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.reslogo1{
  margin-left: 25px;
}


@media only screen and (max-width: 600px) {

.reslogo1{
  margin-left: 0px;
}

}


.resnavbarn{
  margin-left: 4%;
}

@media only screen and (min-width: 1440px) {

.resnavbarn{
  margin-left: 9%;
}

}

@media only screen and (min-width: 2160px) {

.resnavbarn{
  margin-left: 33%;
}

}

@media only screen and (max-width: 600px) {

.resnavbarn{
  margin-left: -56px;
}

}


a.ex1:hover {   border-bottom:1px solid #456734;
    padding-bottom:1px;}

a.ex1:active {
  background-color: black
}

.col-md-3 > a > h4 {
  font-size: 16px;
  line-height: 35px;
}

.col-md-4 > a > h4 {
  font-size: 16px;
  line-height: 35px;
}

.socialcolor > a {
  color: white;
  text-decoration: none
}

.socialtop > a {
  color: #456734;
  text-decoration: none
}

.contactsec{
  margin-top: 40px
}